Skip to content

Commit 420f6a2

Browse files
dhaiducekopenshift-merge-bot[bot]
authored andcommitted
tmp
Signed-off-by: Dale Haiducek <[email protected]>
1 parent c98fb37 commit 420f6a2

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/ci_tests.yaml

+3-6
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,8 @@ jobs:
180180
defaults:
181181
run:
182182
working-directory: gatekeeper-operator
183+
env:
184+
NAMESPACE: gatekeeper-system
183185

184186
steps:
185187
- uses: actions/checkout@v4
@@ -210,8 +212,6 @@ jobs:
210212
echo "GATEKEEPER_VERSION=${GATEKEEPER_VERSION}" >> ${GITHUB_ENV}
211213
212214
- name: Deploy operator
213-
env:
214-
NAMESPACE: gatekeeper-system
215215
run: |
216216
make deploy-ci IMG=localhost:5000/gatekeeper-operator:$GITHUB_SHA
217217
kubectl -n ${NAMESPACE} wait deployment/gatekeeper-operator-controller --for condition=Available --timeout=90s
@@ -235,12 +235,9 @@ jobs:
235235
replace='num_namespaces=$(($(kubectl get ns -o json | jq '\''.items | length'\'')-$(kubectl get ns | grep excluded | wc -l)))'
236236
sed -i "s/num_namespaces=.*/$replace/" test/bats/test.bats
237237
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-
241238
test/externaldata/dummy-provider/scripts/generate-tls-certificate.sh
242239
docker build -t dummy-provider:test -f test/externaldata/dummy-provider/Dockerfile test/externaldata/dummy-provider
243240
kind load docker-image dummy-provider:test --name test-kind
244241
echo "::endgroup::"
245242
246-
make test-e2e GATEKEEPER_NAMESPACE=${NAMESPACE} ENABLE_MUTATION_TESTS=1
243+
make test-e2e GATEKEEPER_NAMESPACE=${NAMESPACE} ENABLE_VAP_TESTS=1

0 commit comments

Comments
 (0)