-
Notifications
You must be signed in to change notification settings - Fork 2
Build IOF with RPMs including cart master #17
base: master
Are you sure you want to change the base?
Conversation
2db3ed5 to
7a41072
Compare
daosbuild1
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. No errors found by checkpatch.
|
Test stage Single node valgrind completed with status FAILURE. https://build.hpdd.intel.com/job/daos-stack/job/iof/job/PR-17/4/display/redirect |
|
Test stage Single node completed with status FAILURE. https://build.hpdd.intel.com/job/daos-stack/job/iof/job/PR-17/4/display/redirect |
|
Test stage Fault injection completed with status FAILURE. https://build.hpdd.intel.com/job/daos-stack/job/iof/job/PR-17/4/display/redirect |
daosbuild1
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. No errors found by checkpatch.
|
Test stage Fault injection completed with status FAILURE. https://build.hpdd.intel.com/job/daos-stack/job/iof/job/PR-17/8/display/redirect |
|
Test stage Single node completed with status FAILURE. https://build.hpdd.intel.com/job/daos-stack/job/iof/job/PR-17/8/display/redirect |
|
Test stage Single node valgrind completed with status FAILURE. https://build.hpdd.intel.com/job/daos-stack/job/iof/job/PR-17/8/display/redirect |
daosbuild1
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. No errors found by checkpatch.
|
Test stage Single node valgrind completed with status FAILURE. https://build.hpdd.intel.com/job/daos-stack/job/iof/job/PR-17/9/display/redirect |
|
Test stage Single node completed with status FAILURE. https://build.hpdd.intel.com/job/daos-stack/job/iof/job/PR-17/9/display/redirect |
|
Test stage Fault injection completed with status FAILURE. https://build.hpdd.intel.com/job/daos-stack/job/iof/job/PR-17/9/display/redirect |
daosbuild1
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. No errors found by checkpatch.
|
Test stage Fault injection completed with status FAILURE. https://build.hpdd.intel.com/job/daos-stack/job/iof/job/PR-17/10/display/redirect |
|
Test stage Single node valgrind completed with status FAILURE. https://build.hpdd.intel.com/job/daos-stack/job/iof/job/PR-17/10/display/redirect |
|
Test stage Single node completed with status FAILURE. https://build.hpdd.intel.com/job/daos-stack/job/iof/job/PR-17/10/display/redirect |
daosbuild1
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. No errors found by checkpatch.
|
Test stage Single node valgrind completed with status FAILURE. https://build.hpdd.intel.com/job/daos-stack/job/iof/job/PR-17/11/display/redirect |
|
Test stage Single node completed with status FAILURE. https://build.hpdd.intel.com/job/daos-stack/job/iof/job/PR-17/11/display/redirect |
|
Test stage Fault injection completed with status FAILURE. https://build.hpdd.intel.com/job/daos-stack/job/iof/job/PR-17/11/display/redirect |
daosbuild1
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. No errors found by checkpatch.
|
Test stage Single node completed with status FAILURE. https://build.hpdd.intel.com/job/daos-stack/job/iof/job/PR-17/12/display/redirect |
|
Test stage Single node valgrind completed with status FAILURE. https://build.hpdd.intel.com/job/daos-stack/job/iof/job/PR-17/12/display/redirect |
|
Test stage Fault injection completed with status FAILURE. https://build.hpdd.intel.com/job/daos-stack/job/iof/job/PR-17/12/display/redirect |
daosbuild1
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. No errors found by checkpatch.
|
Test stage Single node completed with status FAILURE. https://build.hpdd.intel.com/job/daos-stack/job/iof/job/PR-17/13/display/redirect |
|
Test stage Single node valgrind completed with status FAILURE. https://build.hpdd.intel.com/job/daos-stack/job/iof/job/PR-17/13/display/redirect |
Signed-off-by: Ashley Pittman <ashley.m.pittman@intel.com>
49b17a8 to
181b0f3
Compare
daosbuild1
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Style warning(s) for job https://build.hpdd.intel.com/job/daos-stack/job/iof/job/PR-17/23/
Please review https://wiki.hpdd.intel.com/display/DC/Coding+Rules
Jenkinsfile
Outdated
| } | ||
| } | ||
| stage('Single node valgrind') { | ||
| when { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(style) trailing whitespace
Jenkinsfile
Outdated
| } | ||
| } | ||
| stage('Build on Ubuntu 18.04') { | ||
| when { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(style) trailing whitespace
Jenkinsfile
Outdated
| //failFast true | ||
| parallel { | ||
| stage('Build on CentOS 7') { | ||
| when { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(style) trailing whitespace
Jenkinsfile
Outdated
| options { | ||
| timeout(time: 60, unit: 'MINUTES') | ||
| stage('Fault injection') { | ||
| when { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(style) trailing whitespace
Jenkinsfile
Outdated
| stage('Test') { | ||
| parallel { | ||
| stage('Single node') { | ||
| when { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(style) trailing whitespace
|
Test stage checkpatch completed with status FAILURE. https://build.hpdd.intel.com/job/daos-stack/job/iof/job/PR-17/23/display/redirect |
|
Test stage Single node valgrind with RPMs completed with status FAILURE. https://build.hpdd.intel.com/job/daos-stack/job/iof/job/PR-17/23/display/redirect |
daosbuild1
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. No errors found by checkpatch.
|
Test stage Single node with RPMs completed with status FAILURE. https://build.hpdd.intel.com/job/daos-stack/job/iof/job/PR-17/24/display/redirect |
|
Test stage Single node valgrind with RPMs completed with status FAILURE. https://build.hpdd.intel.com/job/daos-stack/job/iof/job/PR-17/24/display/redirect |
daosbuild1
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. No errors found by checkpatch.
|
Test stage Single node with RPMs completed with status FAILURE. https://build.hpdd.intel.com/job/daos-stack/job/iof/job/PR-17/25/display/redirect |
|
Test stage Single node valgrind with RPMs completed with status FAILURE. https://build.hpdd.intel.com/job/daos-stack/job/iof/job/PR-17/25/display/redirect |
daosbuild1
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. No errors found by checkpatch.
|
Test stage Single node with RPMs completed with status FAILURE. https://build.hpdd.intel.com/job/daos-stack/job/iof/job/PR-17/26/display/redirect |
|
Test stage Single node valgrind with RPMs completed with status FAILURE. https://build.hpdd.intel.com/job/daos-stack/job/iof/job/PR-17/26/display/redirect |
Instead of building components from source. Add component RPMs to CentOS 7 Dockerfile. Harmonize the Dockerfile with the cart Dockerfile to encourage high cache efficiency. Signed-off-by: Brian J. Murrell <brian.murrell@intel.com>
For now. Signed-off-by: Brian J. Murrell <brian.murrell@intel.com>
Signed-off-by: Brian J. Murrell <brian.murrell@intel.com>
Signed-off-by: Brian J. Murrell <brian.murrell@intel.com>
Signed-off-by: Brian J. Murrell <brian.murrell@intel.com>
Signed-off-by: Brian J. Murrell <brian.murrell@intel.com>
Signed-off-by: Brian J. Murrell <brian.murrell@intel.com>
Signed-off-by: Brian J. Murrell <brian.murrell@intel.com>
Signed-off-by: Brian J. Murrell <brian.murrell@intel.com>
Signed-off-by: Brian J. Murrell <brian.murrell@intel.com>
Signed-off-by: Brian J. Murrell <brian.murrell@intel.com>
6f3a4d0 to
113a7fc
Compare
daosbuild1
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. No errors found by checkpatch.
No description provided.