Skip to content

Commit 09d9746

Browse files
ci: scale down automatic e2e testing (edgelesssys#3949)
* ci: only build new image once a week * ci: only test stable images on daily test * ci: stop testing gcp-sev-es on daily test * ci: scale down weekly e2e tests * ci: disable tests on azure-tdx --------- Signed-off-by: Daniel Weiße <[email protected]>
1 parent c3d710d commit 09d9746

File tree

3 files changed

+155
-154
lines changed

3 files changed

+155
-154
lines changed

.github/workflows/build-os-image-scheduled.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ on:
66
- cron: "0 21 * * 2" # At 21:00 on Tuesday.
77
- cron: "20 21 * * 2" # At 21:20 on Tuesday.
88
- cron: "40 21 * * 2" # At 21:40 on Tuesday.
9-
- cron: "0 21 * * 4" # At 21:00 on Thursday.
10-
- cron: "20 21 * * 4" # At 21:20 on Thursday.
11-
- cron: "40 21 * * 4" # At 21:40 on Thursday.
9+
# - cron: "0 21 * * 4" # At 21:00 on Thursday.
10+
# - cron: "20 21 * * 4" # At 21:20 on Thursday.
11+
# - cron: "40 21 * * 4" # At 21:40 on Thursday.
1212

1313
jobs:
1414
stream:

.github/workflows/e2e-test-daily.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ jobs:
4646
max-parallel: 5
4747
matrix:
4848
kubernetesVersion: ["v1.31"] # This should correspond to the current default k8s minor.
49-
attestationVariant: ["gcp-sev-es", "gcp-sev-snp", "azure-sev-snp", "azure-tdx", "aws-sev-snp"]
50-
refStream: ["ref/main/stream/debug/?", "ref/release/stream/stable/?"]
49+
attestationVariant: ["gcp-sev-snp", "azure-sev-snp", "aws-sev-snp"]
50+
refStream: ["ref/release/stream/stable/?"] # ["ref/main/stream/debug/?", "ref/release/stream/stable/?"]
5151
test: ["sonobuoy quick"]
5252
runs-on: ubuntu-24.04
5353
permissions:

0 commit comments

Comments
 (0)