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

Bug 1873414: Move deployment script to python3 #463

Merged
merged 1 commit into from Aug 28, 2020

Conversation

yselkowitz
Copy link
Contributor

No description provided.

@openshift-ci-robot openshift-ci-robot added 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. labels Aug 28, 2020
@openshift-ci-robot
Copy link
Contributor

@yselkowitz: This pull request references Bugzilla bug 1872080, which is valid. The bug has been updated to refer to the pull request using the external bug tracker.

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

In response to this:

Bug 1872080: Move deployment script to python3

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.

@spadgett
Copy link
Member

/assign @jhadvig @wking

Dockerfile.rhel7 Outdated Show resolved Hide resolved
@openshift-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: yselkowitz
To complete the pull request process, please assign jhadvig
You can assign the PR to them by writing /assign @jhadvig in a comment when ready.

The full list of commands accepted by this bot can be found 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

yselkowitz added a commit to multi-arch/oc that referenced this pull request Aug 28, 2020
This is used by the downloads-deployment serve.py script:
openshift/console-operator#463
@yselkowitz yselkowitz changed the title Bug 1872080: Move deployment script to python3 Bug 1873414: Move deployment script to python3 Aug 28, 2020
@openshift-ci-robot openshift-ci-robot removed the bugzilla/severity-medium Referenced Bugzilla bug's severity is medium for the branch this PR is targeting. label Aug 28, 2020
@openshift-ci-robot
Copy link
Contributor

@yselkowitz: This pull request references Bugzilla bug 1873414, which is valid. The bug has been moved to the POST state. The bug has been updated to refer to the pull request using the external bug tracker.

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

In response to this:

Bug 1873414: Move deployment script to python3

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-robot openshift-ci-robot added the bugzilla/severity-urgent Referenced Bugzilla bug's severity is urgent for the branch this PR is targeting. label Aug 28, 2020
@jupierce
Copy link
Contributor

/test unit

@yselkowitz
Copy link
Contributor Author

openshift/oc#538 probably needs to land first for CI to pass.

@yselkowitz
Copy link
Contributor Author

openshift/images#34 needs to land first for CI to pass here.

@jupierce
Copy link
Contributor

/retest

1 similar comment
@yselkowitz
Copy link
Contributor Author

/retest

@jupierce
Copy link
Contributor

/test e2e-gcp

@@ -135,7 +135,7 @@ spec:
for directory in directories:
write_index(
path=os.path.join(root, directory, 'index.html'),
message='<p>Directory listings are disabled. See <a href="">here</a> for available content.</p>'.format(root_link),
message='<p>Directory listings are disabled. See <a href="{}">here</a> for available content.</p>'.format(root_link),
Copy link
Member

Choose a reason for hiding this comment

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

Unrelated, but thanks for this fix :)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Found this testing the script with python3, but yes, it was broken before too. The root index.html still doesn't work as intended though, nor did it before, but I'm not sure how to fix it yet. (Nothing to do with this PR though.)

Copy link
Contributor

Choose a reason for hiding this comment

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

@spadgett something to potentially clean up in the future

Copy link
Member

Choose a reason for hiding this comment

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

#464 has the remaining cleanup

@wking
Copy link
Member

wking commented Aug 28, 2020

still no python3?

@wking
Copy link
Member

wking commented Aug 28, 2020

@jupierce removed the ci-op-633tn047 project, which may have cached stale images. Testing again (hopefully with freshly-built images):

/retest

@openshift-ci-robot
Copy link
Contributor

openshift-ci-robot commented Aug 28, 2020

@yselkowitz: The following test failed, say /retest to rerun all failed tests:

Test name Commit Details Rerun command
ci/prow/e2e-gcp-upgrade 28ad134 link /test e2e-gcp-upgrade

Full PR test history. Your PR dashboard.

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.

@jupierce
Copy link
Contributor

/retest

@bparees
Copy link
Contributor

bparees commented Aug 28, 2020

passed everything that matters, merging to unblock CI.

@bparees bparees merged commit 0fdf391 into openshift:master Aug 28, 2020
@openshift-ci-robot
Copy link
Contributor

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

Bugzilla bug 1873414 has been moved to the MODIFIED state.

In response to this:

Bug 1873414: Move deployment script to python3

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
bugzilla/severity-urgent Referenced Bugzilla bug's severity is urgent 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.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

7 participants