Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@harche
Copy link
Contributor

@harche harche commented Feb 18, 2021

Signed-off-by: Harshal Patil [email protected]

What type of PR is this?

/kind bug

What this PR does / why we need it:

Which issue(s) this PR fixes:

Fixes #4586

Special notes for your reviewer:

Does this PR introduce a user-facing change?

Please refer to the updated README for correct bundle download url

@openshift-ci-robot openshift-ci-robot added release-note Denotes a PR that will be considered when it comes time to generate release notes. dco-signoff: yes Indicates the PR's author has DCO signed all their commits. kind/bug Categorizes issue or PR as related to a bug. labels Feb 18, 2021
@openshift-ci-robot
Copy link

Hi @harche. Thanks for your PR.

I'm waiting for a cri-o member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

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.

@openshift-ci-robot openshift-ci-robot added the needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. label Feb 18, 2021
@codecov
Copy link

codecov bot commented Feb 18, 2021

Codecov Report

Merging #4587 (33ea874) into master (7373da2) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master    #4587   +/-   ##
=======================================
  Coverage   40.63%   40.63%           
=======================================
  Files         115      115           
  Lines        9421     9421           
=======================================
  Hits         3828     3828           
  Misses       5162     5162           
  Partials      431      431           

@harche
Copy link
Contributor Author

harche commented Feb 18, 2021

/cc @saschagrunert @odinuge

@openshift-ci-robot
Copy link

@harche: GitHub didn't allow me to request PR reviews from the following users: odinuge.

Note that only cri-o members and repo collaborators can review this PR, and authors cannot review their own PRs.

Details

In response to this:

/cc @saschagrunert @odinuge

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.

Copy link
Member

@saschagrunert saschagrunert left a comment

Choose a reason for hiding this comment

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

/lgtm

@openshift-ci-robot openshift-ci-robot added lgtm Indicates that a PR is ready to be merged. approved Indicates a PR has been approved by an approver from all required OWNERS files. labels Feb 18, 2021
@saschagrunert
Copy link
Member

/ok-to-test

@openshift-ci-robot openshift-ci-robot added ok-to-test Indicates a non-member PR verified by an org member that is safe to test. and removed needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. labels Feb 18, 2021
Copy link
Contributor

@odinuge odinuge left a comment

Choose a reason for hiding this comment

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

/lgtm

@openshift-ci-robot
Copy link

@odinuge: changing LGTM is restricted to collaborators

Details

In response to this:

/lgtm

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
Copy link

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: harche, odinuge, saschagrunert

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:

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

mkdir -p "$ARCHIVE_PATH"

BUNDLE=crio-$(git describe --tags --exact-match 2>/dev/null || git rev-parse --short HEAD)
BUNDLE=crio-$(git describe --tags --exact-match 2>/dev/null || git rev-parse HEAD)
Copy link
Member

Choose a reason for hiding this comment

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

@harche I have to change the bundle name once again in #4552.

My idea is to name the directory within the tarball always cri-o (no hash) and amend the architecture to the bundle, like: cri-o.arm64.$SHA.tar.gz

Copy link
Contributor Author

@harche harche Feb 18, 2021

Choose a reason for hiding this comment

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

sounds good, in that case how would the complete download url look like? I want to make sure I got that correctly to update kubernetes/test-infra#20898

So if you are doing that in #4552, do we still need to have this PR open?

Copy link
Member

Choose a reason for hiding this comment

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

I don't think that wee need this PR since I have to touch both lines in any case. :)

After this got merged, the complete download URL should look like:

https://storage.googleapis.com/k8s-conform-cri-o/artifacts/cri-o.amd64.$(git ls-remote https://github.com/cri-o/cri-o master | awk '{print $1}').tar.gz

Not sure if we can avoid the awk invocation.

Copy link
Member

Choose a reason for hiding this comment

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

Ah maybe just by using cut -f1 instead of awk.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Alright, then I will close this PR and update kubernetes/test-infra#20898 with the new url and put that one on the hold until #4552 is merged.

@harche
Copy link
Contributor Author

harche commented Feb 18, 2021

/hold

@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 Feb 18, 2021
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Feb 18, 2021

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

Test name Commit Details Rerun command
ci/openshift-jenkins/integration_crun_cgroupv2 703ffc3 link /test integration_cgroupv2
ci/prow/e2e-agnostic 703ffc3 link /test e2e-agnostic
ci/prow/e2e-gcp 703ffc3 link /test e2e-gcp

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.

@harche
Copy link
Contributor Author

harche commented Feb 18, 2021

Closing after this discussion, #4587 (comment)

/close

@openshift-ci-robot
Copy link

@harche: Closed this PR.

Details

In response to this:

Closing after this discussion, #4587 (comment)

/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. dco-signoff: yes Indicates the PR's author has DCO signed all their commits. do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. kind/bug Categorizes issue or PR as related to a bug. lgtm Indicates that a PR is ready to be merged. ok-to-test Indicates a non-member PR verified by an org member that is safe to test. release-note Denotes a PR that will be considered when it comes time to generate release notes.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

crio bundles should use full sha values

4 participants