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

Add e2e tests for RHEL 9 EFI on Baremetal #8649

Merged
merged 1 commit into from
Sep 10, 2024

Conversation

2ez4szliu
Copy link
Member

@2ez4szliu 2ez4szliu commented Aug 21, 2024

*Issue #, if available:

Description of changes:

  • Add simple workflow test cases for RHEL 9 EFI on Baremetal.
  • Documentation improvement for RHEL 9 on Baremetal.

Testing (if applicable):

Documentation added/planned (if applicable):

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@eks-distro-bot eks-distro-bot added the size/L Denotes a PR that changes 100-499 lines, ignoring generated files. label Aug 21, 2024
@2ez4szliu 2ez4szliu force-pushed the rhel9-tinkerbell-e2e branch from 51c9fe1 to 8465d8a Compare August 21, 2024 19:23
@2ez4szliu 2ez4szliu marked this pull request as draft August 22, 2024 20:44
@2ez4szliu 2ez4szliu force-pushed the rhel9-tinkerbell-e2e branch 2 times, most recently from 7c09242 to c911802 Compare August 22, 2024 22:30
Copy link

codecov bot commented Aug 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 73.58%. Comparing base (b269cfa) to head (ab0f9da).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #8649   +/-   ##
=======================================
  Coverage   73.58%   73.58%           
=======================================
  Files         578      578           
  Lines       36629    36629           
=======================================
  Hits        26953    26953           
  Misses       7950     7950           
  Partials     1726     1726           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@2ez4szliu 2ez4szliu force-pushed the rhel9-tinkerbell-e2e branch from c911802 to b288aa6 Compare August 23, 2024 21:19
@2ez4szliu 2ez4szliu marked this pull request as ready for review August 23, 2024 21:37
@2ez4szliu 2ez4szliu force-pushed the rhel9-tinkerbell-e2e branch 5 times, most recently from fd77389 to fbda553 Compare August 28, 2024 18:05
@2ez4szliu 2ez4szliu force-pushed the rhel9-tinkerbell-e2e branch from fbda553 to 534f8f1 Compare September 3, 2024 17:23
For UEFI-enabled images, such as Ubuntu and RHEL 9, write actions use `DEST_DISK` to point to the second partition (for example, `/dev/sda2`), with the first being the EFI partition.
For all the write actions, `DEST_DISK` must be set to point to the root partition.
For Ubuntu, write actions use `DEST_DISK` to point to the second partition (for example, `/dev/sda2`), with the first being the EFI partition.
For RHEL 8 and RHEL 9, `DEST_DISK` is partition 1 (for example, `/dev/sda1`).
Copy link
Member

Choose a reason for hiding this comment

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

should this also be "pointed to" partition 1?

Copy link
Member Author

@2ez4szliu 2ez4szliu Sep 10, 2024

Choose a reason for hiding this comment

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

changed all to "points to"

test/e2e/SKIPPED_TESTS.yaml Outdated Show resolved Hide resolved
test/e2e/tinkerbell_test.go Outdated Show resolved Hide resolved
- Add simple workflow test cases for RHEL 9 EFI on Baremetal.
- Documentation improvement for RHEL 9 on Baremetal.
@rahulbabu95
Copy link
Member

/lgtm
/approve
/woof

@eks-distro-bot
Copy link
Collaborator

@rahulbabu95: dog image

In response to this:

/lgtm
/approve
/woof

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/test-infra repository.

@eks-distro-bot
Copy link
Collaborator

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: rahulbabu95

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

@eks-distro-bot eks-distro-bot merged commit c4417c8 into aws:main Sep 10, 2024
14 checks passed
T_TINKERBELL_IMAGE_REDHAT_9_1_27: "tinkerbell_ci:image_redhat_9_1_27"
T_TINKERBELL_IMAGE_REDHAT_9_1_28: "tinkerbell_ci:image_redhat_9_1_28"
T_TINKERBELL_IMAGE_REDHAT_9_1_29: "tinkerbell_ci:image_redhat_9_1_29"
T_TINKERBELL_IMAGE_REDHAT_9_1_30: "tinkerbell_ci:image_redhat_9_1_30"
Copy link
Member

Choose a reason for hiding this comment

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

These also needs to be added to the quick-e2e-test buildspec here

@2ez4szliu 2ez4szliu deleted the rhel9-tinkerbell-e2e branch October 19, 2024 02:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved area/docs Documentation documentation lgtm size/L Denotes a PR that changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants