Skip to content

Commit 31cb602

Browse files
Merge remote-tracking branch 'origin/develop' into codex/vault-jwt-e2e
# Conflicts: # system-tests/tests/test-helpers/chip_testsink_helpers.go
2 parents 9a85002 + f0afcfa commit 31cb602

236 files changed

Lines changed: 3237 additions & 1387 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/actions/setup-sui/action.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Setup Sui CLI
22
description: Install and cache Sui CLI using suiup
33
inputs:
44
version:
5-
description: Sui CLI version to install (e.g., mainnet-v1.68.1)
5+
description: Sui CLI version to install (e.g., mainnet-v1.69.2)
66
required: false
7-
default: mainnet-v1.68.1
7+
default: mainnet-v1.69.2
88
github-token:
99
description: GitHub token to use for authentication
1010
required: true

.github/integration-in-memory-tests.yml

Lines changed: 73 additions & 73 deletions
Original file line numberDiff line numberDiff line change
@@ -1127,48 +1127,30 @@ runner-test-matrix:
11271127
--format=github-actions \
11281128
-- -v -run "Test_CCIP_Upgrade_Sui2EVM" -timeout 25m -count=1 -parallel=1 ./smoke/ccip
11291129
test_go_project_path: integration-tests
1130-
sui_cli_version: mainnet-1.68.1
1131-
install_plugins_public: true
1132-
free_disk_space: true
1133-
1134-
- id: smoke/ccip/ccip_sui_upgrade_test.go:Test_CCIP_Upgrade_EVM2Sui
1135-
path: integration-tests/smoke/ccip/ccip_sui_upgrade_test.go
1136-
test_env_type: in-memory
1137-
runs_on_self_hosted: runs-on/cpu=16/ram=64/family=m6i+m5.*/spot=false/image=ubuntu24-full-x64/extras=s3-cache+tmpfs
1138-
triggers:
1139-
- PR Integration CCIP Tests
1140-
- Nightly Integration CCIP Tests
1141-
test_cmd: |
1142-
gotestsum \
1143-
--junitfile=/tmp/junit.xml \
1144-
--jsonfile=/tmp/gotest.log \
1145-
--format=github-actions \
1146-
-- -v -run "Test_CCIP_Upgrade_EVM2Sui" -timeout 25m -count=1 -parallel=1 ./smoke/ccip
1147-
test_go_project_path: integration-tests
1148-
sui_cli_version: mainnet-1.68.1
1130+
sui_cli_version: mainnet-1.69.2
11491131
install_plugins_public: true
11501132
free_disk_space: true
1151-
test_artifacts_on_failure: integration-tests/logs/
11521133

1153-
- id: smoke/ccip/ccip_sui_upgrade_test.go:Test_CCIP_Upgrade_CommonPkg_EVM2Sui
1154-
path: integration-tests/smoke/ccip/ccip_sui_upgrade_test.go
1155-
test_env_type: in-memory
1156-
runs_on_self_hosted: runs-on/cpu=16/ram=64/family=m6i+m5.*/spot=false/image=ubuntu24-full-x64/extras=s3-cache+tmpfs
1157-
triggers:
1158-
- PR Integration CCIP Tests
1159-
- Nightly Integration CCIP Tests
1160-
test_cmd: |
1161-
gotestsum \
1162-
--junitfile=/tmp/junit.xml \
1163-
--jsonfile=/tmp/gotest.log \
1164-
--format=github-actions \
1165-
-- -v -run "Test_CCIP_Upgrade_CommonPkg_EVM2Sui" -timeout 25m -count=1 -parallel=1 ./smoke/ccip
1166-
test_go_project_path: integration-tests
1167-
sui_cli_version: mainnet-1.68.1
1168-
install_plugins_public: true
1169-
free_disk_space: true
1134+
# - id: smoke/ccip/ccip_sui_upgrade_test.go:Test_CCIP_Upgrade_EVM2Sui
1135+
# path: integration-tests/smoke/ccip/ccip_sui_upgrade_test.go
1136+
# test_env_type: in-memory
1137+
# runs_on_self_hosted: runs-on/cpu=16/ram=64/family=m6i+m5.*/spot=false/image=ubuntu24-full-x64/extras=s3-cache+tmpfs
1138+
# triggers:
1139+
# - PR Integration CCIP Tests
1140+
# - Nightly Integration CCIP Tests
1141+
# test_cmd: |
1142+
# gotestsum \
1143+
# --junitfile=/tmp/junit.xml \
1144+
# --jsonfile=/tmp/gotest.log \
1145+
# --format=github-actions \
1146+
# -- -v -run "Test_CCIP_Upgrade_EVM2Sui" -timeout 25m -count=1 -parallel=1 ./smoke/ccip
1147+
# test_go_project_path: integration-tests
1148+
# sui_cli_version: mainnet-1.69.2
1149+
# install_plugins_public: true
1150+
# free_disk_space: true
1151+
# test_artifacts_on_failure: integration-tests/logs/
11701152

1171-
# - id: smoke/ccip/ccip_sui_upgrade_test.go:Test_CCIP_Upgrade_NoBlock_EVM2Sui
1153+
# - id: smoke/ccip/ccip_sui_upgrade_test.go:Test_CCIP_Upgrade_CommonPkg_EVM2Sui
11721154
# path: integration-tests/smoke/ccip/ccip_sui_upgrade_test.go
11731155
# test_env_type: in-memory
11741156
# runs_on_self_hosted: runs-on/cpu=16/ram=64/family=m6i+m5.*/spot=false/image=ubuntu24-full-x64/extras=s3-cache+tmpfs
@@ -1180,12 +1162,30 @@ runner-test-matrix:
11801162
# --junitfile=/tmp/junit.xml \
11811163
# --jsonfile=/tmp/gotest.log \
11821164
# --format=github-actions \
1183-
# -- -v -run "Test_CCIP_Upgrade_NoBlock_EVM2Sui" -timeout 25m -count=1 -parallel=1 ./smoke/ccip
1165+
# -- -v -run "Test_CCIP_Upgrade_CommonPkg_EVM2Sui" -timeout 25m -count=1 -parallel=1 ./smoke/ccip
11841166
# test_go_project_path: integration-tests
1185-
# sui_cli_version: mainnet-1.68.1
1167+
# sui_cli_version: mainnet-1.69.2
11861168
# install_plugins_public: true
11871169
# free_disk_space: true
11881170

1171+
- id: smoke/ccip/ccip_sui_upgrade_test.go:Test_CCIP_Upgrade_NoBlock_EVM2Sui
1172+
path: integration-tests/smoke/ccip/ccip_sui_upgrade_test.go
1173+
test_env_type: in-memory
1174+
runs_on_self_hosted: runs-on/cpu=16/ram=64/family=m6i+m5.*/spot=false/image=ubuntu24-full-x64/extras=s3-cache+tmpfs
1175+
triggers:
1176+
- PR Integration CCIP Tests
1177+
- Nightly Integration CCIP Tests
1178+
test_cmd: |
1179+
gotestsum \
1180+
--junitfile=/tmp/junit.xml \
1181+
--jsonfile=/tmp/gotest.log \
1182+
--format=github-actions \
1183+
-- -v -run "Test_CCIP_Upgrade_NoBlock_EVM2Sui" -timeout 25m -count=1 -parallel=1 ./smoke/ccip
1184+
test_go_project_path: integration-tests
1185+
sui_cli_version: mainnet-1.69.2
1186+
install_plugins_public: true
1187+
free_disk_space: true
1188+
11891189
# Sui token transfer tests
11901190
- id: smoke/ccip/ccip_sui_token_transfer_test.go:Test_CCIPTokenTransfer_Sui2EVM_LockReleaseTokenPool
11911191
path: integration-tests/smoke/ccip/ccip_sui_token_transfer_test.go
@@ -1201,7 +1201,7 @@ runner-test-matrix:
12011201
--format=github-actions \
12021202
-- -v -run "Test_CCIPTokenTransfer_Sui2EVM_LockReleaseTokenPool" -timeout 15m -count=1 -parallel=1 ./smoke/ccip
12031203
test_go_project_path: integration-tests
1204-
sui_cli_version: mainnet-1.68.1
1204+
sui_cli_version: mainnet-1.69.2
12051205
install_plugins_public: true
12061206
free_disk_space: true
12071207

@@ -1219,7 +1219,7 @@ runner-test-matrix:
12191219
--format=github-actions \
12201220
-- -v -run "Test_CCIPTokenTransfer_Sui2EVM_BurnMintTokenPool" -timeout 12m -count=1 -parallel=1 ./smoke/ccip
12211221
test_go_project_path: integration-tests
1222-
sui_cli_version: mainnet-1.68.1
1222+
sui_cli_version: mainnet-1.69.2
12231223
install_plugins_public: true
12241224
free_disk_space: true
12251225

@@ -1237,7 +1237,7 @@ runner-test-matrix:
12371237
--format=github-actions \
12381238
-- -v -run "Test_CCIPTokenTransfer_Sui2EVM_BurnMintTokenPool_WithRateLimit" -timeout 15m -count=1 -parallel=1 ./smoke/ccip
12391239
test_go_project_path: integration-tests
1240-
sui_cli_version: mainnet-1.68.1
1240+
sui_cli_version: mainnet-1.69.2
12411241
install_plugins_public: true
12421242
free_disk_space: true
12431243

@@ -1255,7 +1255,7 @@ runner-test-matrix:
12551255
--format=github-actions \
12561256
-- -v -run "Test_CCIPTokenTransfer_Sui2EVM_BurnMintTokenPool_WithAllowlist" -timeout 15m -count=1 -parallel=1 ./smoke/ccip
12571257
test_go_project_path: integration-tests
1258-
sui_cli_version: mainnet-1.68.1
1258+
sui_cli_version: mainnet-1.69.2
12591259
install_plugins_public: true
12601260
free_disk_space: true
12611261

@@ -1273,7 +1273,7 @@ runner-test-matrix:
12731273
--format=github-actions \
12741274
-- -v -run "Test_CCIPTokenTransfer_Sui2EVM_BurnMintTokenPool_ThenGloballyCursedUncursed" -timeout 15m -count=1 -parallel=1 ./smoke/ccip
12751275
test_go_project_path: integration-tests
1276-
sui_cli_version: mainnet-1.68.1
1276+
sui_cli_version: mainnet-1.69.2
12771277
install_plugins_public: true
12781278
free_disk_space: true
12791279

@@ -1291,11 +1291,11 @@ runner-test-matrix:
12911291
--format=github-actions \
12921292
-- -v -run "Test_CCIPTokenTransfer_Sui2EVM_ManagedTokenPool_ThenCurseUncurse" -timeout 15m -count=1 -parallel=1 ./smoke/ccip
12931293
test_go_project_path: integration-tests
1294-
sui_cli_version: mainnet-1.68.1
1294+
sui_cli_version: mainnet-1.69.2
12951295
install_plugins_public: true
12961296
free_disk_space: true
12971297

1298-
- id: smoke/ccip/ccip_sui_token_transfer_test.go:Test_CCIPTokenTransfer_SUI2EVM_ManagedTokenPool_WithRateLimit
1298+
- id: smoke/ccip/ccip_sui_token_transfer_test.go:Test_CCIPTokenTransfer_Sui2EVM_ManagedTokenPool_WithRateLimit
12991299
path: integration-tests/smoke/ccip/ccip_sui_token_transfer_test.go
13001300
test_env_type: in-memory
13011301
runs_on_self_hosted: runs-on/cpu=16/ram=64/family=m6i+m5.*/spot=false/image=ubuntu24-full-x64/extras=s3-cache+tmpfs
@@ -1307,29 +1307,29 @@ runner-test-matrix:
13071307
--junitfile=/tmp/junit.xml \
13081308
--jsonfile=/tmp/gotest.log \
13091309
--format=github-actions \
1310-
-- -v -run "Test_CCIPTokenTransfer_SUI2EVM_ManagedTokenPool_WithRateLimit" -timeout 25m -count=1 -parallel=1 ./smoke/ccip
1310+
-- -v -run "Test_CCIPTokenTransfer_Sui2EVM_ManagedTokenPool_WithRateLimit" -timeout 25m -count=1 -parallel=1 ./smoke/ccip
13111311
test_go_project_path: integration-tests
1312-
sui_cli_version: mainnet-1.68.1
1312+
sui_cli_version: mainnet-1.69.2
13131313
install_plugins_public: true
13141314
free_disk_space: true
13151315

1316-
# - id: smoke/ccip/ccip_sui_token_transfer_test.go:Test_CCIPTokenTransfer_EVM2Sui_BurnMintTokenPool
1317-
# path: integration-tests/smoke/ccip/ccip_sui_token_transfer_test.go
1318-
# test_env_type: in-memory
1319-
# runs_on_self_hosted: runs-on/cpu=16/ram=64/family=m6i+m5.*/spot=false/image=ubuntu24-full-x64/extras=s3-cache+tmpfs
1320-
# triggers:
1321-
# - PR Integration CCIP Tests
1322-
# - Nightly Integration CCIP Tests
1323-
# test_cmd: |
1324-
# gotestsum \
1325-
# --junitfile=/tmp/junit.xml \
1326-
# --jsonfile=/tmp/gotest.log \
1327-
# --format=github-actions \
1328-
# -- -v -run "Test_CCIPTokenTransfer_EVM2Sui_BurnMintTokenPool" -timeout 25m -count=1 -parallel=1 ./smoke/ccip
1329-
# test_go_project_path: integration-tests
1330-
# sui_cli_version: mainnet-1.68.1
1331-
# install_plugins_public: true
1332-
# free_disk_space: true
1316+
- id: smoke/ccip/ccip_sui_token_transfer_test.go:Test_CCIPTokenTransfer_EVM2Sui_BurnMintTokenPool
1317+
path: integration-tests/smoke/ccip/ccip_sui_token_transfer_test.go
1318+
test_env_type: in-memory
1319+
runs_on_self_hosted: runs-on/cpu=16/ram=64/family=m6i+m5.*/spot=false/image=ubuntu24-full-x64/extras=s3-cache+tmpfs
1320+
triggers:
1321+
- PR Integration CCIP Tests
1322+
- Nightly Integration CCIP Tests
1323+
test_cmd: |
1324+
gotestsum \
1325+
--junitfile=/tmp/junit.xml \
1326+
--jsonfile=/tmp/gotest.log \
1327+
--format=github-actions \
1328+
-- -v -run "Test_CCIPTokenTransfer_EVM2Sui_BurnMintTokenPool" -timeout 25m -count=1 -parallel=1 ./smoke/ccip
1329+
test_go_project_path: integration-tests
1330+
sui_cli_version: mainnet-1.69.2
1331+
install_plugins_public: true
1332+
free_disk_space: true
13331333

13341334
- id: smoke/ccip/ccip_sui_token_transfer_test.go:Test_CCIPTokenTransfer_EVM2Sui_ManagedTokenPool_NoRateLimit
13351335
path: integration-tests/smoke/ccip/ccip_sui_token_transfer_test.go
@@ -1345,7 +1345,7 @@ runner-test-matrix:
13451345
--format=github-actions \
13461346
-- -v -run "Test_CCIPTokenTransfer_EVM2Sui_ManagedTokenPool_NoRateLimit" -timeout 25m -count=1 -parallel=1 ./smoke/ccip
13471347
test_go_project_path: integration-tests
1348-
sui_cli_version: mainnet-1.68.1
1348+
sui_cli_version: mainnet-1.69.2
13491349
install_plugins_public: true
13501350
free_disk_space: true
13511351

@@ -1363,7 +1363,7 @@ runner-test-matrix:
13631363
# --format=github-actions \
13641364
# -- -v -run "Test_CCIPTokenTransfer_EVM2Sui_ManagedTokenPool_WithRateLimit" -timeout 25m -count=1 -parallel=1 ./smoke/ccip
13651365
# test_go_project_path: integration-tests
1366-
# sui_cli_version: mainnet-1.68.1
1366+
# sui_cli_version: mainnet-1.69.2
13671367
# install_plugins_public: true
13681368
# free_disk_space: true
13691369

@@ -1399,7 +1399,7 @@ runner-test-matrix:
13991399
--format=github-actions \
14001400
-- -v -run "Test_CCIPProgrammableTokenTransfer_EVM2Sui_BurnMintTokenPool" -timeout 25m -count=1 -parallel=1 ./smoke/ccip
14011401
test_go_project_path: integration-tests
1402-
sui_cli_version: mainnet-1.68.1
1402+
sui_cli_version: mainnet-1.69.2
14031403
install_plugins_public: true
14041404
free_disk_space: true
14051405

@@ -1417,7 +1417,7 @@ runner-test-matrix:
14171417
--format=github-actions \
14181418
-- -v -run "Test_CCIPZeroGasLimitTokenTransfer_EVM2Sui_BurnMintTokenPool" -timeout 25m -count=1 -parallel=1 ./smoke/ccip
14191419
test_go_project_path: integration-tests
1420-
sui_cli_version: mainnet-1.68.1
1420+
sui_cli_version: mainnet-1.69.2
14211421
install_plugins_public: true
14221422
free_disk_space: true
14231423

@@ -1436,7 +1436,7 @@ runner-test-matrix:
14361436
--format=github-actions \
14371437
-- -v -run "Test_CCIP_Messaging_Sui2EVM" -timeout 12m -count=1 -parallel=1 ./smoke/ccip
14381438
test_go_project_path: integration-tests
1439-
sui_cli_version: mainnet-1.68.1
1439+
sui_cli_version: mainnet-1.69.2
14401440
install_plugins_public: true
14411441
free_disk_space: true
14421442

@@ -1454,7 +1454,7 @@ runner-test-matrix:
14541454
--format=github-actions \
14551455
-- -v -run "Test_CCIP_Messaging_EVM2Sui" -timeout 25m -count=1 -parallel=1 ./smoke/ccip
14561456
test_go_project_path: integration-tests
1457-
sui_cli_version: mainnet-1.68.1
1457+
sui_cli_version: mainnet-1.69.2
14581458
install_plugins_public: true
14591459
free_disk_space: true
14601460

@@ -1472,7 +1472,7 @@ runner-test-matrix:
14721472
--format=github-actions \
14731473
-- -v -run "Test_CCIP_EVM2Sui_ZeroReceiver" -timeout 25m -count=1 -parallel=1 ./smoke/ccip
14741474
test_go_project_path: integration-tests
1475-
sui_cli_version: mainnet-1.68.1
1475+
sui_cli_version: mainnet-1.69.2
14761476
install_plugins_public: true
14771477
free_disk_space: true
14781478

.github/workflows/ci-core.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -278,12 +278,12 @@ jobs:
278278
with:
279279
CLI_VERSION: 8.1.0
280280

281-
- name: Setup Sui CLI v1.61.2
281+
- name: Setup Sui CLI v1.69.2
282282
if: ${{ matrix.type.should-run == 'true' && matrix.type.setup-sui == 'true' }}
283283
uses: ./.github/actions/setup-sui
284284
with:
285285
github-token: ${{ secrets.GITHUB_TOKEN }}
286-
version: mainnet-v1.61.2
286+
version: mainnet-v1.69.2
287287

288288
- name: Setup wasmd
289289
if: ${{ matrix.type.should-run == 'true' }}
@@ -360,9 +360,9 @@ jobs:
360360
GH_RUN_ID: ${{ github.run_id }}
361361
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
362362
run: |
363-
find race.* | xargs cat > race.txt
364-
if [[ -s race.txt ]]; then
365-
cat race.txt
363+
find race.* | xargs cat >> races.txt
364+
if [[ -s races.txt ]]; then
365+
cat races.txt
366366
echo "post_to_slack=true" | tee -a "$GITHUB_OUTPUT"
367367
else
368368
echo "post_to_slack=false" | tee -a "$GITHUB_OUTPUT"

.github/workflows/cre-local-env-tests.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
uses: aws-actions/configure-aws-credentials@010d0da01d0b5a38af31e9c3470dbfdabdecca3a # v4.0.1
113113
with:
114114
aws-region: ${{ secrets.QA_AWS_REGION }}
115-
role-to-assume: ${{ secrets.QA_AWS_ROLE_TO_ASSUME }}
115+
role-to-assume: ${{ secrets.AWS_CTF_READ_ACCESS_ROLE_ARN }}
116116
role-duration-seconds: 1800
117117
mask-aws-account-id: true
118118

