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

[workers] Deprecate "jenkins-kvm-workers" and "jenkins-workers" tags #116

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

daall
Copy link
Member

@daall daall commented Jun 18, 2020

Consolidating all of these build jobs to use the "jenkins-build-workers" tag so that we can have one unified pool of workers for all of our build jobs.

Signed-off-by: Danny Allen daall@microsoft.com

Signed-off-by: Danny Allen <daall@microsoft.com>
@daall daall requested a review from lguohan June 18, 2020 22:34
@@ -1,5 +1,5 @@
pipeline {
agent { node { label 'jenkins-kvm-workers' } }
agent { node { label 'jenkins-build-workers' } }
Copy link
Contributor

Choose a reason for hiding this comment

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

we need to separate this job like what we did for builimage-vs-image before we change the tag.

Copy link
Member Author

Choose a reason for hiding this comment

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

Where are we separating the job? There's no "Test" stage for any of these three jobs, so I'm not sure where the split should be,

@@ -1,5 +1,5 @@
pipeline {
agent { node { label 'jenkins-kvm-workers' } }
agent { node { label 'jenkins-build-workers' } }
Copy link
Contributor

Choose a reason for hiding this comment

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

we need to separate this job like what we did for builimage-vs-image before we change the tag.

@@ -1,5 +1,5 @@
pipeline {
agent { node { label 'jenkins-kvm-workers' } }
agent { node { label 'jenkins-build-workers' } }
Copy link
Contributor

Choose a reason for hiding this comment

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

we need to separate this job like what we did for builimage-vs-image before we change the tag.

@lguohan lguohan force-pushed the master branch 4 times, most recently from 0a16fa4 to f190a18 Compare July 16, 2020 09:59
@lguohan lguohan force-pushed the master branch 2 times, most recently from 3c082c3 to 76b62b0 Compare August 9, 2020 11:51
@lguohan lguohan force-pushed the master branch 2 times, most recently from e187ae2 to 7f37a26 Compare December 26, 2020 11:59
@lguohan lguohan force-pushed the master branch 3 times, most recently from bde8e6c to 2295d0e Compare August 24, 2021 16:35
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.

2 participants