CI: default EXAMPLES_AOT_SMOKE_GATE=1 in ci-local (#674)#679
Merged
Conversation
Run examples-aot-smoke.sh after aot-link when LLVM is available without manual export; opt out with EXAMPLES_AOT_SMOKE_GATE=0. ci-fast unchanged. Co-authored-by: Cursor <cursoragent@cursor.com>
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.
Summary
EXAMPLES_AOT_SMOKE_GATE=1inscript/ci-defaults.env(mirror CI: Default MINIWEBAPP_WEB_SMOKE_GATE=1 in ci-local.sh (promote gate ladder stage 3) #664MINIWEBAPP_WEB_SMOKE_GATE).ci_run_examples_aot_smoke()usesEXAMPLES_AOT_SMOKE_GATE:-1so fullci-local.shrunsexamples-aot-smoke.shafter@group aot-linkwhen LLVM is present, without manual export.ci-fast.shunchanged (no LLVM / no examples-aot-smoke).examples/README.md;phpc doctor --gateshints when gate is explicitly0.Test plan
vendor/bin/phpunit --filter CiScriptsTest(Docker tar copy)make examples-aot-smokeinphp-compiler:22.04-dev./script/docker-ci-local.sh(harness: bootstrap-inventory--checkdrift + unrelated RealWorld failures on tar copy)Closes #674
Made with Cursor