Skip to content

ci: [1/?] Automated version update pipeline #3667

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

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

jpayne3506
Copy link
Contributor

Reason for Change:

Maintenace for multiple release train versions are slipping. This PR is the first of multiple to leverage variable groups to allow E2E pipelines to use latest managed version where applicable.

Issue Fixed:

Requirements:

Notes:

@jpayne3506 jpayne3506 requested review from vipul-21 and camrynl May 15, 2025 18:18
@jpayne3506 jpayne3506 self-assigned this May 15, 2025
@Copilot Copilot AI review requested due to automatic review settings May 15, 2025 18:18
@jpayne3506 jpayne3506 requested a review from a team as a code owner May 15, 2025 18:18
@jpayne3506 jpayne3506 added the ci Infra or tooling. label May 15, 2025
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR introduces automated version management for AKS cluster creation pipelines by leveraging variable groups and adds support for a Long Term Support (LTS) flag.

  • Added LTS_ARGS in hack/aks/Makefile to conditionally apply LTS options to az aks create commands
  • Extended the cluster creation template to accept an LTS parameter
  • Configured pipeline jobs to pass the LTS flag based on Kubernetes version

Reviewed Changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.

File Description
hack/aks/Makefile Define LTS_ARGS and inject into cluster creation targets
.pipelines/templates/create-cluster-steps.yaml Add LTS parameter usage in the cluster creation steps template
.pipelines/cni/ado-automation/var-pipeline.yaml Set LTS flag in pipeline job parameters for specific versions
Comments suppressed due to low confidence (1)

.pipelines/templates/create-cluster-steps.yaml:1

  • The template references a parameter 'LTS' in the steps but it isn't defined under parameters:. Add a definition like LTS: false (or an appropriate default) to ensure the flag is recognized.
parameters:

@jpayne3506 jpayne3506 force-pushed the jpayne3506/ado-var branch 6 times, most recently from d6dfe62 to b4a383f Compare May 15, 2025 22:41
@jpayne3506 jpayne3506 force-pushed the jpayne3506/ado-var branch from b4a383f to 3bcbabf Compare May 19, 2025 17:13
@Azure Azure deleted a comment from azure-pipelines bot May 19, 2025
@jpayne3506
Copy link
Contributor Author

/azp run Azure Container Networking PR

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci Infra or tooling.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants