Skip to content

Conversation

camrynl
Copy link
Contributor

@camrynl camrynl commented May 13, 2025

Reason for Change:
fix cluster name reference to unblock nightly pipeline

Issue Fixed:

Requirements:

Notes:

@Copilot Copilot AI review requested due to automatic review settings May 13, 2025 18:40
@camrynl camrynl requested a review from a team as a code owner May 13, 2025 18:40
@camrynl camrynl requested a review from k-routhu May 13, 2025 18:40
@camrynl camrynl added fix Fixes something. ci Infra or tooling. labels May 13, 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 fixes the reference to the cluster name in the nightly pipeline for Cilium deployment, ensuring that the correct cluster name is used.

  • Updated the cluster name construction in the nightly-release-test YAML script
  • Replaced pipeline parameter syntax with shell variable substitution to include the commit ID in the cluster name
Comments suppressed due to low confidence (1)

.pipelines/cni/cilium/nightly-release-test.yml:162

  • The change from pipeline parameter syntax '${{ parameters.clusterName }}' to shell variable substitution '$(clusterName)' may lead to undefined variables if 'clusterName' and 'commitID' are not properly set as environment variables. Consider verifying that these variables are exported or defined in the script context or revert to the original syntax if the intent was to use pipeline parameters.
make -C ./hack/aks set-kubeconf AZCLI=az CLUSTER=$(clusterName)-$(commitID)

@camrynl
Copy link
Contributor Author

camrynl commented May 13, 2025

/azp run Azure Container Networking PR

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@camrynl camrynl enabled auto-merge May 13, 2025 23:14
@camrynl camrynl added this pull request to the merge queue May 14, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks May 14, 2025
@camrynl camrynl added this pull request to the merge queue May 14, 2025
Merged via the queue into master with commit 3189cda May 15, 2025
20 of 24 checks passed
@camrynl camrynl deleted the camrynl/nightly-fix-param branch May 15, 2025 01:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci Infra or tooling. fix Fixes something.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants