Skip to content

Commit bc808c2

Browse files
authored
ci(e2e): drop the commented-out sharding matrix
Review feedback on kube-logging#2301. The matrix that would have driven SHARD and SHARDS was already commented out, and the sharding it fed is gone, so the block goes with it. fail-fast stays: it came in with an earlier k8s-version matrix, not this one. Signed-off-by: Vyncint Ng <115854244+vyncint@users.noreply.github.com>
1 parent 10ce2fa commit bc808c2

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/e2e.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,6 @@ jobs:
7676
needs: build
7777
strategy:
7878
fail-fast: false
79-
# matrix:
80-
# SHARD: [0]
81-
# SHARDS: [1]
8279

8380
steps:
8481
- name: Free Disk Space (Ubuntu)
@@ -132,9 +129,6 @@ jobs:
132129

133130
- name: Run e2e tests
134131
run: make test-e2e-ci
135-
# env:
136-
# SHARD: ${{ matrix.SHARD }}
137-
# SHARDS: ${{ matrix.SHARDS }}
138132

139133
- name: Run coverage report
140134
uses: vladopajic/go-test-coverage@a93b868a4cbcbf18dc3781650fad241f0020e609 # v2.18.8

0 commit comments

Comments
 (0)