From a91405dac6853c7433c6fe13d9649894fa21463a Mon Sep 17 00:00:00 2001 From: Aviral Takkar Date: Fri, 22 Mar 2024 12:50:50 -0700 Subject: [PATCH] fix --- build/ci/Makefile | 4 ++-- build/ci/scripts/azure.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build/ci/Makefile b/build/ci/Makefile index 8be2dcc..b569a75 100644 --- a/build/ci/Makefile +++ b/build/ci/Makefile @@ -49,7 +49,7 @@ ci-kind-random: build-image tests-random-image kind-delete kind-create kind-depl ci-aks-ctr: ## Run the containerd hosts CI in AKS. @echo "+ $@" ifndef NODEPOOL - $(eval NODEPOOL := $(shell date +"p2p%y%m%d")) + $(eval NODEPOOL := $(shell date +"prel%y%m%d")) endif ifndef PEERD_IMAGE_TAG $(eval PEERD_IMAGE_TAG := "dev") @@ -63,7 +63,7 @@ endif ci-streaming-ctr: ## Run the streaming CI in AKS. @echo "+ $@" ifndef NODEPOOL - $(eval NODEPOOL := $(shell date +"p2p%y%m%d")) + $(eval NODEPOOL := $(shell date +"prels%y%m%d")) endif ifndef PEERD_IMAGE_TAG $(eval PEERD_IMAGE_TAG := "dev") diff --git a/build/ci/scripts/azure.sh b/build/ci/scripts/azure.sh index 1543943..b2b2de9 100755 --- a/build/ci/scripts/azure.sh +++ b/build/ci/scripts/azure.sh @@ -7,7 +7,7 @@ source $SCRIPT_DIR/env.sh PEERD_HELM_CHART="$SCRIPT_DIR/../../package/peerd-helm" TELEPORT_DEPLOY_TEMPLATE="$SCRIPT_DIR/../k8s/teleport.yml" SCANNER_APP_DEPLOY_TEMPLATE="$SCRIPT_DIR/../k8s/scanner.yml" -TESTS_AZURE_CLI_DEPLOY_TEMPLATE=$SCRIPT_DIR/../build/ci/k8s/azure-cli.yml +TESTS_AZURE_CLI_DEPLOY_TEMPLATE=$SCRIPT_DIR/../k8s/azure-cli.yml show_help() { usageStr="