Skip to content

hack/build: Pin to RHCOS 47.249 and quay.io/openshift-release-dev/ocp-release:4.0.0-0.1 (v0.10.1) #1114

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

Closed
wants to merge 2 commits into from

Conversation

wking
Copy link
Member

@wking wking commented Jan 22, 2019

DO NOT MERGE! This PR is just for CI coverage.

Recycling the RHCOS build from 76f91bd (#1009, v0.9.1).

Recycling the update payload from 9ccba22 (#1068, v0.10.0). We've had stability issues in master since then which are blocking a new update-payload.

wking added 2 commits January 22, 2019 12:25
Through b166e2e (Merge pull request openshift#1039 from
wking/tag-search-destroy, 2019-01-22).
…-release:4.0.0-0.1

Recycling the RHCOS build from 76f91bd (hack/build: Bump RHCOS from
47.245 to 47.249, 2019-01-07, openshift#1009, v0.9.1).

Clayton pushed 4.0-art-latest-2019-01-15-010905 to
quay.io/openshift-release-dev/ocp-release:4.0.0-0.1 for 0.10.0, and
we've had stability issues in master since then, so we're cutting this
release without an update-payload bump.

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.246/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.
@openshift-ci-robot openshift-ci-robot added the size/M Denotes a PR that changes 30-99 lines, ignoring generated files. label Jan 22, 2019
@openshift-ci-robot openshift-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jan 22, 2019
@crawford
Copy link
Contributor

/hold
/approve

@openshift-ci-robot openshift-ci-robot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Jan 22, 2019
@openshift-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: crawford, 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

@wking
Copy link
Member Author

wking commented Jan 22, 2019

e2e-aws:

Jan 22 21:11:50.897: INFO: Running AfterSuite actions on node 1
fail [github.com/openshift/origin/test/extended/deployments/deployments.go:215]: Expected error:
    <*errors.errorString | 0xc420095570>: {
        s: "timed out waiting for the condition",
    }
    timed out waiting for the condition
not to have occurred

...

failed: (1m7s) 2019-01-22T21:11:50 "[Feature:DeploymentConfig] deploymentconfigs when run iteratively [Conformance] should immediately start a new deployment [Suite:openshift/conformance/parallel/minimal]"

...

Flaky tests:

[Feature:DeploymentConfig] deploymentconfigs when run iteratively [Conformance] should immediately start a new deployment [Suite:openshift/conformance/parallel/minimal]
[sig-apps] StatefulSet [k8s.io] Basic StatefulSet functionality [StatefulSetBasic] Burst scaling should run to completion even with unhealthy pods [Conformance] [Suite:openshift/conformance/parallel/minimal] [Suite:k8s]

Failing tests:

[Feature:Prometheus][Conformance] Prometheus when installed on the cluster should report telemetry if a cloud.openshift.com token is present [Suite:openshift/conformance/parallel/minimal]

/retest

@wking
Copy link
Member Author

wking commented Jan 23, 2019

e2e-aws hung:

2019/01/22 23:06:08 Container setup in pod e2e-aws completed successfully
2019/01/23 01:44:15 Copying artifacts from e2e-aws into /logs/artifacts/e2e-aws

/retest

@wking
Copy link
Member Author

wking commented Jan 23, 2019

All green, and tagged as v0.10.1.

@wking wking closed this Jan 23, 2019
@@ -145,7 +145,7 @@ func (a *Bootstrap) getTemplateData(installConfig *types.InstallConfig) (*bootst
}

releaseImage := defaultReleaseImage
if ri, ok := os.LookupEnv("OPENSHIFT_INSTALL_RELEASE_IMAGE_OVERRIDE"); ok && ri != "" {
if ri, ok := os.LookupEnv("_OPENSHIFT_INSTALL_RELEASE_IMAGE_OVERRIDE"); ok && ri != "" {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So that the CI doesn't override our image with the latest. It's a hack, but we don't support overriding the release image, so nobody should need this.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Notes on this in the commit message too, but since we've used this pattern a few times now I didn't copy that paragraph into the PR post.

@wking wking deleted the version-0.10.1-pins branch February 15, 2019 08:44
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. do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. 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.

4 participants