Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Red Hat Konflux update gatekeeper-operator-3-18 #202

Open
wants to merge 7 commits into
base: release-3.18
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/ci_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
echo "::endgroup::"

- name: Run Gosec Security Scanner
uses: securego/[email protected].0
uses: securego/[email protected].1
with:
args: -no-fail -fmt sonarqube -out gosec.json -stdout -exclude-dir=.go -exclude-dir=test ./...

Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
- name: Build and Push Test Container Image to KIND node
run: |
make docker-build IMG=localhost:5000/gatekeeper-operator:$GITHUB_SHA
kind load docker-image localhost:5000/gatekeeper-operator:$GITHUB_SHA
make kind-load-image IMG=localhost:5000/gatekeeper-operator:$GITHUB_SHA

- name: E2E Tests
run: |
Expand Down Expand Up @@ -152,7 +152,7 @@ jobs:
- name: Build and Push Test Container Image to KIND node
run: |
make docker-build IMG=localhost:5000/gatekeeper-operator:$GITHUB_SHA
kind load docker-image localhost:5000/gatekeeper-operator:$GITHUB_SHA
make kind-load-image IMG=localhost:5000/gatekeeper-operator:$GITHUB_SHA

- name: E2E Openshift Tests
run: |
Expand Down Expand Up @@ -202,7 +202,7 @@ jobs:
- name: Build and Push Test Container Image to KIND node
run: |
make docker-build IMG=localhost:5000/gatekeeper-operator:$GITHUB_SHA
kind load docker-image localhost:5000/gatekeeper-operator:$GITHUB_SHA
make kind-load-image IMG=localhost:5000/gatekeeper-operator:$GITHUB_SHA

- name: Set Up Environment Variables
run: |
Expand Down Expand Up @@ -240,7 +240,7 @@ jobs:

test/externaldata/dummy-provider/scripts/generate-tls-certificate.sh
docker build -t dummy-provider:test -f test/externaldata/dummy-provider/Dockerfile test/externaldata/dummy-provider
kind load docker-image --name kind dummy-provider:test
kind load docker-image dummy-provider:test --name test-kind
echo "::endgroup::"

make test-e2e GATEKEEPER_NAMESPACE=${NAMESPACE} ENABLE_MUTATION_TESTS=1
Loading