-
Notifications
You must be signed in to change notification settings - Fork 458
Add Azure Linux 3 prow template for testing #5829
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
Conversation
f893410
to
b0aa34d
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #5829 +/- ##
=======================================
Coverage 46.94% 46.94%
=======================================
Files 279 279
Lines 29687 29687
=======================================
Hits 13936 13936
Misses 14938 14938
Partials 813 813 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
018d29a
to
16ab1d9
Compare
6767a03
to
84c9010
Compare
761211d
to
309ade3
Compare
/hold cancel |
b9c9a50
to
d2864e4
Compare
d2864e4
to
836cc51
Compare
/test pull-cluster-api-provider-azure-conformance-azl3-with-ci-artifacts |
/retest |
set -o errexit | ||
|
||
# Install ca-certificates packages for Azure Linux | ||
tdnf install -y ca-certificates ca-certificates-legacy |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This setup looks reasonable to me. We should move some of this to the image-builder ansible scripts for Azure Linux--I'll create an issue or PR once this merges.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah I figured out most of these ips from trial and error. I tried using netstat but there were more ips I needed to enable from what that told me.
templates/test/ci/prow-dalec-custom-builds/patches/control-plane-custom-builds.yaml
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
The -optional e2e failure seems unrelated.
LGTM label has been added. Git tree hash: 65b2a1e561633b40fa3d04162e57a7161aeb07c2
|
/test pull-cluster-api-provider-azure-e2e-optional |
Yeah I'm not sure what's going on. I'm running it as it includes the azl3 spec. Kinda weird it keeps failing |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: willie-yao 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 |
What type of PR is this?
/kind cleanup
What this PR does / why we need it:
This PR adds templates that test Azure Linux 3, both a regular test and a conformance test.
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes #
Special notes for your reviewer:
TODOs:
Release note: