Skip to content

Conversation

@jpayne3506
Copy link
Contributor

Reason for Change:

Enables testing of various Kubernetes versions against master.

Issue Fixed:

Requirements:

Notes:
Does not impact functionality of PR or Releases.

Using variable ${K8S_VERSION}
ACN PR - https://msazure.visualstudio.com/One/_build/results?buildId=120416666&view=logs&j=b7272be1-c4e1-5606-108c-57e47d6749ec&t=24d1cf9e-6a2a-5c4b-89db-514da0326b17&l=77
CNI Release Test - https://msazure.visualstudio.com/One/_build/results?buildId=120417599&view=logs&j=5880768e-a1e2-5440-d89b-0c014d2bdd3f&t=36f18d29-ef7e-52ae-b9f6-f2d795e40dd6&l=74

@jpayne3506 jpayne3506 added the ci Infra or tooling. label Apr 7, 2025
@jpayne3506 jpayne3506 requested a review from camrynl April 7, 2025 20:57
@jpayne3506 jpayne3506 self-assigned this Apr 7, 2025
Copilot AI review requested due to automatic review settings April 7, 2025 20:57
@jpayne3506 jpayne3506 requested a review from a team as a code owner April 7, 2025 20:57
Copy link
Contributor

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.

Copilot reviewed 3 out of 4 changed files in this pull request and generated no comments.

Files not reviewed (1)
  • hack/aks/Makefile: Language not supported
Comments suppressed due to low confidence (3)

.pipelines/templates/create-cluster.yaml:35

  • Consider quoting ${K8S_VERSION} to prevent potential word splitting issues. For example, use: if [ -n "${K8S_VERSION}" ]; then
if ! [ -z ${K8S_VERSION} ]; then

.pipelines/templates/create-cluster.jobs.yaml:46

  • Consider quoting ${K8S_VERSION} to prevent word splitting issues. Using if [ -n "${K8S_VERSION}" ]; then would be more robust.
if ! [ -z ${K8S_VERSION} ]; then

.pipelines/cni/load-test-templates/create-cluster-template.yaml:21

  • Consider quoting ${K8S_VERSION} to avoid potential errors due to word splitting. A recommended improvement is: if [ -n "${K8S_VERSION}" ]; then
if ! [ -z ${K8S_VERSION} ]; then

@jpayne3506
Copy link
Contributor Author

/azp run Azure Container Networking PR

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@jpayne3506 jpayne3506 enabled auto-merge April 7, 2025 21:22
@jpayne3506 jpayne3506 added this pull request to the merge queue Apr 7, 2025
auto-merge was automatically disabled April 7, 2025 23:27

Pull Request is not mergeable

Merged via the queue into master with commit d093bfd Apr 8, 2025
65 of 67 checks passed
@jpayne3506 jpayne3506 deleted the jpayne3506/k8s-cicd branch April 8, 2025 00:47
sivakami-projects pushed a commit that referenced this pull request Oct 23, 2025
* ci: add K8S_VER to output for make vars

* ci: Allow manual overwrite of k8s version in CI/CD

* chore: rephrase terminal output
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.

4 participants