-
Notifications
You must be signed in to change notification settings - Fork 40k
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
AWS: More support for ap-northeast-2 region #24464
AWS: More support for ap-northeast-2 region #24464
Conversation
Can one of the admins verify that this patch is reasonable to test? If so, please reply "ok to test". This message may repeat a few times in short succession due to jenkinsci/ghprb-plugin#292. Sorry. Otherwise, if this message is too spammy, please complain to ixdy. |
2 similar comments
Can one of the admins verify that this patch is reasonable to test? If so, please reply "ok to test". This message may repeat a few times in short succession due to jenkinsci/ghprb-plugin#292. Sorry. Otherwise, if this message is too spammy, please complain to ixdy. |
Can one of the admins verify that this patch is reasonable to test? If so, please reply "ok to test". This message may repeat a few times in short succession due to jenkinsci/ghprb-plugin#292. Sorry. Otherwise, if this message is too spammy, please complain to ixdy. |
ok to test |
51ac604
to
3aaad7d
Compare
3aaad7d
to
703a833
Compare
@@ -360,6 +360,10 @@ function detect-trusty-image () { | |||
AWS_IMAGE=ami-93876e93 | |||
;; | |||
|
|||
ap-northeast-2) | |||
AWS_IMAGE=ami-62ac620c |
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.
For the record, I verified this ID against https://cloud-images.ubuntu.com/locator/
This looks good, except I don't think you updated your godeps correctly (and it needs a rebase). I would expect to see an update on Godeps.json, if the Godeps workspace files had changed. (But Godeps never ceases to surprise me, so I could be wrong here!) |
@justinsb I'll rebase and fix the godeps later today, |
703a833
to
96dd374
Compare
96dd374
to
36657e6
Compare
0784ef5
to
23f51a5
Compare
ok to test (lgtm though :-) ) |
Adds support for the ap-northeast-2 (Seoul) region
Added AWS_IMAGEs from https://cloud-images.ubuntu.com/locator/
23f51a5
to
895e444
Compare
I rebased, and had to redo the godeps again after they were updated to the latest version. |
GCE e2e build/test passed for commit 895e444. |
Automatic merge from submit-queue |
Issue #24446
The new AWS region for Seoul, Korea (ap-northeast-2)
was launched in January 2016
https://aws.amazon.com/blogs/aws/now-open-aws-asia-pacific-seoul-region/
But it requires a few changes.
To test:
I assigned the AMIs by checking the specific version used from
ap-northeast-1
,and finding the same image with the same datestamp.
This change is