Skip to content

Commit 9fbf71a

Browse files
committed
WIP
1 parent 6d478e9 commit 9fbf71a

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

.github/workflows/build_and_test.yml

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,17 +73,20 @@ jobs:
7373
- dynamic
7474
- static
7575
test-group:
76-
- spark-versions
77-
- python
78-
- state-transition
79-
- watched-namespaces
76+
# - spark-versions
77+
# - python
78+
# - state-transition
79+
# - watched-namespaces
80+
- migration
8081
exclude:
8182
- mode: dynamic
8283
test-group: spark-versions
8384
- mode: dynamic
8485
test-group: python
8586
- mode: dynamic
8687
test-group: state-transition
88+
- mode: dynamic
89+
test-group: migration
8790
- mode: static
8891
test-group: watched-namespaces
8992
steps:
@@ -111,6 +114,10 @@ jobs:
111114
run: |
112115
kubectl get pods -A
113116
kubectl describe node
117+
- name: Set up Kyverno
118+
run: |
119+
kubectl create -f \
120+
https://github.com/kyverno/kyverno/releases/download/v1.13.2/install.yaml
114121
- name: Run Spark K8s Operator on K8S with Dynamic Configuration Disabled
115122
if: matrix.mode == 'static'
116123
run: |
@@ -139,7 +146,7 @@ jobs:
139146
- name: Run E2E Test with Dynamic Configuration Enabled
140147
if: matrix.mode == 'dynamic'
141148
run: |
142-
chainsaw test --test-dir ./tests/e2e/${{ matrix.test-group }} --parallel 2
149+
chainsaw test --test-dir ./tests/e2e/${{ matrix.test-group }} --parallel 2
143150
144151
lint:
145152
name: "Linter and documentation"

tests/e2e/migration/chainsaw-test.yaml

Whitespace-only changes.

0 commit comments

Comments
 (0)