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

hack/build: Pin to RHCOS 47.212 and quay.io/openshift-release-dev/ocp-release:4.0.0-6 #918

Closed
wants to merge 2 commits into from

Conversation

wking
Copy link
Member

@wking wking commented Dec 15, 2018

DO NOT MERGE!
Builds on the still-in-flight #757, but I'm pushing this now to get CI coverage.

That's the latest RHCOS release:

$ curl -s https://releases-rhcos.svc.ci.openshift.org/storage/releases/maipo/builds.json | jq '{latest: .builds[0], timestamp}'
{
  "latest": "47.212",
  "timestamp": "2018-12-14T23:43:06Z"
}

And @smarterclayton just pushed 4.0.0-0.alpha-2018-12-13-230701 to quay.io/openshift-release-dev/ocp-release:4.0.0-6.

Renaming OPENSHIFT_INSTALL_RELEASE_IMAGE_OVERRIDE gets us CI testing of the pinned release despite openshift/release@60007df2 (openshift/release#1793).

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.

@openshift-ci-robot openshift-ci-robot added the size/M Denotes a PR that changes 30-99 lines, ignoring generated files. label Dec 15, 2018
@openshift-ci-robot
Copy link
Contributor

[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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci-robot openshift-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Dec 15, 2018
Covering 5813f61 (Merge pull request openshift#745 from wking/s3-vpc-endpoint,
2018-12-13) through 874876e (Merge pull request openshift#711 from
staebler/improve_input_validation, 2018-12-14).
…-release:4.0.0-6

That's the latest RHCOS release:

  $ curl -s https://releases-rhcos.svc.ci.openshift.org/storage/releases/maipo/builds.json | jq '{latest: .builds[0], timestamp}'
  {
    "latest": "47.212",
    "timestamp": "2018-12-14T23:43:06Z"
  }

And Clayton just pushed 4.0.0-0.alpha-2018-12-13-230701 to
quay.io/openshift-release-dev/ocp-release:4.0.0-6.

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).

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.
@wking
Copy link
Member Author

wking commented Dec 15, 2018

Rebased onto #917 with 53e7fce -> 17ffd16 now that #757 has landed.

@wking
Copy link
Member Author

wking commented Dec 15, 2018

e2e-aws:

fail [github.com/openshift/origin/test/extended/router/stress.go:90]: Expected error:
    <*errors.errorString | 0xc421731100>: {
        s: "replicaset \"router\" never became ready",
    }
    replicaset "router" never became ready
not to have occurred
...
failed: (4m10s) 2018-12-15T05:22:43 "[Conformance][Area:Networking][Feature:Router] The HAProxy router converges when multiple routers are writing status [Suite:openshift/conformance/parallel/minimal] [Suite:openshift/smoke-4]"

/retest

@wking
Copy link
Member Author

wking commented Dec 15, 2018

All green here, and I've tagged this commit as v0.7.0.

/close

@openshift-ci-robot
Copy link
Contributor

@wking: Closed this PR.

In response to this:

All green here, and I've tagged this commit as v0.7.0.

/close

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants