From 8907e233930c847f3f7f87eb6011b51ee71be290 Mon Sep 17 00:00:00 2001 From: Austin Abro Date: Thu, 8 Aug 2024 17:43:41 +0000 Subject: [PATCH] add the rest of the jobs to the shim Signed-off-by: Austin Abro --- .../{test-e2e-shim.yml => test-shim.yml} | 49 +++++++++++++++++++ 1 file changed, 49 insertions(+) rename .github/workflows/{test-e2e-shim.yml => test-shim.yml} (69%) diff --git a/.github/workflows/test-e2e-shim.yml b/.github/workflows/test-shim.yml similarity index 69% rename from .github/workflows/test-e2e-shim.yml rename to .github/workflows/test-shim.yml index 95ba1c7184..0b9616930b 100644 --- a/.github/workflows/test-e2e-shim.yml +++ b/.github/workflows/test-shim.yml @@ -81,3 +81,52 @@ jobs: - name: Skipped run: | echo skipped + + test-e2e-without-cluster: + runs-on: ubuntu-latest + steps: + - name: Skipped + run: | + echo skipped + + codeql-scan: + runs-on: ubuntu-latest + steps: + - name: Skipped + run: | + echo skipped + + test-unit: + runs-on: ubuntu-latest + steps: + - name: Skipped + run: | + echo skipped + + validate-bigbang: + runs-on: ubuntu-latest + steps: + - name: Skipped + run: | + echo skipped + + validate-external: + runs-on: ubuntu-latest + steps: + - name: Skipped + run: | + echo skipped + + validate-unit: + runs-on: ubuntu-latest + steps: + - name: Skipped + run: | + echo skipped + + validate-upgrade: + runs-on: ubuntu-latest + steps: + - name: Skipped + run: | + echo skipped