From 3a35363b26ea409828b133348455cfb167c48789 Mon Sep 17 00:00:00 2001 From: Carlos Eduardo Arango Gutierrez Date: Tue, 30 Jul 2024 16:24:43 +0200 Subject: [PATCH 1/2] Test ARC runner Signed-off-by: Carlos Eduardo Arango Gutierrez --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c78f21f4..f11d49ef 100644 --- a/README.md +++ b/README.md @@ -113,4 +113,4 @@ Dryrun environment holodeck 🔍 ✔ Checking if image ami-0fe8bec493a81c7da is supported in region eu-north-1 ✔ Resolving dependencies 📦 Dryrun succeeded 🎉 -``` \ No newline at end of file +``` From c4b71aee9cdbf25edc37507f084efa1372afbdd6 Mon Sep 17 00:00:00 2001 From: Carlos Eduardo Arango Gutierrez Date: Tue, 30 Jul 2024 16:26:25 +0200 Subject: [PATCH 2/2] Test ARC runner Signed-off-by: Carlos Eduardo Arango Gutierrez --- .github/workflows/e2e.yml | 9 +++++++-- .github/workflows/go.yml | 1 - README.md | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 88b24e2b..558e67ea 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -39,11 +39,16 @@ jobs: with: go-version: 'stable' check-latest: true - - name: Run e2e tests + - name: Run e2e-aws tests env: LOG_ARTIFACTS: ${{ github.workspace }}/e2e_logs run: | - make -f tests/Makefile e2e-test + make -f tests/Makefile e2e-aws + - name: Run e2e-vsphere tests + env: + LOG_ARTIFACTS: ${{ github.workspace }}/e2e_logs + run: | + make -f tests/Makefile e2e-vsphere - name: Archive test logs if: ${{ failure() }} uses: actions/upload-artifact@v4 diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index fa837c4e..9e215402 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -25,7 +25,6 @@ on: - release-* jobs: - build: runs-on: ubuntu-latest steps: diff --git a/README.md b/README.md index f11d49ef..c78f21f4 100644 --- a/README.md +++ b/README.md @@ -113,4 +113,4 @@ Dryrun environment holodeck 🔍 ✔ Checking if image ami-0fe8bec493a81c7da is supported in region eu-north-1 ✔ Resolving dependencies 📦 Dryrun succeeded 🎉 -``` +``` \ No newline at end of file