Skip to content

Commit 25dc231

Browse files
committed
fixing disk export tests
Signed-off-by: Jaydip Gabani <gabanijaydip@gmail.com>
1 parent a9437c7 commit 25dc231

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/disk-export.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@ jobs:
3131
mkdir -p $GITHUB_WORKSPACE/bin
3232
echo "$GITHUB_WORKSPACE/bin" >> $GITHUB_PATH
3333
make e2e-bootstrap
34-
make e2e-reader-build-load-image
3534
3635
- name: Run e2e
3736
run: |
3837
make docker-buildx IMG=gatekeeper-e2e:latest
3938
make e2e-build-load-externaldata-image
4039
make docker-buildx-crds CRD_IMG=gatekeeper-crds:latest
4140
kind load docker-image --name kind gatekeeper-e2e:latest gatekeeper-crds:latest
41+
make e2e-reader-build-load-image
4242
make deploy \
4343
IMG=gatekeeper-e2e:latest \
4444
USE_LOCAL_IMG=true \
@@ -47,7 +47,6 @@ jobs:
4747
EXPORT_BACKEND=disk
4848
4949
kubectl apply -f test/export/fake-reader/export_config.yaml
50-
make e2e-publisher-deploy
5150
make test-e2e ENABLE_EXPORT_TESTS=1
5251
5352
- name: Save logs

test/bats/test.bats

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ teardown_file() {
1616
kubectl label ns ${GATEKEEPER_NAMESPACE} admission.gatekeeper.sh/ignore=no-self-managing --overwrite || true
1717
kubectl delete ns \
1818
gatekeeper-test-playground \
19+
gatekeeper-test-playground-scoped \
1920
gatekeeper-excluded-namespace \
2021
gatekeeper-excluded-prefix-match-namespace \
2122
gatekeeper-excluded-suffix-match-namespace || true

0 commit comments

Comments
 (0)