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

test: Moved kfp-kubernetes-execution-tests to GitHub Actions #10926

Merged

Conversation

hbelmiro
Copy link
Contributor

@hbelmiro hbelmiro commented Jun 18, 2024

Description of your changes:
Moved kfp-kubernetes-execution-tests to GitHub Actions.

Resolves: #10921

Implementation notes

  • I had to use Ubuntu 24.04 because the default (22.04) has an old and non-compatible version of protobuf-compiler.
    • apt-get update was not enough to get it updated
    • I also tried to manually install the binary, but it didn't work
    • Python 3.8 is not available in the Ubuntu 24.04 runner. So I used 3.9.

PR to update GoogleCloudPlatform/oss-test-infra

Checklist:

Copy link

Skipping CI for Draft Pull Request.
If you want CI signal for your change, please convert it to an actual PR.
You can still manually trigger a test run with /test all

@hbelmiro hbelmiro marked this pull request as ready for review June 18, 2024 20:27
@google-oss-prow google-oss-prow bot requested a review from chensun June 18, 2024 20:27
@hbelmiro
Copy link
Contributor Author

/assign @DharmitD @chensun

@rimolive
Copy link
Member

@hbelmiro Prow tests run kfp-kubernetes testing using Python 3.8 to 3.12. From what I can see in this PR, GHA kfp-kubernetes testing is not checking Python 3.8. Can you add this version too?

@hbelmiro
Copy link
Contributor Author

@hbelmiro Prow tests run kfp-kubernetes testing using Python 3.8 to 3.12. From what I can see in this PR, GHA kfp-kubernetes testing is not checking Python 3.8. Can you add this version too?

@rimolive I added a note about that in the description of the PR.

Copy link
Contributor

@DharmitD DharmitD left a comment

Choose a reason for hiding this comment

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

/lgtm

@hbelmiro could you make a PR to the oss-test-infra repo in parallel to remove these tests from Prow?

@chensun could you take a look? Thanks.

@hbelmiro
Copy link
Contributor Author

cc @chensun @zijianjoy @james-jwu

@hbelmiro
Copy link
Contributor Author

/hold for rebasing after #10946 gets merged.

@hbelmiro
Copy link
Contributor Author

/unhold
/approve

@hbelmiro
Copy link
Contributor Author

We still need your approval on this @chensun.

Copy link
Contributor

@DharmitD DharmitD left a comment

Choose a reason for hiding this comment

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

/Approve

@hbelmiro hbelmiro force-pushed the kfp-kubernetes-execution-tests-gha branch from a965f78 to 1737ef5 Compare July 2, 2024 16:21
@google-oss-prow google-oss-prow bot removed the lgtm label Jul 2, 2024
Copy link

@hbelmiro: The following test failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
kfp-kubernetes-execution-tests ad17aca link false /test kfp-kubernetes-execution-tests

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here.

Copy link
Contributor

@DharmitD DharmitD left a comment

Choose a reason for hiding this comment

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

/lgtm

@google-oss-prow google-oss-prow bot added the lgtm label Jul 2, 2024
@rimolive
Copy link
Member

rimolive commented Jul 2, 2024

/approve

@hbelmiro
Copy link
Contributor Author

Needs approval from an approver in each of these files:

* ~[.github/OWNERS](https://github.com/kubeflow/pipelines/blob/master/.github/OWNERS)~ [DharmitD,hbelmiro]

* **[kubernetes_platform/OWNERS](https://github.com/kubeflow/pipelines/blob/master/kubernetes_platform/OWNERS)**

* ~[test/OWNERS](https://github.com/kubeflow/pipelines/blob/master/test/OWNERS)~ [DharmitD,hbelmiro]

@connor-mccarthy we need approval from one of you guys.

@diegolovison
Copy link
Contributor

/lgtm

@hbelmiro
Copy link
Contributor Author

@james-jwu can you help me to get this approved?

@DharmitD
Copy link
Contributor

@chensun could you please approve? Thank you!

Copy link
Contributor

@DharmitD DharmitD left a comment

Choose a reason for hiding this comment

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

/Approve

Copy link

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: DharmitD, hbelmiro, rimolive

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

Signed-off-by: hbelmiro <helber.belmiro@gmail.com>
Signed-off-by: hbelmiro <helber.belmiro@gmail.com>
@hbelmiro hbelmiro force-pushed the kfp-kubernetes-execution-tests-gha branch from ad17aca to b590989 Compare July 30, 2024 12:30
@google-oss-prow google-oss-prow bot removed the lgtm label Jul 30, 2024
@hbelmiro
Copy link
Contributor Author

@DharmitD can you re-lgtm?

Copy link
Contributor

@DharmitD DharmitD left a comment

Choose a reason for hiding this comment

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

/lgtm

@google-oss-prow google-oss-prow bot added the lgtm label Jul 30, 2024
@google-oss-prow google-oss-prow bot merged commit e940ba2 into kubeflow:master Jul 30, 2024
9 checks passed
@hbelmiro hbelmiro deleted the kfp-kubernetes-execution-tests-gha branch July 30, 2024 14:25
droctothorpe pushed a commit to droctothorpe/pipelines that referenced this pull request Aug 13, 2024
…w#10926)

* Moved kfp-kubernetes-execution-tests to GitHub Actions

Signed-off-by: hbelmiro <helber.belmiro@gmail.com>

* Removed Python versions matrix

Signed-off-by: hbelmiro <helber.belmiro@gmail.com>

---------

Signed-off-by: hbelmiro <helber.belmiro@gmail.com>
R3hankhan123 pushed a commit to R3hankhan123/pipelines that referenced this pull request Sep 20, 2024
…w#10926)

* Moved kfp-kubernetes-execution-tests to GitHub Actions

Signed-off-by: hbelmiro <helber.belmiro@gmail.com>

* Removed Python versions matrix

Signed-off-by: hbelmiro <helber.belmiro@gmail.com>

---------

Signed-off-by: hbelmiro <helber.belmiro@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Move kfp-kubernetes-execution-tests to GitHub Actions
5 participants