Skip to content

Commit

Permalink
Fix conformance test version conflict with AutoUpgradeMinorVersion (#…
Browse files Browse the repository at this point in the history
…1349)

* fix conformance test version conflict with AutoUpgradeMinorVersion

* set auto upgrade minor version false

* remove empty space

* remove empty space
  • Loading branch information
wanlonghenry authored Feb 5, 2025
1 parent 3d028ff commit 3568e66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/src/core/e2e_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ addArcK8sCLIExtension() {

createArcCIExtension() {
echo "creating extension type: Microsoft.AzureMonitor.Containers"
basicparameters="--cluster-name $CLUSTER_NAME --resource-group $RESOURCE_GROUP --cluster-type connectedClusters --extension-type Microsoft.AzureMonitor.Containers --scope cluster --name azuremonitor-containers"
basicparameters="--cluster-name $CLUSTER_NAME --resource-group $RESOURCE_GROUP --cluster-type connectedClusters --extension-type Microsoft.AzureMonitor.Containers --scope cluster --name azuremonitor-containers --auto-upgrade-minor-version false"
if [ ! -z "$CI_ARC_RELEASE_TRAIN" ]; then
basicparameters="$basicparameters --release-train $CI_ARC_RELEASE_TRAIN"
fi
Expand Down

0 comments on commit 3568e66

Please sign in to comment.