include log

This commit is contained in:
Nikola Jokic 2025-04-07 10:25:54 +02:00
parent 007d6f9bef
commit acc2d977a1
No known key found for this signature in database
GPG Key ID: E4104494F9B8DDF6
6 changed files with 7 additions and 1 deletions

View File

@ -61,6 +61,7 @@ function install_scale_set() {
}
function main() {
echo "[*] Running anonymous proxy setup"
local failed=()
build_image

View File

@ -8,7 +8,7 @@ ROOT_DIR="$(realpath "${DIR}/../..")"
source "${DIR}/helper.sh"
SCALE_SET_NAME="default-$(date +'%M%S')$((($RANDOM + 100) % 100 + 1))"
SCALE_SET_NAME="default-$(date +'%M%S')$(((${RANDOM} + 100) % 100 + 1))"
SCALE_SET_NAMESPACE="arc-runners"
WORKFLOW_FILE="arc-test-workflow.yaml"
ARC_NAME="arc"
@ -76,6 +76,7 @@ function install_scale_set() {
}
function main() {
echo "[*] Running auth proxy setup"
local failed=()
build_image

View File

@ -51,6 +51,7 @@ function install_scale_set() {
}
function main() {
echo "[*] Running default setup"
local failed=()
build_image

View File

@ -52,6 +52,7 @@ function install_scale_set() {
}
function main() {
echo "[*] Running dind mode setup"
local failed=()
build_image

View File

@ -60,6 +60,7 @@ function install_scale_set() {
}
function main() {
echo "[*] Running kubernetes mode setup"
local failed=()
build_image

View File

@ -52,6 +52,7 @@ function install_scale_set() {
}
function main() {
echo "[*] Running single namespace setup"
local failed=()
build_image