[jira] [Commented] (FLINK-6999) Print TravisCI CPU, memory, and filesystem info

2017-06-25 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/FLINK-6999?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16062287#comment-16062287
 ] 

ASF GitHub Bot commented on FLINK-6999:
---

Github user asfgit closed the pull request at:

https://github.com/apache/flink/pull/4177


> Print TravisCI CPU, memory, and filesystem info
> ---
>
> Key: FLINK-6999
> URL: https://issues.apache.org/jira/browse/FLINK-6999
> Project: Flink
>  Issue Type: New Feature
>  Components: Build System
>Affects Versions: 1.4.0
>Reporter: Greg Hogan
>Assignee: Greg Hogan
>Priority: Trivial
> Fix For: 1.4.0
>
>
> Print and fold the output from {{lscpu}}, {{/proc/meminfo}}, and {{df}} in 
> the TravisCI logs.
> For help investigating changes such as the recent doubling of and highly 
> variable job times.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (FLINK-6999) Print TravisCI CPU, memory, and filesystem info

2017-06-25 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/FLINK-6999?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16062254#comment-16062254
 ] 

ASF GitHub Bot commented on FLINK-6999:
---

Github user zentol commented on the issue:

https://github.com/apache/flink/pull/4177
  
As for printing it for each module, this should be easy if we move the code 
into a separate script and use the ´exec-maven-plugin` or smth.


> Print TravisCI CPU, memory, and filesystem info
> ---
>
> Key: FLINK-6999
> URL: https://issues.apache.org/jira/browse/FLINK-6999
> Project: Flink
>  Issue Type: New Feature
>  Components: Build System
>Affects Versions: 1.4.0
>Reporter: Greg Hogan
>Assignee: Greg Hogan
>Priority: Trivial
> Fix For: 1.4.0
>
>
> Print and fold the output from {{lscpu}}, {{/proc/meminfo}}, and {{df}} in 
> the TravisCI logs.
> For help investigating changes such as the recent doubling of and highly 
> variable job times.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (FLINK-6999) Print TravisCI CPU, memory, and filesystem info

2017-06-25 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/FLINK-6999?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16062255#comment-16062255
 ] 

ASF GitHub Bot commented on FLINK-6999:
---

Github user zentol commented on the issue:

https://github.com/apache/flink/pull/4177
  
We can put the plugin into a separate "travis" profile.


> Print TravisCI CPU, memory, and filesystem info
> ---
>
> Key: FLINK-6999
> URL: https://issues.apache.org/jira/browse/FLINK-6999
> Project: Flink
>  Issue Type: New Feature
>  Components: Build System
>Affects Versions: 1.4.0
>Reporter: Greg Hogan
>Assignee: Greg Hogan
>Priority: Trivial
> Fix For: 1.4.0
>
>
> Print and fold the output from {{lscpu}}, {{/proc/meminfo}}, and {{df}} in 
> the TravisCI logs.
> For help investigating changes such as the recent doubling of and highly 
> variable job times.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (FLINK-6999) Print TravisCI CPU, memory, and filesystem info

2017-06-25 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/FLINK-6999?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16062252#comment-16062252
 ] 

ASF GitHub Bot commented on FLINK-6999:
---

Github user zentol commented on the issue:

https://github.com/apache/flink/pull/4177
  
cool stuff, +1.


> Print TravisCI CPU, memory, and filesystem info
> ---
>
> Key: FLINK-6999
> URL: https://issues.apache.org/jira/browse/FLINK-6999
> Project: Flink
>  Issue Type: New Feature
>  Components: Build System
>Affects Versions: 1.4.0
>Reporter: Greg Hogan
>Assignee: Greg Hogan
>Priority: Trivial
> Fix For: 1.4.0
>
>
> Print and fold the output from {{lscpu}}, {{/proc/meminfo}}, and {{df}} in 
> the TravisCI logs.
> For help investigating changes such as the recent doubling of and highly 
> variable job times.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (FLINK-6999) Print TravisCI CPU, memory, and filesystem info

2017-06-24 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/FLINK-6999?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16061991#comment-16061991
 ] 

ASF GitHub Bot commented on FLINK-6999:
---

GitHub user greghogan opened a pull request:

https://github.com/apache/flink/pull/4177

[FLINK-6999] [build] Print TravisCI CPU, memory, and filesystem info

Search for or scroll down to "CPU information" near the start of the logs.

Note: had to replace {{Filesystem}} with {{Disk}} since TravisCI has an 
issue parsing {{Filesys}}.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/greghogan/flink 
6999_print_travisci_cpu_memory_and_filesystem_info

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/flink/pull/4177.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #4177


commit ca0453b7b6a563d60c47d2bbd28ee1729fd8204e
Author: Greg Hogan 
Date:   2017-06-24T13:05:12Z

[FLINK-6999] [build] Print TravisCI CPU, memory, and filesystem info




> Print TravisCI CPU, memory, and filesystem info
> ---
>
> Key: FLINK-6999
> URL: https://issues.apache.org/jira/browse/FLINK-6999
> Project: Flink
>  Issue Type: New Feature
>  Components: Build System
>Affects Versions: 1.4.0
>Reporter: Greg Hogan
>Assignee: Greg Hogan
>Priority: Trivial
> Fix For: 1.4.0
>
>
> Print and fold the output from {{lscpu}}, {{/proc/meminfo}}, and {{df}} in 
> the TravisCI logs.
> For help investigating changes such as the recent doubling of and highly 
> variable job times.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)