mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-10-12 02:20:34 -04:00
e2e: Run tests on GitHub instead of local runner
This commit is contained in:
parent
dad698b736
commit
90b4067523
4 changed files with 8 additions and 18 deletions
4
.github/workflows/e2e-test-azure-weekly.yml
vendored
4
.github/workflows/e2e-test-azure-weekly.yml
vendored
|
@ -11,9 +11,7 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
version: ["1.22", "1.23"]
|
version: ["1.22", "1.23"]
|
||||||
runs-on: [self-hosted, edgserver]
|
runs-on: ubuntu-latest
|
||||||
container:
|
|
||||||
image: ghcr.io/catthehacker/ubuntu:act-latest
|
|
||||||
steps:
|
steps:
|
||||||
- name: Check out repository
|
- name: Check out repository
|
||||||
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
|
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"
|
- cron: "0 0 * * 2-6"
|
||||||
jobs:
|
jobs:
|
||||||
test-latest:
|
test-latest:
|
||||||
runs-on: [self-hosted, edgserver]
|
runs-on: ubuntu-latest
|
||||||
container:
|
|
||||||
image: ghcr.io/catthehacker/ubuntu:act-latest
|
|
||||||
steps:
|
steps:
|
||||||
- name: Check out repository
|
- name: Check out repository
|
||||||
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
|
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
|
||||||
|
@ -39,9 +37,7 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
version: ["1.22", "1.23"]
|
version: ["1.22", "1.23"]
|
||||||
runs-on: [self-hosted, edgserver]
|
runs-on: ubuntu-latest
|
||||||
container:
|
|
||||||
image: ghcr.io/catthehacker/ubuntu:act-latest
|
|
||||||
steps:
|
steps:
|
||||||
- name: Check out repository
|
- name: Check out repository
|
||||||
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
|
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:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
version: ["1.22", "1.23"]
|
version: ["1.22", "1.23"]
|
||||||
runs-on: [self-hosted, edgserver]
|
runs-on: ubuntu-latest
|
||||||
container:
|
|
||||||
image: ghcr.io/catthehacker/ubuntu:act-latest
|
|
||||||
steps:
|
steps:
|
||||||
- name: Check out repository
|
- name: Check out repository
|
||||||
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
|
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Run GCP E2E test
|
- name: Run GCP E2E test
|
||||||
uses: ./.github/actions/e2e_test
|
uses: ./.github/actions/e2e_test
|
||||||
with:
|
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"
|
- cron: "0 2 * * 2-6"
|
||||||
jobs:
|
jobs:
|
||||||
test-latest:
|
test-latest:
|
||||||
runs-on: [self-hosted, edgserver]
|
runs-on: ubuntu-latest
|
||||||
container:
|
|
||||||
image: ghcr.io/catthehacker/ubuntu:act-latest
|
|
||||||
steps:
|
steps:
|
||||||
- name: Check out repository
|
- name: Check out repository
|
||||||
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
|
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Run GCP E2E test
|
- name: Run GCP E2E test
|
||||||
uses: ./.github/actions/e2e_test
|
uses: ./.github/actions/e2e_test
|
||||||
with:
|
with:
|
||||||
|
@ -39,9 +38,7 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
version: ["1.22", "1.23"]
|
version: ["1.22", "1.23"]
|
||||||
runs-on: [self-hosted, edgserver]
|
runs-on: ubuntu-latest
|
||||||
container:
|
|
||||||
image: ghcr.io/catthehacker/ubuntu:act-latest
|
|
||||||
steps:
|
steps:
|
||||||
- name: Check out repository
|
- name: Check out repository
|
||||||
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
|
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue