Skip to content

Commit

Permalink
chore(ci): upgrade test should use the latest bin/kong in NEW_CONTAIN…
Browse files Browse the repository at this point in the history
…ER (#11265)

(cherry picked from commit 13c8d9a)
  • Loading branch information
catbro666 authored and windmgc committed Jul 25, 2023
1 parent 107da0a commit 9a799dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
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

0 comments on commit 9a799dc

Please sign in to comment.