File tree 2 files changed +2
-2
lines changed 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -31,14 +31,14 @@ jobs:
31
31
mkdir -p $GITHUB_WORKSPACE/bin
32
32
echo "$GITHUB_WORKSPACE/bin" >> $GITHUB_PATH
33
33
make e2e-bootstrap
34
- make e2e-reader-build-load-image
35
34
36
35
- name : Run e2e
37
36
run : |
38
37
make docker-buildx IMG=gatekeeper-e2e:latest
39
38
make e2e-build-load-externaldata-image
40
39
make docker-buildx-crds CRD_IMG=gatekeeper-crds:latest
41
40
kind load docker-image --name kind gatekeeper-e2e:latest gatekeeper-crds:latest
41
+ make e2e-reader-build-load-image
42
42
make deploy \
43
43
IMG=gatekeeper-e2e:latest \
44
44
USE_LOCAL_IMG=true \
47
47
EXPORT_BACKEND=disk
48
48
49
49
kubectl apply -f test/export/fake-reader/export_config.yaml
50
- make e2e-publisher-deploy
51
50
make test-e2e ENABLE_EXPORT_TESTS=1
52
51
53
52
- name : Save logs
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ teardown_file() {
16
16
kubectl label ns ${GATEKEEPER_NAMESPACE} admission.gatekeeper.sh/ignore=no-self-managing --overwrite || true
17
17
kubectl delete ns \
18
18
gatekeeper-test-playground \
19
+ gatekeeper-test-playground-scoped \
19
20
gatekeeper-excluded-namespace \
20
21
gatekeeper-excluded-prefix-match-namespace \
21
22
gatekeeper-excluded-suffix-match-namespace || true
You can’t perform that action at this time.
0 commit comments