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

workflows: remove label filters for testing workflows #16735

Merged
merged 1 commit into from Jul 1, 2021

Conversation

nbusseneau
Copy link
Member

Previously, we used pull_request labeled events for testing changes to workflows from PRs. This was actually a remnant of our first CI 3.0 implementation to be able to run workflows on-demand rather than on every PR push, before we switched to issue_comment triggers.

We remove the labeled filter as they only make it way more complicated for contributors to test workflow changes. Instead, we switch to a more simple workflow where simply uncommenting the pull_request trigger is enough to be able to start testing changes to a workflow.

Previously, we used `pull_request` `labeled` events for testing changes
to workflows from PRs. This was actually a remnant of our first CI 3.0
implementation to be able to run workflows on-demand rather than on
every PR push, before we switched to `issue_comment` triggers.

We remove the `labeled` filter as they only make it way more complicated
for contributors to test workflow changes. Instead, we switch to a more
simple workflow where simply uncommenting the `pull_request` trigger is
enough to be able to start testing changes to a workflow.

Signed-off-by: Nicolas Busseneau <nicolas@isovalent.com>
@maintainer-s-little-helper maintainer-s-little-helper bot added the dont-merge/needs-release-note-label The author needs to describe the release impact of these changes. label Jul 1, 2021
@nbusseneau nbusseneau added area/CI Continuous Integration testing issue or flake area/CI-improvement Topic or proposal to improve the Continuous Integration workflow release-note/ci This PR makes changes to the CI. labels Jul 1, 2021
@maintainer-s-little-helper maintainer-s-little-helper bot removed the dont-merge/needs-release-note-label The author needs to describe the release impact of these changes. label Jul 1, 2021
@nbusseneau nbusseneau added dont-merge/needs-release-note-label The author needs to describe the release impact of these changes. and removed area/CI Continuous Integration testing issue or flake labels Jul 1, 2021
@maintainer-s-little-helper maintainer-s-little-helper bot removed the dont-merge/needs-release-note-label The author needs to describe the release impact of these changes. label Jul 1, 2021
@nbusseneau
Copy link
Member Author

Sample run from this PR after uncommenting pull_request in the AKS workflow: https://github.com/cilium/cilium/actions/runs/990418067

Marking as ready to review.

@nbusseneau nbusseneau marked this pull request as ready for review July 1, 2021 14:27
@nbusseneau nbusseneau requested review from a team as code owners July 1, 2021 14:27
@nbusseneau nbusseneau requested a review from tklauser July 1, 2021 14:27
@nbusseneau nbusseneau requested a review from pchaigno July 1, 2021 14:27
@pchaigno pchaigno added ready-to-merge This PR has passed all tests and received consensus from code owners to merge. and removed dont-merge/merge-freeze labels Jul 1, 2021
@pchaigno pchaigno merged commit 5121318 into master Jul 1, 2021
@pchaigno pchaigno deleted the pr/workflows-testing branch July 1, 2021 17:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/CI-improvement Topic or proposal to improve the Continuous Integration workflow ready-to-merge This PR has passed all tests and received consensus from code owners to merge. release-note/ci This PR makes changes to the CI.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants