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

jenkinsfiles: remove ginkgo-based Jenkinsfiles #26171

Merged
merged 1 commit into from Jun 14, 2023
Merged

Conversation

aanm
Copy link
Member

@aanm aanm commented Jun 13, 2023

With the introduction of Ginkgo-based CI on GitHub actions we will no longer rely on Jenkins to run the ginkgo-based tests for main branch.

This commit removes the Jenkins files that are used to trigger the tests on the PRs.

For reference, the most important commits that lead to the removal of the Jenkinsfiles:

  • 1b19e5f ("test: run runtime tests on GH actions")
  • a81ca1c ("test: run ginkgo tests on GH actions")
  • c2c5ed3 ("docs: add documentation for Ginkgo-based GHA")

Notes:

With the introduction of Ginkgo-based CI on GitHub actions we will no
longer rely on Jenkins to run the ginkgo-based tests for main branch.

This commit removes the Jenkins files that are used to trigger the tests
on the PRs.

For reference, the most important commits that lead to the removal of
the Jenkinsfiles:

- 1b19e5f ("test: run runtime tests on GH actions")
- a81ca1c ("test: run ginkgo tests on GH actions")
- c2c5ed3 ("docs: add documentation for Ginkgo-based GHA")

Signed-off-by: André Martins <andre@cilium.io>
@aanm aanm added area/CI Continuous Integration testing issue or flake kind/feature This introduces new functionality. area/CI-improvement Topic or proposal to improve the Continuous Integration workflow labels Jun 13, 2023
@aanm aanm requested review from a team as code owners June 13, 2023 11:37
@aanm aanm requested a review from tommyp1ckles June 13, 2023 11:37
@maintainer-s-little-helper maintainer-s-little-helper bot added dont-merge/needs-release-note-label The author needs to describe the release impact of these changes. labels Jun 13, 2023
@aanm aanm added the release-note/misc This PR makes changes that have no direct user impact. label Jun 13, 2023
@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 Jun 13, 2023
Copy link
Member

@qmonnet qmonnet left a comment

Choose a reason for hiding this comment

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

Should the Conformance Ginkgo workflow be marked as required, first?

[EDIT: I suppose the issue is that we would no longer be able to skip it for Documentation-only PRs? -> Answered offline: no issue, because this workflow is triggered by comments, so we "manually" set the result in the workflow]

@nebril nebril merged commit 2595fa9 into main Jun 14, 2023
51 checks passed
@nebril nebril deleted the pr/remove-jenkins branch June 14, 2023 15:24
@aojea
Copy link
Contributor

aojea commented Jun 14, 2023

👏

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 area/CI-improvement Topic or proposal to improve the Continuous Integration workflow kind/feature This introduces new functionality. release-note/misc This PR makes changes that have no direct user impact.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants