Commit 420f6a2 1 parent c98fb37 commit 420f6a2 Copy full SHA for 420f6a2
File tree 1 file changed +3
-6
lines changed
1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -180,6 +180,8 @@ jobs:
180
180
defaults :
181
181
run :
182
182
working-directory : gatekeeper-operator
183
+ env :
184
+ NAMESPACE : gatekeeper-system
183
185
184
186
steps :
185
187
- uses : actions/checkout@v4
@@ -210,8 +212,6 @@ jobs:
210
212
echo "GATEKEEPER_VERSION=${GATEKEEPER_VERSION}" >> ${GITHUB_ENV}
211
213
212
214
- name : Deploy operator
213
- env :
214
- NAMESPACE : gatekeeper-system
215
215
run : |
216
216
make deploy-ci IMG=localhost:5000/gatekeeper-operator:$GITHUB_SHA
217
217
kubectl -n ${NAMESPACE} wait deployment/gatekeeper-operator-controller --for condition=Available --timeout=90s
@@ -235,12 +235,9 @@ jobs:
235
235
replace='num_namespaces=$(($(kubectl get ns -o json | jq '\''.items | length'\'')-$(kubectl get ns | grep excluded | wc -l)))'
236
236
sed -i "s/num_namespaces=.*/$replace/" test/bats/test.bats
237
237
238
- echo "* Patching svc manifest NodePort (See https://github.com/open-policy-agent/gatekeeper/pull/3267):"
239
- yq '.spec.type = "NodePort"' -i test/bats/tests/mutations/mutate_svc.yaml
240
-
241
238
test/externaldata/dummy-provider/scripts/generate-tls-certificate.sh
242
239
docker build -t dummy-provider:test -f test/externaldata/dummy-provider/Dockerfile test/externaldata/dummy-provider
243
240
kind load docker-image dummy-provider:test --name test-kind
244
241
echo "::endgroup::"
245
242
246
- make test-e2e GATEKEEPER_NAMESPACE=${NAMESPACE} ENABLE_MUTATION_TESTS =1
243
+ make test-e2e GATEKEEPER_NAMESPACE=${NAMESPACE} ENABLE_VAP_TESTS =1
You can’t perform that action at this time.
0 commit comments