Skip to content

Commit

Permalink
ci: fix release-push workflow (#1183)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmalek authored Nov 29, 2024
1 parent 83014d8 commit eb1116f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ on:
- main
- release/kong-2.x
- release/kong-3.x
- prepare-kgo-chart
workflow_dispatch: {}

env:
Expand Down
9 changes: 9 additions & 0 deletions .github/workflows/release-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,19 @@ on:
- main
- release/kong-2.x

env:
# Specify this here because these tests rely on ktf to run kind for cluster creation.
KIND_VERSION: v0.23.0

jobs:
lint-test:
timeout-minutes: 30
runs-on: ubuntu-latest
strategy:
matrix:
kubernetes-version:
# renovate: datasource=docker depName=kindest/node
- "1.31.0"
chart-name:
- kong
- ingress
Expand Down Expand Up @@ -43,6 +50,7 @@ jobs:

- name: setup testing environment (kind-cluster)
env:
KUBERNETES_VERSION: ${{ matrix.kubernetes-version }}
CHART_NAME: ${{ matrix.chart-name }}
run: ./scripts/test-env.sh

Expand All @@ -58,6 +66,7 @@ jobs:

- name: cleanup integration tests (cleanup)
run: ./scripts/test-env.sh cleanup

release:
timeout-minutes: 30
needs: lint-test
Expand Down

0 comments on commit eb1116f

Please sign in to comment.