Skip to content

ci: refresh pipelines with image override support#4307

Open
mugeshsp wants to merge 5 commits intomasterfrom
msp/pipeline-v2
Open

ci: refresh pipelines with image override support#4307
mugeshsp wants to merge 5 commits intomasterfrom
msp/pipeline-v2

Conversation

@mugeshsp
Copy link
Copy Markdown
Contributor

Reason for Change:
This PR refreshes the CI/CD pipeline to improve flexibility for image-based validation runs.

Issue Fixed:

  • Adds pipeline parameters to selectively build CNI/CNS/IPAM components.

  • Adds image override parameters for CNI/CNS/IPAM so tests can run with explicitly provided images (ACR/MCR, tag or digest).

  • Propagates override metadata via pipeline output variables into downstream jobs/templates.

  • Updates E2E pipeline templates to consume override image settings when present.

  • Fixes Bash parsing failure in setup logs by quoting queued-by output (prevents errors while printing)

  • uses conventional commit messages

  • includes documentation

  • adds unit tests

  • relevant PR labels added

@mugeshsp mugeshsp requested a review from a team as a code owner March 30, 2026 15:03
@mugeshsp mugeshsp requested review from BeegiiK and Copilot March 30, 2026 15:03
Comment on lines +30 to +49
parameters:
- name: buildCni
type: boolean
default: true
- name: buildCns
type: boolean
default: true
- name: buildIpam
type: boolean
default: true
- name: cniImage
type: string
default: "__use-default__"
- name: cnsImage
type: string
default: "__use-default__"
- name: ipamImage
type: string
default: "__use-default__"

Copy link
Copy Markdown
Contributor

@jpayne3506 jpayne3506 Mar 30, 2026

Choose a reason for hiding this comment

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

Perhaps we can dynamically define our naming convention to help us discern the multiple Dalec E2E runs??
https://learn.microsoft.com/en-us/azure/devops/pipelines/process/run-number?view=azure-devops

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Added naming convention to distinguish dalec e2e tests

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