-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
hack/build: Pin to RHCOS 47.280 and quay.io/openshift-release-dev/ocp-release:4.0.0-0.2 #1134
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: wking 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 |
/hold This PR is just for CI; we don't want to merge it to master. |
|
||
### Fixed | ||
|
||
- `openshift-install` has improved error handling for various invalid |
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.
We can compact this item. Other items do not have previously section.
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.
Other items do not have previously section.
I wanted to distinguish between "silently ignored" (which would have been even worse) and "silently errored out" (which was what we had).
invalid value is provided to --log-level (previously it exited 1 but | ||
did not write to the standard error stream). | ||
- The slow-input issues for the install-config wizard have been fixed. | ||
- On AWS, `destroy cluster` fixed a bug in the 0.10.1 refactor which |
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.
Can we reword this to be crisper, fixed bug where un authorized errors would cause the destroy logic claim successful deletion and leak resources.
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.
It's just just unauthorized errors. You could conceivably also have hit the bug via rate limiting or a network hiccup.
* aws_lb.api_external: Error creating Application Load Balancer: InvalidSubnet: VPC vpc-0765c67bbc82a1b7d has no internet gateway | ||
status code: 400, request id: 5a...d5 | ||
|
||
- On libvirt, the installer no longer holds the OS image in memory |
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.
All our fixes should be right direction 😋, I don't think that's required.
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.
All our fixes should be right direction 😋, I don't think that's required.
I didn't want to give the impression that we had fixed in-memory OS images altogether. I've reworded with (c434e7aed -> bb183d8). How does the new wording look to you?
Through f8a946e (Merge pull request openshift#1129 from wking/aws-destroy-tag-search-error-handling, 2019-01-27).
…-release:4.0.0-0.2 RHCOS 47.280 brings in, among other things, [1], which fixes a bug we see occasionally on the bootstrap machine. Clayton pushed 4.0.0-0.nightly-2019-01-25-205123 to quay.io/openshift-release-dev/ocp-release:4.0.0-0.2. Renaming OPENSHIFT_INSTALL_RELEASE_IMAGE_OVERRIDE gets us CI testing of the pinned release despite openshift/release@60007df2 (Use RELEASE_IMAGE_LATEST for CVO payload, 2018-10-03, openshift/release#1793). Also comment out regions which this particular RHCOS build wasn't pushed to, leaving only: $ curl -s https://releases-rhcos.svc.ci.openshift.org/storage/releases/maipo/47.280/meta.json | jq -r '.amis[] | .name' ap-northeast-1 ap-northeast-2 ap-south-1 ap-southeast-1 ap-southeast-2 ca-central-1 eu-central-1 eu-west-1 eu-west-2 eu-west-3 sa-east-1 us-east-1 us-east-2 us-west-1 us-west-2 I'd initially expected to export the pinning environment variables in release.sh, but I've put them in build.sh here because our continuous integration tests use build.sh directly and don't go through release.sh. [1]: containers/podman#2106
c434e7a
to
bb183d8
Compare
@wking: The following test failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. 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. I understand the commands that are listed here. |
Maybe this pre-1.12-rebase update payload is never going to pass our current post-1.12-rebase e2e suite. I'm personally fine cutting this without it going green, since we're going to hand it to QE for sanity checking. |
Tagged as v0.11.0. |
RHCOS 47.280 brings in, among other things, containers/podman#2106, which fixes a bug we see occasionally on the bootstrap machine.
Clayton pushed
4.0.0-0.nightly-2019-01-25-205123
to quay.io/openshift-release-dev/ocp-release:4.0.0-0.2.Fixes #933.