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

[QE] update github action for linux arm64 tests #4468

Merged
merged 1 commit into from
Dec 13, 2024

Conversation

lilyLuLiu
Copy link
Contributor

@lilyLuLiu lilyLuLiu commented Nov 20, 2024

@openshift-ci openshift-ci bot requested review from cfergeau and evidolob November 20, 2024 01:25
@lilyLuLiu lilyLuLiu force-pushed the main branch 5 times, most recently from faf1f37 to 4048dcb Compare November 21, 2024 05:57
@adrianriobo adrianriobo changed the title [QE] update github action for linux arm64 tests WIP: [QE] update github action for linux arm64 tests Nov 21, 2024
@lilyLuLiu lilyLuLiu force-pushed the main branch 5 times, most recently from 35d9bcb to 77aca32 Compare November 22, 2024 07:49
@adrianriobo
Copy link
Contributor

hey @lilyLuLiu I added the WIP yesterday cause I was gonna take a look but saw those testing commits... so to mark the PR to no to check yet added the WIP

@lilyLuLiu lilyLuLiu marked this pull request as draft November 22, 2024 08:06
@lilyLuLiu
Copy link
Contributor Author

@adrianriobo Thanks for the reminder. I mark this pr as draft. Will this close the checking running? If not, how can I stop the check?

@adrianriobo
Copy link
Contributor

by check I meant myself checking / reviewing

@lilyLuLiu lilyLuLiu force-pushed the main branch 7 times, most recently from 4c0073b to f636a6e Compare November 27, 2024 08:35
@lilyLuLiu lilyLuLiu force-pushed the main branch 5 times, most recently from af192f9 to abf9381 Compare December 9, 2024 02:23
@lilyLuLiu lilyLuLiu force-pushed the main branch 5 times, most recently from b585632 to 2756f24 Compare December 10, 2024 05:27
@lilyLuLiu lilyLuLiu marked this pull request as ready for review December 10, 2024 05:28
@openshift-ci openshift-ci bot requested a review from gbraad December 10, 2024 05:28
@lilyLuLiu
Copy link
Contributor Author

@adrianriobo I have finished this code update. Could you please review it when you have time? Thanks

@lilyLuLiu lilyLuLiu changed the title WIP: [QE] update github action for linux arm64 tests [QE] update github action for linux arm64 tests Dec 10, 2024
.github/workflows/linux-qe-test.yml Outdated Show resolved Hide resolved
.github/workflows/linux-qe-template.yml Outdated Show resolved Hide resolved
@lilyLuLiu lilyLuLiu force-pushed the main branch 3 times, most recently from 1d0b191 to 0ce2c33 Compare December 11, 2024 08:28
Copy link

openshift-ci bot commented Dec 11, 2024

@lilyLuLiu: 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
ci/prow/e2e-crc 15eeee2 link true /test e2e-crc

Full PR test history. Your PR dashboard.

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.

permissions:
statuses: write # needed to update commit status (pending/failure/sucess)
checks: write # as documented in https://github.com/mikepenz/action-junit-report?tab=readme-ov-file#pr-run-permissions
steps:
- name: Check out repository code
Copy link
Contributor

Choose a reason for hiding this comment

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

Why are you cloning the code here? to get the bunble versions? If that is the case it will not work on the PR for the new bundles version.

This is b/c this is a workflow_run which is executed on the context of the default branch of the upstream repo which has actual verisons not the ones you set on the PR....

For this to work you need to pass that information on an artifact (as we do with images...)

But as this is an edge case feel free to create a following issue with this may @albfan can take a look at it...as is a minor chnage but it requires to know about how this testing strategy works.

beyond this LGTM

Copy link
Contributor

Choose a reason for hiding this comment

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

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thanks Adrian. Will fix this for a following pr.

Copy link

openshift-ci bot commented Dec 12, 2024

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: adrianriobo

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

@lilyLuLiu lilyLuLiu merged commit 1af1620 into crc-org:main Dec 13, 2024
28 of 34 checks passed
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.

2 participants