Skip to content

Commit

Permalink
chore(ci): use 1 namespace for ct install tests (#1141)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmalek authored Oct 21, 2024
1 parent 571b6b4 commit 9b5dee1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,10 @@ jobs:
run: ./scripts/test-env.sh

- name: Run chart-testing (install)
run: ct install --target-branch main --charts charts/${{ matrix.chart-name}}
run: |
kubectl create ns kong-test
ct install --target-branch main --charts charts/${{ matrix.chart-name}} --namespace kong-test
# No need to delete the ns the cluster is scrapped after the job anyway.
integration-test:
timeout-minutes: 30
Expand Down

0 comments on commit 9b5dee1

Please sign in to comment.