chore: use apisix-runtime 1.3.6#13412
Merged
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates CI runtime installation to validate APISIX against an OpenResty 1.29.2.4–based apisix-runtime by pinning api7/apisix-build-tools to a specific commit and routing CI downloads through that ref for reproducibility.
Changes:
- Add support for
APISIX_BUILD_TOOLS_REF(commit/branch/tag) to fetchbuild-apisix-runtime.shfrom a pinnedapisix-build-toolsref. - Fetch
openssl.cnffrom the same pinnedapisix-build-toolsref in both Debian/Ubuntu and RedHat CI scripts. - Bump
.requirementsruntime version to1.3.6-devand pinAPISIX_BUILD_TOOLS_REFto a specific commit SHA.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
ci/common.sh |
Fetch runtime build script from a configurable/pinned apisix-build-tools ref. |
ci/linux-install-openresty.sh |
Download openssl.cnf from the pinned apisix-build-tools ref (non-FIPS path). |
ci/redhat-ci.sh |
Download openssl.cnf from the pinned apisix-build-tools ref. |
.requirements |
Update runtime version and pin apisix-build-tools ref to a commit for reproducible CI. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This was
linked to
issues
May 22, 2026
AlinsRan
approved these changes
May 22, 2026
shreemaan-abhishek
approved these changes
May 22, 2026
moonming
approved these changes
May 22, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This updates APISIX to use
apisix-runtime1.3.6.The new runtime release upgrades the OpenResty distribution to OpenResty 1.29.2.4 and uses:
apisix-runtime/1.3.61.19.51.3.3The old APISIX-side
OPENRESTY_VERSIONCI selector is removed. Runtime selection now comes from.requirements, so the install scripts invoke the released runtime build script directly.Validation:
git diff --checkbash -n ci/common.sh utils/install-dependencies.sh ci/linux-install-openresty.sh ci/redhat-ci.sh ci/linux_openresty_runner.sh ci/linux_openresty_tongsuo_runner.sh ci/linux_apisix_current_luarocks_in_customed_nginx_runner.sh ci/linux_openresty_common_runner.sh ci/linux_apisix_current_luarocks_runner.shshellcheck ci/common.sh utils/install-dependencies.sh ci/linux-install-openresty.sh ci/redhat-ci.sh ci/linux_openresty_runner.sh ci/linux_openresty_tongsuo_runner.sh ci/linux_apisix_current_luarocks_in_customed_nginx_runner.sh ci/linux_openresty_common_runner.sh ci/linux_apisix_current_luarocks_runner.sh