Skip to content

Commit 62e7e19

Browse files
ci: [WIN-NPM] mitigate Cyclonus infra issues (#1958)
1 parent 6c7dab2 commit 62e7e19

File tree

2 files changed

+14
-6
lines changed

2 files changed

+14
-6
lines changed

.pipelines/npm/npm-conformance-tests.yaml

+3-2
Original file line numberDiff line numberDiff line change
@@ -396,8 +396,9 @@ jobs:
396396
--windows-admin-password alpha@numeric!password2 \
397397
--network-plugin azure \
398398
--vm-set-type VirtualMachineScaleSets \
399-
--node-vm-size Standard_D4s_v3 \
400-
--node-count 1
399+
--node-vm-size Standard_D8s_v3 \
400+
--node-count 1 \
401+
--uptime-sla
401402
402403
# don't schedule anything on the linux system pool
403404
echo "Updating $CLUSTER_NAME to not schedule anything on linux pool..."

test/cyclonus/test-cyclonus-windows.sh

+11-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,20 @@
1-
curl -fsSL github.com/mattfenwick/cyclonus/releases/latest/download/cyclonus_linux_amd64.tar.gz | tar -zxv
21
LOG_FILE=cyclonus-$CLUSTER_NAME
3-
./cyclonus_linux_amd64/cyclonus generate \
2+
3+
# curl -fsSL github.com/mattfenwick/cyclonus/releases/latest/download/cyclonus_linux_amd64.tar.gz | tar -zxv
4+
# ./cyclonus_linux_amd64/cyclonus generate \
5+
6+
# this branch has double the amount of workers
7+
git clone https://github.com/huntergregory/cyclonus.git --branch=slowness --depth=1
8+
cd cyclonus
9+
make cyclonus
10+
cmd/cyclonus/cyclonus generate \
411
--noisy=true \
512
--retries=7 \
613
--ignore-loopback=true \
714
--cleanup-namespaces=true \
8-
--perturbation-wait-seconds=20 \
15+
--perturbation-wait-seconds=17 \
916
--pod-creation-timeout-seconds=480 \
10-
--job-timeout-seconds=15 \
17+
--job-timeout-seconds=5 \
1118
--server-protocol=TCP,UDP \
1219
--exclude sctp,named-port,ip-block-with-except,multi-peer,upstream-e2e,example,end-port,namespaces-by-default-label,update-policy | tee $LOG_FILE
1320

0 commit comments

Comments
 (0)