Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run tests on multiple clusters in parallel #37

Merged
merged 8 commits into from
Mar 12, 2018
Merged

Run tests on multiple clusters in parallel #37

merged 8 commits into from
Mar 12, 2018

Conversation

ewoutp
Copy link
Contributor

@ewoutp ewoutp commented Mar 8, 2018

Running tests on multiple clusters in parallel.
The tests themselves still fail, but that is for other reasons

@ewoutp ewoutp changed the title Run tests on multiple clusters in parallel (WIP) Run tests on multiple clusters in parallel Mar 8, 2018
@@ -36,44 +72,39 @@ pipeline {
timestamps {
withEnv([
"IMAGETAG=${env.GIT_COMMIT}",
"LONG=${params.LONG ? 1 : 0}",
"PUSHIMAGES=1",
]) {
sh "make"
Copy link
Contributor

Choose a reason for hiding this comment

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

Does execution stop here as soon as the first make fails or will the other steps continue?

Copy link
Contributor

Choose a reason for hiding this comment

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

yes - execution stops on first fail - https://jenkins.io/doc/pipeline/tour/running-multiple-steps/

Copy link
Contributor

@ObiWahn ObiWahn left a comment

Choose a reason for hiding this comment

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

LGTM

@kvahed
Copy link
Contributor

kvahed commented Mar 12, 2018

Already approved

@ewoutp ewoutp merged commit 0682a76 into master Mar 12, 2018
@ewoutp ewoutp deleted the parallel-tests branch March 12, 2018 18:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants