Skip to content

Conversation

giorio94
Copy link
Member

#38791 turned out having unexpected effects also on PRs against cilium/cilium when opened from a fork, with certain tests being incorrectly skipped. Most likely, because the ENABLE_CILIUM_CI var is attempted to be directly read from repository hosting the branch, rather than the target repository, in case of pull_request workflows.

Hence, let's revert it for the moment to restore the execution of all tests.

Additionally reverting #39392, which was a follow-up fix.

giorio94 added 2 commits May 14, 2025 11:47
This reverts commit e0d963d.

Reverting, because the referenced commit is being reverted as well.

Signed-off-by: Marco Iorio <marco.iorio@isovalent.com>
…able kill switch"

This reverts commit a4b295c.

This commit turned out having unexpected effects also on PRs against
cilium/cilium when opened from a fork, with certain tests being
incorrectly skipped. Most likely, because the ENABLE_CILIUM_CI var
is attempted to be directly read from repository hosting the branch,
rather than the target repository, in case of pull_request workflows.

Hence, let's revert it for the moment to restore the execution of
all tests.

Signed-off-by: Marco Iorio <marco.iorio@isovalent.com>
@giorio94 giorio94 requested a review from a team as a code owner May 14, 2025 10:00
@giorio94 giorio94 added the area/CI Continuous Integration testing issue or flake label May 14, 2025
@giorio94 giorio94 requested review from a team as code owners May 14, 2025 10:00
@giorio94 giorio94 added the release-note/ci This PR makes changes to the CI. label May 14, 2025
@giorio94 giorio94 requested review from a team as code owners May 14, 2025 10:00
@giorio94
Copy link
Member Author

/test

@giorio94
Copy link
Member Author

The Check Patch failure is:

"[PATCH] Revert "ci/workflows: disable github workflows on forks using" has no obvious style problems and is ready for submission.

Error: ERROR:CUSTOM: Please avoid long commit subjects (max: 75, found: 86)

Which I think is acceptable in this context, given that the title is generated from the reverted one. The original commit was also already not respecting that rule, but got missed because the test got skipped in that PR as well.

@aanm
Copy link
Member

aanm commented May 14, 2025

cc @ishuar FYI

@aanm aanm merged commit 48da5d2 into main May 14, 2025
256 of 259 checks passed
@aanm aanm deleted the pr/giorio94/main/revert-38791 branch May 14, 2025 11:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/CI Continuous Integration testing issue or flake release-note/ci This PR makes changes to the CI.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants