mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-03-19 13:36:15 -04:00
e2e: Run tests on GitHub instead of local runner
This commit is contained in:
parent
dad698b736
commit
90b4067523
4
.github/workflows/e2e-test-azure-weekly.yml
vendored
4
.github/workflows/e2e-test-azure-weekly.yml
vendored
@ -11,9 +11,7 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
version: ["1.22", "1.23"]
|
||||
runs-on: [self-hosted, edgserver]
|
||||
container:
|
||||
image: ghcr.io/catthehacker/ubuntu:act-latest
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Check out repository
|
||||
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
|
||||
|
8
.github/workflows/e2e-test-azure.yml
vendored
8
.github/workflows/e2e-test-azure.yml
vendored
@ -6,9 +6,7 @@ on:
|
||||
- cron: "0 0 * * 2-6"
|
||||
jobs:
|
||||
test-latest:
|
||||
runs-on: [self-hosted, edgserver]
|
||||
container:
|
||||
image: ghcr.io/catthehacker/ubuntu:act-latest
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Check out repository
|
||||
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
|
||||
@ -39,9 +37,7 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
version: ["1.22", "1.23"]
|
||||
runs-on: [self-hosted, edgserver]
|
||||
container:
|
||||
image: ghcr.io/catthehacker/ubuntu:act-latest
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Check out repository
|
||||
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
|
||||
|
5
.github/workflows/e2e-test-gcp-weekly.yml
vendored
5
.github/workflows/e2e-test-gcp-weekly.yml
vendored
@ -11,14 +11,13 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
version: ["1.22", "1.23"]
|
||||
runs-on: [self-hosted, edgserver]
|
||||
container:
|
||||
image: ghcr.io/catthehacker/ubuntu:act-latest
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Check out repository
|
||||
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Run GCP E2E test
|
||||
uses: ./.github/actions/e2e_test
|
||||
with:
|
||||
|
9
.github/workflows/e2e-test-gcp.yml
vendored
9
.github/workflows/e2e-test-gcp.yml
vendored
@ -6,14 +6,13 @@ on:
|
||||
- cron: "0 2 * * 2-6"
|
||||
jobs:
|
||||
test-latest:
|
||||
runs-on: [self-hosted, edgserver]
|
||||
container:
|
||||
image: ghcr.io/catthehacker/ubuntu:act-latest
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Check out repository
|
||||
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Run GCP E2E test
|
||||
uses: ./.github/actions/e2e_test
|
||||
with:
|
||||
@ -39,9 +38,7 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
version: ["1.22", "1.23"]
|
||||
runs-on: [self-hosted, edgserver]
|
||||
container:
|
||||
image: ghcr.io/catthehacker/ubuntu:act-latest
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Check out repository
|
||||
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
|
||||
|
Loading…
x
Reference in New Issue
Block a user