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

ci: use a manual check for integration-test-result #8315

Merged
merged 2 commits into from
Sep 8, 2023

Conversation

mhofman
Copy link
Member

@mhofman mhofman commented Sep 8, 2023

Description

Changes the integration-test-result check to a check created and managed through the GitHub API to solve the constant problems with mergify based merges.

This change causes a queued integration-test-result check to be created as soon as the labels change, which will allow mergify to find this check when it evaluates its rules instead of a potentially missing or outdate one.

Then the integration test is updated to find and update the status of this check. This includes some bug fixes to make sure a runner fail (reported as a skipped job) causes the status to be reported as failed. The status check is reported while not tripping up the "previous successful run" checks

Security Considerations

None

Scaling Considerations

This does not revert the cancel of concurrent job, we can revisit later

Documentation Considerations

No new documentation

Testing Considerations

Heavily iterated upon in a new repo setup to replicate agoric-sdk's mergify setup: Agoric/mergify-experiements#2

Feel free to play with labels in this PR too.

Upgrade Considerations

None

@mhofman mhofman added the automerge:squash Automatically squash merge label Sep 8, 2023
@mhofman mhofman force-pushed the mhofman/manual-integration-check branch from efaef35 to 2e27edf Compare September 8, 2023 03:58
@michaelfig michaelfig self-requested a review September 8, 2023 16:13
@michaelfig michaelfig removed the automerge:squash Automatically squash merge label Sep 8, 2023
@michaelfig michaelfig removed their assignment Sep 8, 2023
@mhofman mhofman added the automerge:squash Automatically squash merge label Sep 8, 2023
@mergify mergify bot merged commit 5fcf452 into master Sep 8, 2023
80 checks passed
@mergify mergify bot deleted the mhofman/manual-integration-check branch September 8, 2023 18:26
mhofman added a commit that referenced this pull request Jan 12, 2024
* ci: use a manual check for integration-test-result

* chore: recreate integration-test-result check on re-run
anilhelvaci pushed a commit to Jorge-Lopes/agoric-sdk that referenced this pull request Mar 4, 2024
* ci: use a manual check for integration-test-result

* chore: recreate integration-test-result check on re-run
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge:squash Automatically squash merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants