Skip to content

Bug 1996783: Bump to Go v1.16 and OCP v4.9#73

Merged
openshift-merge-robot merged 2 commits intoopenshift:masterfrom
shiftstack:bump_images
Aug 24, 2021
Merged

Bug 1996783: Bump to Go v1.16 and OCP v4.9#73
openshift-merge-robot merged 2 commits intoopenshift:masterfrom
shiftstack:bump_images

Conversation

@pierreprinetti
Copy link
Copy Markdown

No description provided.

@pierreprinetti pierreprinetti changed the title Harmonise Go and OCP versions and remove CI-specific images Bug 1996783: Bump to Go v1.16 and OCP v4.9 Aug 23, 2021
@openshift-ci openshift-ci Bot added the bugzilla/severity-medium Referenced Bugzilla bug's severity is medium for the branch this PR is targeting. label Aug 23, 2021
@openshift-ci
Copy link
Copy Markdown

openshift-ci Bot commented Aug 23, 2021

@pierreprinetti: This pull request references Bugzilla bug 1996783, which is invalid:

  • expected the bug to target the "4.9.0" release, but it targets "---" instead

Comment /bugzilla refresh to re-evaluate validity if changes to the Bugzilla bug are made, or edit the title of this pull request to link to a different bug.

Details

In response to this:

Bug 1996783: Bump to Go v1.16 and OCP v4.9

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.

@openshift-ci openshift-ci Bot added the bugzilla/invalid-bug Indicates that a referenced Bugzilla bug is invalid for the branch this PR is targeting. label Aug 23, 2021
@pierreprinetti
Copy link
Copy Markdown
Author

/bugzilla refresh

@openshift-ci
Copy link
Copy Markdown

openshift-ci Bot commented Aug 23, 2021

@pierreprinetti: An error was encountered querying GitHub for users with public email (juriarte@redhat.com) for bug 1996783 on the Bugzilla server at https://bugzilla.redhat.com. No known errors were detected, please see the full error message for details.

Full error message. non-200 OK status code: 403 Forbidden body: "{\n \"documentation_url\": \"https://docs.github.com/en/free-pro-team@latest/rest/overview/resources-in-the-rest-api#secondary-rate-limits\",\n \"message\": \"You have exceeded a secondary rate limit. Please wait a few minutes before you try again.\"\n}\n"

Please contact an administrator to resolve this issue, then request a bug refresh with /bugzilla refresh.

Details

In response to this:

/bugzilla refresh

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.

@pierreprinetti
Copy link
Copy Markdown
Author

/bugzilla refresh

@pierreprinetti
Copy link
Copy Markdown
Author

/retest

@openshift-ci openshift-ci Bot added the bugzilla/valid-bug Indicates that a referenced Bugzilla bug is valid for the branch this PR is targeting. label Aug 23, 2021
@openshift-ci
Copy link
Copy Markdown

openshift-ci Bot commented Aug 23, 2021

@pierreprinetti: This pull request references Bugzilla bug 1996783, which is valid.

3 validation(s) were run on this bug
  • bug is open, matching expected state (open)
  • bug target release (4.9.0) matches configured target release for branch (4.9.0)
  • bug is in the state POST, which is one of the valid states (NEW, ASSIGNED, ON_DEV, POST, POST)

Requesting review from QA contact:
/cc @eurijon

Details

In response to this:

/bugzilla refresh

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.

@openshift-ci openshift-ci Bot removed the bugzilla/invalid-bug Indicates that a referenced Bugzilla bug is invalid for the branch this PR is targeting. label Aug 23, 2021
@openshift-ci openshift-ci Bot requested a review from eurijon August 23, 2021 19:04
@pierreprinetti
Copy link
Copy Markdown
Author

/hold

@openshift-ci openshift-ci Bot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Aug 24, 2021
@pierreprinetti
Copy link
Copy Markdown
Author

/hold cancel

@openshift-ci openshift-ci Bot added approved Indicates a PR has been approved by an approver from all required OWNERS files. and removed do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. labels Aug 24, 2021
@pierreprinetti
Copy link
Copy Markdown
Author

This is now ready for review.
/cc mandre mdbooth

@openshift-ci openshift-ci Bot requested review from mandre and mdbooth August 24, 2021 09:04
@@ -1,10 +0,0 @@
FROM openshift/origin-release:golang-1.10
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Interestingly, the images/manila-provisioner/Dockerfile.openshift.ci image is referenced in the release repo for older branches.

❯ ag "images/manila-provisioner/Dockerfile.openshift.ci"
ci-operator/config/openshift-priv/cloud-provider-openstack/openshift-priv-cloud-provider-openstack-release-4.4.yaml
13:- dockerfile_path: images/manila-provisioner/Dockerfile.openshift.ci

ci-operator/config/openshift-priv/cloud-provider-openstack/openshift-priv-cloud-provider-openstack-release-4.3.yaml
13:- dockerfile_path: images/manila-provisioner/Dockerfile.openshift.ci

ci-operator/config/openshift-priv/cloud-provider-openstack/openshift-priv-cloud-provider-openstack-release-4.1.yaml
13:- dockerfile_path: images/manila-provisioner/Dockerfile.openshift.ci

ci-operator/config/openshift-priv/cloud-provider-openstack/openshift-priv-cloud-provider-openstack-release-4.2.yaml
13:- dockerfile_path: images/manila-provisioner/Dockerfile.openshift.ci

ci-operator/config/openshift/cloud-provider-openstack/openshift-cloud-provider-openstack-release-4.3.yaml
13:- dockerfile_path: images/manila-provisioner/Dockerfile.openshift.ci

ci-operator/config/openshift/cloud-provider-openstack/openshift-cloud-provider-openstack-release-4.4.yaml
13:- dockerfile_path: images/manila-provisioner/Dockerfile.openshift.ci

ci-operator/config/openshift/cloud-provider-openstack/openshift-cloud-provider-openstack-release-4.1.yaml
13:- dockerfile_path: images/manila-provisioner/Dockerfile.openshift.ci

ci-operator/config/openshift/cloud-provider-openstack/openshift-cloud-provider-openstack-release-4.2.yaml
13:- dockerfile_path: images/manila-provisioner/Dockerfile.openshift.ci

@@ -1,9 +1,9 @@
FROM openshift/origin-release:golang-1.10
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

This image is apparently never used and can potentially be removed:

❯ ag --stats "images/manila-provisioner/Dockerfile\s"
0 matches

@pierreprinetti pierreprinetti force-pushed the bump_images branch 2 times, most recently from 1a55308 to 835326e Compare August 24, 2021 10:45
Use the same pattern across all Dockerfiles and remove duplicates.

Also remove the dockerfile for the deprecated Manila provisioner, for
which the image is not used any more in 4.9.
@pierreprinetti
Copy link
Copy Markdown
Author

Good catch; I am removing the image for the deprecated Manila provisioner.

@pierreprinetti
Copy link
Copy Markdown
Author

/test e2e-openstack-csi-manila

@EmilienM
Copy link
Copy Markdown
Member

/lgtm
/hold

Feel free to unhold when CI is happier.
Note that the Cinder job will fail on 4 tests, related to Snapshot. Manila will fail on one test, but the rest should work. We're working on this into separated PRs.

@openshift-ci openshift-ci Bot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Aug 24, 2021
@openshift-ci openshift-ci Bot added the lgtm Indicates that a PR is ready to be merged. label Aug 24, 2021
@openshift-ci
Copy link
Copy Markdown

openshift-ci Bot commented Aug 24, 2021

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: EmilienM, pierreprinetti

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:
  • OWNERS [EmilienM,pierreprinetti]

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@EmilienM
Copy link
Copy Markdown
Member

The errors on e2e-openstack-csi-cinder are known, feel free to ignore them.

@pierreprinetti
Copy link
Copy Markdown
Author

/hold cancel

Thanks Emilien, canceling the hold following your precious advice.

@openshift-ci openshift-ci Bot removed the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Aug 24, 2021
@openshift-bot
Copy link
Copy Markdown

/retest-required

Please review the full test history for this PR and help us cut down flakes.

@openshift-ci
Copy link
Copy Markdown

openshift-ci Bot commented Aug 24, 2021

@pierreprinetti: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Rerun command
ci/prow/e2e-openstack-csi-cinder e029ed4 link /test e2e-openstack-csi-cinder
ci/prow/e2e-openstack-csi-manila e029ed4 link /test e2e-openstack-csi-manila

Full PR test history. Your PR dashboard.

Details

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.

@openshift-bot
Copy link
Copy Markdown

/retest-required

Please review the full test history for this PR and help us cut down flakes.

2 similar comments
@openshift-bot
Copy link
Copy Markdown

/retest-required

Please review the full test history for this PR and help us cut down flakes.

@openshift-bot
Copy link
Copy Markdown

/retest-required

Please review the full test history for this PR and help us cut down flakes.

@openshift-merge-robot openshift-merge-robot merged commit 7194ed1 into openshift:master Aug 24, 2021
@openshift-ci
Copy link
Copy Markdown

openshift-ci Bot commented Aug 24, 2021

@pierreprinetti: All pull requests linked via external trackers have merged:

Bugzilla bug 1996783 has been moved to the MODIFIED state.

Details

In response to this:

Bug 1996783: Bump to Go v1.16 and OCP v4.9

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. bugzilla/severity-medium Referenced Bugzilla bug's severity is medium for the branch this PR is targeting. bugzilla/valid-bug Indicates that a referenced Bugzilla bug is valid for the branch this PR is targeting. lgtm Indicates that a PR is ready to be merged.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants