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

Run github workflows CI jobs in ppc64le #278

Closed
wants to merge 1 commit into from

Conversation

jcho02
Copy link
Contributor

@jcho02 jcho02 commented Jan 23, 2024

Runs tests in a ppc64le platform by first creating a ppc64le docker container and then running the tests as a non-root user inside the container.
Kubebuilder package for Power only provides the kubebuilder binary so etcd, kube-apiserver, and kubectl binaries are also installed and then mounted onto the docker container.

Signed-off-by: Jason Cho <jason.cho2@ibm.com>
Copy link

codecov bot commented Jan 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (06f3ed1) 85.12% compared to head (cddf37b) 85.12%.
Report is 3 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #278   +/-   ##
=======================================
  Coverage   85.12%   85.12%           
=======================================
  Files          13       13           
  Lines        2730     2730           
=======================================
  Hits         2324     2324           
  Misses        325      325           
  Partials       81       81           
Flag Coverage Δ
unittests 85.12% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 06f3ed1...cddf37b. Read the comment docs.

@maskarb
Copy link
Member

maskarb commented Jan 25, 2024

This is now covered by: #279

@maskarb maskarb closed this Jan 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants