Skip to content

Pipeline pr test#13

Closed
brianjmurrell wants to merge 2 commits intomasterfrom
pipeline-pr-test
Closed

Pipeline pr test#13
brianjmurrell wants to merge 2 commits intomasterfrom
pipeline-pr-test

Conversation

@brianjmurrell
Copy link
Contributor

Example Pipeline for building and testing DAOS

@daos-jenkins
Copy link
Collaborator

Can one of the admins verify this patch?

@brianjmurrell brianjmurrell force-pushed the pipeline-pr-test branch 3 times, most recently from eebb813 to 491220a Compare August 3, 2018 19:56
@brianjmurrell brianjmurrell force-pushed the pipeline-pr-test branch 3 times, most recently from 3f8b6f1 to ff81e29 Compare August 13, 2018 13:45
@brianjmurrell brianjmurrell force-pushed the pipeline-pr-test branch 6 times, most recently from a6973c4 to 0e430b8 Compare August 23, 2018 21:17
@brianjmurrell brianjmurrell force-pushed the pipeline-pr-test branch 3 times, most recently from 9cf96d2 to 8c23c51 Compare August 31, 2018 18:03
@brianjmurrell brianjmurrell force-pushed the pipeline-pr-test branch 14 times, most recently from 6eef38a to a58fe6c Compare September 13, 2018 17:04
Copy link
Collaborator

@daos-jenkins daos-jenkins left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ftest.sh Outdated
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(style) line over 80 characters

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(style) space required after that ',' (ctx:VxV)

@daos-jenkins
Copy link
Collaborator

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

@daos-jenkins
Copy link
Collaborator

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

Copy link
Collaborator

@daos-jenkins daos-jenkins left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ftest.sh Outdated
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(style) line over 80 characters

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(style) space required after that ',' (ctx:VxV)

@daos-jenkins
Copy link
Collaborator

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

@daos-jenkins
Copy link
Collaborator

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

Copy link
Collaborator

@daos-jenkins daos-jenkins left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ftest.sh Outdated
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(style) line over 80 characters

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(style) space required after that ',' (ctx:VxV)

@daos-jenkins
Copy link
Collaborator

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

@daos-jenkins
Copy link
Collaborator

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>
Copy link
Collaborator

@daos-jenkins daos-jenkins left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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))/
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(style) line over 80 characters

@daos-jenkins
Copy link
Collaborator

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

@daos-jenkins
Copy link
Collaborator

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>
Copy link
Collaborator

@daos-jenkins daos-jenkins left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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))/
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(style) line over 80 characters

@daos-jenkins
Copy link
Collaborator

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

@daos-jenkins
Copy link
Collaborator

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

@brianjmurrell
Copy link
Contributor Author

Landed in f861a45.

@brianjmurrell brianjmurrell deleted the pipeline-pr-test branch January 18, 2019 11:16
jolivier23 pushed a commit that referenced this pull request Mar 23, 2020
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>
mlawsonca pushed a commit that referenced this pull request May 16, 2023
To verify usage imbalance among the targets.

Signed-off-by: Johann Lombardi <johann.lombardi@intel.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants