-
Notifications
You must be signed in to change notification settings - Fork 70
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
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: Danny Allen <daall@microsoft.com>
@@ -1,5 +1,5 @@ | |||
pipeline { | |||
agent { node { label 'jenkins-kvm-workers' } } | |||
agent { node { label 'jenkins-build-workers' } } |
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.
we need to separate this job like what we did for builimage-vs-image before we change the tag.
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.
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' } } |
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.
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' } } |
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.
we need to separate this job like what we did for builimage-vs-image before we change the tag.
0a16fa4
to
f190a18
Compare
3c082c3
to
76b62b0
Compare
e187ae2
to
7f37a26
Compare
bde8e6c
to
2295d0e
Compare
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