-
-
Notifications
You must be signed in to change notification settings - Fork 136
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
feat(terraform) Remove parameter agentContainerImage
in favor of agentLabel
#817
Conversation
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.
Almost there, but more work is required:
- Title need to be updated
- Need to update documentation
- Need to run a fully fledged test with a PR on one of the terraform jobs
⚠️ DO NOT MERGE⚠️
need to update https://github.com/jenkins-infra/shared-tools/tree/main/terraform#jenkins-pipeline to document changes |
5281b2f
to
6e1dc28
Compare
using this PR to test on AZURE : https://infra.ci.jenkins.io/job/terraform-jobs/job/azure/job/PR-575 |
26fd904
to
acce4ab
Compare
…rary#817 as per jenkins-infra/helpdesk#3823 (comment) changing to AgentLabel
followed by jenkins-infra/shared-tools#136 to update documentation |
agentContainerImage
in favor of agentLabel
chore(terraform): update documentation for jenkins-infra/pipeline-library#817
Change in the pipeline shared library to start using labelled arm64 agent instead of PodTemplate
as per jenkins-infra/helpdesk#3823 (comment)