Skip to content

Commit

Permalink
chore: merge e2e tests with cel e2e tests
Browse files Browse the repository at this point in the history
Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
  • Loading branch information
eddycharly committed Oct 8, 2024
1 parent 4892527 commit 8d5ccbb
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 45 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/cel-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ jobs:
- name: v1.31
version: v1.31.0
tests:
- ^argo-cel$
- ^aws-cel$
- ^best-practices-cel$
- ^consul-cel$
- ^flux-cel$
- ^istio-cel$
Expand Down
57 changes: 57 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,24 @@ jobs:
with:
path: argo

argo-cel:
strategy:
fail-fast: false
matrix:
k8s-version: [v1.28.13,v1.29.8,v1.30.4,v1.31.0]
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
- name: Setup Environment
uses: ./.github/actions/setup-env
with:
k8s-version: ${{ matrix.k8s-version }}
- name: Run Tests
uses: ./.github/actions/run-tests
with:
path: argo-cel

aws:
strategy:
fail-fast: false
Expand All @@ -52,6 +70,24 @@ jobs:
with:
path: aws

aws-cel:
strategy:
fail-fast: false
matrix:
k8s-version: [v1.28.13,v1.29.8,v1.30.4,v1.31.0]
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
- name: Setup Environment
uses: ./.github/actions/setup-env
with:
k8s-version: ${{ matrix.k8s-version }}
- name: Run Tests
uses: ./.github/actions/run-tests
with:
path: aws-cel

best-practices:
strategy:
fail-fast: false
Expand All @@ -73,6 +109,27 @@ jobs:
shard-index: ${{ matrix.shard-index }}
shard-count: 2

best-practices-cel:
strategy:
fail-fast: false
matrix:
k8s-version: [v1.28.13,v1.29.8,v1.30.4,v1.31.0]
shard-index: [0,1]
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
- name: Setup Environment
uses: ./.github/actions/setup-env
with:
k8s-version: ${{ matrix.k8s-version }}
- name: Run Tests
uses: ./.github/actions/run-tests
with:
path: best-practices-cel
shard-index: ${{ matrix.shard-index }}
shard-count: 2

castai:
strategy:
fail-fast: false
Expand Down
42 changes: 0 additions & 42 deletions .hack/restructure.sh

This file was deleted.

0 comments on commit 8d5ccbb

Please sign in to comment.