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

Run the nightly CI job when pulley files are touched in a PR #9391

Merged

Conversation

fitzgen
Copy link
Member

@fitzgen fitzgen commented Oct 7, 2024

After #9251, we will check that Pulley builds with rustc's experimental tail calls feature enabled in the nightly CI job. So if we touch any pulley source files in a PR, we should also run that job in the PR's CI.

After bytecodealliance#9251, we will check that
Pulley builds with rustc's experimental tail calls feature enabled in the
nightly CI job. So if we touch any pulley source files in a PR, we should also
run that job in the PR's CI.
@fitzgen fitzgen requested a review from a team as a code owner October 7, 2024 19:07
@fitzgen fitzgen requested review from alexcrichton and removed request for a team October 7, 2024 19:07
@@ -1027,7 +1033,7 @@ jobs:
- "wasmtime-environ"
- "pulley-interpreter --all-features"
needs: determine
if: needs.determine.outputs.run-full && github.repository == 'bytecodealliance/wasmtime'
if: (needs.determine.outputs.run-full || needs.determine.outputs.test-miri) && github.repository == 'bytecodealliance/wasmtime'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is ok to change to just test-miri since run-full always implies that test-miri is true above (most of the other jobs don't check both, they only check the one)

@fitzgen fitzgen enabled auto-merge October 7, 2024 19:29
@fitzgen fitzgen disabled auto-merge October 7, 2024 19:42
@fitzgen fitzgen enabled auto-merge October 7, 2024 19:43
@fitzgen fitzgen added this pull request to the merge queue Oct 7, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Oct 7, 2024
@alexcrichton alexcrichton added this pull request to the merge queue Oct 7, 2024
Merged via the queue into bytecodealliance:main with commit 2772d2b Oct 7, 2024
39 checks passed
@fitzgen fitzgen deleted the ci-test-nightly-when-pulley branch October 7, 2024 20:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants