Bug 1889855: additional AWS regions for RHCOS AMIs#4286
Bug 1889855: additional AWS regions for RHCOS AMIs#4286openshift-merge-robot merged 1 commit intoopenshift:release-4.6from
Conversation
|
@miabbott: This pull request references Bugzilla bug 1889855, which is invalid:
Comment DetailsIn response to this:
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. |
|
@jupierce did the copying for us cc: @katherinedube |
|
cc: @ashcrow @cgwalters |
|
/retest |
|
Hmm, one concern with manual copying is that in prior versions of OpenShift the installer used the underlying snapshot which also required public access; not doing that would be a trap because this PR would sail right through CI (because we don't actually test in those regions AFAIK). I think in 4.6 though the installer just uses the AMI directly. But it is probably worth validating this manually at least. |
I'll build this PR locally and try to install to the new regions. |
|
Similar to what was reported in #4288 (comment), it looks like we need additional changes to support these new regions. @abhinavdahiya @sdodson Are you folks comfortable extending installer support to these regions for 4.6? @katherinedube requested these regions be supported in 4.6 |
There are RFEs requesting support for additional AWS regions: ap-east-1, af-south-1, and eu-south-1 https://issues.redhat.com/browse/RFE-903 https://issues.redhat.com/browse/RFE-1267 The existing 4.6 RHCOS AMI was manually copied to these regions by the ART team.
5c65fb6 to
2b1295d
Compare
|
Pushed an update with the regions added to |
|
Not sure what is going on with Actually, it is affecting all the jobs that failed 🤔 /retest |
|
The I've filed https://bugzilla.redhat.com/show_bug.cgi?id=1891167 for this because I can't figure out why this PR would cause the jobs to fail like this. |
|
The root of the problem is that The Dockerfile was adjusted accordingly in #4284 /retest |
|
/retest |
1 similar comment
|
/retest |
|
Finally got CI looking decent.
Can I get a |
|
/bugzilla refresh |
|
@miabbott: An error was encountered adding this pull request to the external tracker bugs for bug 1889855 on the Bugzilla server at https://bugzilla.redhat.com:
DetailsIn response to this:
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. |
|
/lgtm |
|
Let's see if BZ integration is fixed... /bugzilla refresh |
|
@miabbott: This pull request references Bugzilla bug 1889855, which is valid. The bug has been updated to refer to the pull request using the external bug tracker. 6 validation(s) were run on this bug
DetailsIn response to this:
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. |
|
/approve |
|
/retest Please review the full test history for this PR and help us cut down flakes. |
10 similar comments
|
/retest Please review the full test history for this PR and help us cut down flakes. |
|
/retest Please review the full test history for this PR and help us cut down flakes. |
|
/retest Please review the full test history for this PR and help us cut down flakes. |
|
/retest Please review the full test history for this PR and help us cut down flakes. |
|
/retest Please review the full test history for this PR and help us cut down flakes. |
|
/retest Please review the full test history for this PR and help us cut down flakes. |
|
/retest Please review the full test history for this PR and help us cut down flakes. |
|
/retest Please review the full test history for this PR and help us cut down flakes. |
|
/retest Please review the full test history for this PR and help us cut down flakes. |
|
/retest Please review the full test history for this PR and help us cut down flakes. |
|
/hold |
|
@sdodson Since this is specifically a change to AWS only do we need to have azure and gcp jobs pass for this to merge? |
that's fine, but it won't merge until the window opens later this week anyway so lets see what John and Jeremiah say about those two tests. |
|
/skip |
|
/retest |
|
All ✔️! |
|
@sdodson can we drop the |
|
/hold cancel |
|
/retest Please review the full test history for this PR and help us cut down flakes. |
2 similar comments
|
/retest Please review the full test history for this PR and help us cut down flakes. |
|
/retest Please review the full test history for this PR and help us cut down flakes. |
|
/override ci/prow/e2e-azure-upi |
|
@sdodson: Overrode contexts on behalf of sdodson: ci/prow/e2e-azure-upi, ci/prow/e2e-metal-ipi DetailsIn response to this:
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. |
|
@miabbott: All pull requests linked via external trackers have merged: Bugzilla bug 1889855 has been moved to the MODIFIED state. DetailsIn response to this:
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. |
|
@miabbott: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions 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. I understand the commands that are listed here. |
There are RFEs requesting support for additional AWS regions:
ap-east-1, af-south-1, and eu-south-1
https://issues.redhat.com/browse/RFE-903
https://issues.redhat.com/browse/RFE-1267
The existing 4.6 RHCOS AMI was manually copied to these regions by the
ART team.