mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
e2e: add AWS test to schedule
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
parent
11672acf0a
commit
7eb9d8a57c
5
.github/workflows/e2e-test-daily.yml
vendored
5
.github/workflows/e2e-test-daily.yml
vendored
@ -15,8 +15,11 @@ jobs:
|
||||
e2e-daily:
|
||||
strategy:
|
||||
matrix:
|
||||
provider: ["gcp", "azure"]
|
||||
provider: ["gcp", "azure", "aws"]
|
||||
runs-on: ubuntu-22.04
|
||||
permissions:
|
||||
id-token: write
|
||||
contents: read
|
||||
steps:
|
||||
- name: Check out repository
|
||||
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3.1.0
|
||||
|
3
.github/workflows/e2e-test-manual-macos.yml
vendored
3
.github/workflows/e2e-test-manual-macos.yml
vendored
@ -85,6 +85,9 @@ jobs:
|
||||
e2e-test-manual-darwin:
|
||||
name: "e2e Test Manual (macOS)"
|
||||
runs-on: macos-12
|
||||
permissions:
|
||||
id-token: write
|
||||
contents: read
|
||||
needs: build-bootstrapper-linux
|
||||
if: ${{ always() && !cancelled() && (needs.build-bootstrapper-linux.result == 'success' || needs.build-bootstrapper-linux.result == 'skipped') }}
|
||||
steps:
|
||||
|
11
.github/workflows/e2e-test-weekly.yml
vendored
11
.github/workflows/e2e-test-weekly.yml
vendored
@ -18,7 +18,7 @@ jobs:
|
||||
max-parallel: 5
|
||||
matrix:
|
||||
test: ["sonobuoy full", "autoscaling", "k-bench"]
|
||||
provider: ["gcp", "azure"]
|
||||
provider: ["gcp", "azure", "aws"]
|
||||
version: ["1.23", "1.24", "1.25"]
|
||||
exclude:
|
||||
# Autoscaling test runs only on latest version.
|
||||
@ -31,8 +31,15 @@ jobs:
|
||||
version: "1.23"
|
||||
- test: "k-bench"
|
||||
version: "1.24"
|
||||
|
||||
# Currently not supported on AWS.
|
||||
- test: "autoscaling"
|
||||
provider: "aws"
|
||||
- test: "k-bench"
|
||||
provider: "aws"
|
||||
runs-on: ubuntu-22.04
|
||||
permissions:
|
||||
id-token: write
|
||||
contents: read
|
||||
steps:
|
||||
- name: Check out repository
|
||||
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3.1.0
|
||||
|
Loading…
Reference in New Issue
Block a user