@@ -151,7 +151,8 @@ jobs:
151151
env:
152152
DISABLE_DX_TRACKING: true
153153
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
154-
AWS_ECR: ${{ secrets.AWS_ACCOUNT_ID_PROD }}.dkr.ecr.us-west-2.amazonaws.com
154+
MAIN_AWS_ECR: ${{ secrets.AWS_ACCOUNT_ID_PROD }}.dkr.ecr.us-west-2.amazonaws.com
155+
SDLC_AWS_ECR: ${{ secrets.QA_AWS_ACCOUNT_NUMBER }}.dkr.ecr.us-west-2.amazonaws.com
155156
run: |
156157
# Remove chip_ingress/chip_config sections since CI role lacks ECR permissions for the Atlas repo
157158
awk '/^\[chip_ingress\.build_config\]/,/^$/{next} /^\[chip_ingress\.pull_config\]/,/^$/{next} /^\[chip_config\.build_config\]/,/^$/{next} /^\[chip_config\.pull_config\]/,/^$/{next} {print}' configs/setup.toml > configs/setup.toml.tmp && mv configs/setup.toml.tmp configs/setup.toml
@@ -165,6 +166,7 @@ jobs:
165166
CTF_CONFIGS: "./configs/workflow-gateway-don.toml"
166167
CTF_JD_IMAGE: "${{ secrets.AWS_ACCOUNT_ID_PROD }}.dkr.ecr.${{ secrets.QA_AWS_REGION }}.amazonaws.com/job-distributor:0.22.1"
167168
CTF_CHAINLINK_IMAGE: "${{ secrets.QA_AWS_ACCOUNT_NUMBER }}.dkr.ecr.${{ secrets.QA_AWS_REGION }}.amazonaws.com/chainlink:${{ github.event_name == 'pull_request' && format('nightly-{0}-plugins', steps.set-date.outputs.date) || inputs.chainlink_image_tag }}"
169+
CTF_CHIP_ROUTER_IMAGE: "${{ secrets.QA_AWS_ACCOUNT_NUMBER }}.dkr.ecr.${{ secrets.QA_AWS_REGION }}.amazonaws.com/local-cre-chip-router:v1.0.1"
168170
DISABLE_DX_TRACKING: "true"
169171
CI: "true"
170172
run: |

.github/workflows/cre-regression-system-tests.yaml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ jobs:
117117
# Beholder stack will be started only for the Beholder tests
118118
CHIP_INGRESS_IMAGE: ${{ secrets.AWS_ACCOUNT_ID_PROD }}.dkr.ecr.${{ secrets.QA_AWS_REGION }}.amazonaws.com/atlas-chip-ingress:da84cb72d3a160e02896247d46ab4b9806ebee2f
119119
CHIP_CONFIG_IMAGE: ${{ secrets.AWS_ACCOUNT_ID_PROD }}.dkr.ecr.${{ secrets.QA_AWS_REGION }}.amazonaws.com/atlas-chip-config:7b4e9ee68fd1c737dd3480b5a3ced0188f29b969
120+
CTF_CHIP_ROUTER_IMAGE: "${{ secrets.QA_AWS_ACCOUNT_NUMBER }}.dkr.ecr.${{ secrets.QA_AWS_REGION }}.amazonaws.com/local-cre-chip-router:v1.0.1"
120121
BILLING_PLATFORM_SERVICE_IMAGE: ${{ secrets.AWS_ACCOUNT_ID_PROD }}.dkr.ecr.${{ secrets.QA_AWS_REGION }}.amazonaws.com/billing-platform-service:v1.45.0
121122

122123
steps:
@@ -221,12 +222,9 @@ jobs:
221222
continue-on-error: ${{ env.ENABLE_AUTO_QUARANTINE == 'true' }}
222223
env:
223224
TEST_NAME: ${{ matrix.tests.test_name }}
224-
TEST_TIMEOUT: 30m
225+
TEST_TIMEOUT: 7m # let's leave 3 minutes for other steps (the whole job times out after 10 minutes)
225226
PARALLEL_COUNT: "10"
226-
# parallelisation flags for tests
227-
# fanout is necessary, because multiple tests would otherwise start chip test sinks at the same port, causing conflicts
228227
CRE_TEST_PARALLEL_ENABLED: "true"
229-
CRE_TEST_CHIP_SINK_FANOUT_ENABLED: "true"
230228
run: |
231229
echo "Starting test: '${TEST_NAME}'"
232230
echo "⚠️⚠️⚠️ Add 'skip-e2e-regression' label to skip this step if necessary ⚠️⚠️⚠️"
@@ -260,12 +258,12 @@ jobs:
260258
artifact-name: ${{ matrix.tests.test_id }}_test_logs
261259

262260
- name: Show Docker containers status
263-
if: failure()
261+
if: failure() || cancelled()
264262
shell: bash
265263
run: docker ps -a
266264

267265
- name: Save Regression tests Docker logs
268-
if: failure()
266+
if: failure() || cancelled()
269267
shell: bash
270268
working-directory: system-tests/tests/regression/cre
271269
run: |
@@ -275,7 +273,7 @@ jobs:
275273
done
276274
277275
- name: Upload all artifacts as single package
278-
if: failure()
276+
if: failure() || cancelled()
279277
uses: actions/upload-artifact@v7
280278
with:
281279
name: test-logs-${{ matrix.tests.test_name }}-${{ matrix.tests.topology }}

0 commit comments

Comments
 (0)