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

chore(ci): use the new bin/kong in NEW_CONTAINER to fix upgrade tests #11265

Merged
merged 1 commit into from
Jul 24, 2023
Merged
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
1 change: 1 addition & 0 deletions .github/workflows/upgrade-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Upgrade Tests
on:
pull_request:
paths:
- 'scripts/upgrade-tests/**'
- 'kong/db/migrations/**'
- 'spec/05-migration/**'
- 'kong/enterprise_edition/db/migrations/**'
Expand Down
1 change: 1 addition & 0 deletions scripts/upgrade-tests/test-upgrade-path.sh
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ function build_containers() {
docker exec -w /kong $OLD_CONTAINER make dev CRYPTO_DIR=/usr/local/kong
# Kong version >= 3.3 moved non Bazel-built dev setup to make dev-legacy
docker exec -w /kong $NEW_CONTAINER make dev-legacy CRYPTO_DIR=/usr/local/kong
docker exec ${NEW_CONTAINER} ln -sf /kong/bin/kong /usr/local/bin/kong
}

function initialize_test_list() {
Expand Down