Conversation
|
Can one of the admins verify this patch? |
eebb813 to
491220a
Compare
3f8b6f1 to
ff81e29
Compare
a6973c4 to
0e430b8
Compare
9cf96d2 to
8c23c51
Compare
6eef38a to
a58fe6c
Compare
daos-jenkins
left a comment
There was a problem hiding this comment.
Style warning(s) for job http://jenkins-3.wolf.hpdd.intel.com:8080/job/daos-stack-org/job/daos/job/PR-13/777/
Please review https://wiki.hpdd.intel.com/display/DC/Coding+Rules
ftest.sh
Outdated
There was a problem hiding this comment.
(style) line over 80 characters
src/common/drpc.pb-c.c
Outdated
There was a problem hiding this comment.
(style) space required after that ',' (ctx:VxV)
|
Test stage checkpatch completed with status FAILURE. http://jenkins-3.wolf.hpdd.intel.com:8080/job/daos-stack-org/job/daos/job/PR-13/777/display/redirect |
|
Test stage run_test.sh completed with status FAILURE. http://jenkins-3.wolf.hpdd.intel.com:8080/job/daos-stack-org/job/daos/job/PR-13/777/display/redirect |
9477675 to
344c24e
Compare
daos-jenkins
left a comment
There was a problem hiding this comment.
Style warning(s) for job http://jenkins-3.wolf.hpdd.intel.com:8080/job/daos-stack-org/job/daos/job/PR-13/778/
Please review https://wiki.hpdd.intel.com/display/DC/Coding+Rules
ftest.sh
Outdated
There was a problem hiding this comment.
(style) line over 80 characters
src/common/drpc.pb-c.c
Outdated
There was a problem hiding this comment.
(style) space required after that ',' (ctx:VxV)
|
Test stage checkpatch completed with status FAILURE. http://jenkins-3.wolf.hpdd.intel.com:8080/job/daos-stack-org/job/daos/job/PR-13/778/display/redirect |
|
Test stage Functional completed with status FAILURE. http://jenkins-3.wolf.hpdd.intel.com:8080/job/daos-stack-org/job/daos/job/PR-13/778/display/redirect |
344c24e to
2c0da9f
Compare
daos-jenkins
left a comment
There was a problem hiding this comment.
Style warning(s) for job http://jenkins-3.wolf.hpdd.intel.com:8080/job/daos-stack-org/job/daos/job/PR-13/779/
Please review https://wiki.hpdd.intel.com/display/DC/Coding+Rules
ftest.sh
Outdated
There was a problem hiding this comment.
(style) line over 80 characters
src/common/drpc.pb-c.c
Outdated
There was a problem hiding this comment.
(style) space required after that ',' (ctx:VxV)
|
Test stage checkpatch completed with status FAILURE. http://jenkins-3.wolf.hpdd.intel.com:8080/job/daos-stack-org/job/daos/job/PR-13/779/display/redirect |
|
Test stage run_test.sh completed with status FAILURE. http://jenkins-3.wolf.hpdd.intel.com:8080/job/daos-stack-org/job/daos/job/PR-13/779/display/redirect |
Between the need to move to GitHub from Gerrit, and losing our Autotest and Maloo developers in the sale of Lustre, we find ourselves needing to re-do most of our CI pipeline. It does not make sense to continue to use Autotest and Maloo without support as they are maintenance heavy systems designed for a different use case than our own. To replace it, we are building a new CI pipeline that will use GitHub as the main repository,and then provisioning and testing will be triggered from Jenkins directly. We will make use of the Jenkins pipelines feature to more easily facilitate this model in Jenkins. Change-Id: I4462957fc3a3f1ef1a7925645ec03f8de6224be0 Signed-off-by: Brian J. Murrell <brian.murrell@intel.com>
2c0da9f to
25fd3bc
Compare
daos-jenkins
left a comment
There was a problem hiding this comment.
Style warning(s) for job http://jenkins-3.wolf.hpdd.intel.com:8080/job/daos-stack-org/job/daos/job/PR-13/780/
Please review https://wiki.hpdd.intel.com/display/DC/Coding+Rules
| if grep \"testsuite.setAttribute('name', 'avocado')\" \ | ||
| /usr/lib/python2.7/site-packages/avocado/plugins/xunit.py; then | ||
| sudo ed <<EOF /usr/lib/python2.7/site-packages/avocado/plugins/xunit.py | ||
| /testsuite.setAttribute('name', 'avocado')/s/'avocado'/os.path.basename(os.path.dirname(result.logfile))/ |
There was a problem hiding this comment.
(style) line over 80 characters
|
Test stage checkpatch completed with status FAILURE. http://jenkins-3.wolf.hpdd.intel.com:8080/job/daos-stack-org/job/daos/job/PR-13/780/display/redirect |
|
Test stage Functional completed with status FAILURE. http://jenkins-3.wolf.hpdd.intel.com:8080/job/daos-stack-org/job/daos/job/PR-13/780/display/redirect |
Change-Id: If6072b8dcb0ac61d10fd7776bfa55182393e3e30 Signed-off-by: Brian J. Murrell <brian.murrell@intel.com>
daos-jenkins
left a comment
There was a problem hiding this comment.
Style warning(s) for job http://jenkins-3.wolf.hpdd.intel.com:8080/job/daos-stack-org/job/daos/job/PR-13/781/
Please review https://wiki.hpdd.intel.com/display/DC/Coding+Rules
| if grep \"testsuite.setAttribute('name', 'avocado')\" \ | ||
| /usr/lib/python2.7/site-packages/avocado/plugins/xunit.py; then | ||
| sudo ed <<EOF /usr/lib/python2.7/site-packages/avocado/plugins/xunit.py | ||
| /testsuite.setAttribute('name', 'avocado')/s/'avocado'/os.path.basename(os.path.dirname(result.logfile))/ |
There was a problem hiding this comment.
(style) line over 80 characters
|
Test stage checkpatch completed with status FAILURE. http://jenkins-3.wolf.hpdd.intel.com:8080/job/daos-stack-org/job/daos/job/PR-13/781/display/redirect |
|
Test stage Functional completed with status FAILURE. http://jenkins-3.wolf.hpdd.intel.com:8080/job/daos-stack-org/job/daos/job/PR-13/781/display/redirect |
|
Landed in f861a45. |
When installing some components as a system package, such as with RPMs, scons_local doesn't handle being able to use those entirely well. Signed-off-by: Brian J. Murrell <brian.murrell@intel.com>
To verify usage imbalance among the targets. Signed-off-by: Johann Lombardi <johann.lombardi@intel.com>
Example Pipeline for building and testing DAOS