Skip to content

Commit bc75e78

Browse files
committed
[YUNIKORN-3256] Stop weekly e2e tests runs (#1083)
Closes: #1083 Signed-off-by: mani <manirajv06@gmail.com>
1 parent 1af2b86 commit bc75e78

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

.github/workflows/pre-commit.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,7 @@ jobs:
4949
strategy:
5050
fail-fast: false
5151
matrix:
52-
k8s: [v1.32.2]
53-
plugin: [""]
52+
k8s: [v1.34.0]
5453
steps:
5554
- name: Checkout yunikorn-k8shim source code
5655
uses: actions/checkout@v6
@@ -86,13 +85,12 @@ jobs:
8685
- name: Replace yunikorn-core dependency
8786
run: cd k8shim && go mod edit -replace "github.com/apache/yunikorn-core=../core" && grep yunikorn-core go.mod && go mod tidy
8887
- name: Run e2e tests
89-
run: cd k8shim && ./scripts/run-e2e-tests.sh -a "test" -n "yk8s" -v "kindest/node:${KIND_NODE_IMAGE}" ${KIND_EXTRA_ARGS}
88+
run: cd k8shim && ./scripts/run-e2e-tests.sh -a "test" -n "yk8s" -v "kindest/node:${KIND_NODE_IMAGE}"
9089
env:
9190
KIND_NODE_IMAGE: ${{ matrix.k8s }}
92-
KIND_EXTRA_ARGS: ${{ matrix.plugin }}
9391
- name: Upload artifacts
9492
uses: actions/upload-artifact@v6
9593
if: ${{ failure() }}
9694
with:
97-
name: ${{ github.job }} stdout (${{ matrix.k8s }}${{ matrix.plugin == '--plugin' && format(', {0}', matrix.plugin) || matrix.plugin }})
95+
name: ${{ github.job }} stdout (${{ matrix.k8s }})
9896
path: k8shim/build/e2e

0 commit comments

Comments
 (0)