Skip to content

Conversation

@wking
Copy link
Member

@wking wking commented Jun 18, 2020

The previous warning limit landed with the script in f5fb061 (#6352), but complaining about info- and style-level issues too will improve uniformity and code quality.

The previous warning limit landed with the script in f5fb061 (Add
more validation of step registry, 2019-12-11, openshift#6352), but complaining
about info- and style-level issues too will improve uniformity and
code quality.
@openshift-ci-robot
Copy link
Contributor

openshift-ci-robot commented Jun 18, 2020

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

Test name Commit Details Rerun command
ci/prow/step-registry-shellcheck 712f7d8 link /test step-registry-shellcheck

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.

@wking
Copy link
Member Author

wking commented Jun 18, 2020

Ah, this is more like it :p. I'll get those fixed...

…less 'cat'

Address issues like [1,2]:

  In .//ci-operator/step-registry/baremetalds/devscripts/conf/compact/baremetalds-devscripts-conf-compact-commands.sh line 9:
  echo "export NUM_WORKERS=0" >> ${SHARED_DIR}/dev-scripts-additional-config
                                 ^-----------^ SC2086: Double quote to prevent globbing and word splitting.

  Did you mean:
  echo "export NUM_WORKERS=0" >> "${SHARED_DIR}"/dev-scripts-additional-config

  For more information:
    https://www.shellcheck.net/wiki/SC2086 -- Double quote to prevent globbing ...

and [1,2]:

  In .//ci-operator/step-registry/baremetalds/packet/check/baremetalds-packet-check-commands.sh line 9:
  PACKET_PROJECT_ID=$(cat ${CLUSTER_PROFILE_DIR}/.packet-kni-vars|grep packet_project_id|awk '{print $2}')
                          ^--------------------^ SC2086: Double quote to prevent globbing and word splitting.
                          ^-- SC2002: Useless cat. Consider 'cmd < file | ..' or 'cmd file | ..' instead.
  ...
    https://www.shellcheck.net/wiki/SC2002 -- Useless cat. Consider 'cmd < file...

and:

  In .//ci-operator/step-registry/baremetalds/devscripts/gather/baremetalds-devscripts-gather-commands.sh line 26:
  SSHOPTS=(-o ConnectTimeout=5 -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ServerAliveInterval=90 -i "${CLUSTER_PROFILE_DIR}/.packet-kni-ssh-privatekey")
              ^--------------^ SC2191: The = here is literal. To assign by index, use ( [index]=value ) with no spaces. To keep as literal, quote it.
                                  ^----------------------^ SC2191: The = here is literal. To assign by index, use ( [index]=value ) with no spaces. To keep as literal, quote it.
                                                              ^--------------------------^ SC2191: The = here is literal. To assign by index, use ( [index]=value ) with no spaces. To keep as literal, quote it.
                                                                                              ^--------------------^ SC2191: The = here is literal. To assign by index, use ( [index]=value ) with no spaces. To keep as literal, quote it.

[1]: https://deck-ci.apps.ci.l2s4.p1.openshiftapps.com/view/gcs/origin-ci-test/pr-logs/pull/openshift_release/9772/pull-ci-openshift-release-master-step-registry-shellcheck/1273670881133989888#1:build-log.txt%3A2
[2]: https://storage.googleapis.com/origin-ci-test/pr-logs/pull/openshift_release/9772/pull-ci-openshift-release-master-step-registry-shellcheck/1273670881133989888/build-log.txt
@openshift-ci-robot
Copy link
Contributor

@wking: PR needs rebase.

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

[APPROVALNOTIFIER] This PR is NOT APPROVED

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

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

@openshift-merge-robot
Copy link
Contributor

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

Test name Commit Details Rerun command
ci/build-farm/build01-dry 9a3d3d4 link /test build01-dry
ci/prow/generated-dashboards 9a3d3d4 link /test generated-dashboards
ci/prow/ordered-prow-config 9a3d3d4 link /test ordered-prow-config
ci/prow/owners 9a3d3d4 link /test owners
ci/prow/prow-config-filenames 9a3d3d4 link /test prow-config-filenames
ci/prow/services-dry 9a3d3d4 link /test services-dry
ci/prow/yamllint 9a3d3d4 link /test yamllint
ci/prow/prow-config 9a3d3d4 link /test prow-config
ci/prow/release-config 9a3d3d4 link /test release-config
ci/prow/step-registry-shellcheck 9a3d3d4 link /test step-registry-shellcheck
ci/build-farm/app-ci-config-dry 9a3d3d4 link /test app-ci-config-dry
ci/build-farm/build02-dry 9a3d3d4 link /test build02-dry
ci/prow/ci-operator-config-metadata 9a3d3d4 link /test ci-operator-config-metadata
ci/prow/config 9a3d3d4 link /test config
ci/prow/generated-config 9a3d3d4 link /test generated-config
ci/prow/step-registry-metadata 9a3d3d4 link /test step-registry-metadata
ci/prow/ci-operator-config 9a3d3d4 link /test ci-operator-config
ci/prow/ci-operator-registry 9a3d3d4 link /test ci-operator-registry
ci/build-farm/vsphere-dry 9a3d3d4 link /test vsphere-dry
ci/prow/core-dry 9a3d3d4 link /test core-dry
ci/prow/pj-rehearse 9a3d3d4 link /test pj-rehearse
ci/prow/correctly-sharded-config 9a3d3d4 link /test correctly-sharded-config
ci/prow/boskos-config 9a3d3d4 link /test boskos-config
ci/prow/release-controller-config 9a3d3d4 link /test release-controller-config
ci/prow/core-valid 9a3d3d4 link /test core-valid
ci/prow/services-valid 9a3d3d4 link /test services-valid
ci/prow/prow-config-semantics 9a3d3d4 link /test prow-config-semantics
ci/prow/boskos-config-generation 9a3d3d4 link /test boskos-config-generation
ci/prow/secret-generator-config-valid 9a3d3d4 link /test secret-generator-config-valid
ci/prow/deprecate-templates 9a3d3d4 link /test deprecate-templates

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

openshift-ci bot commented Jan 14, 2021

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

Test name Commit Details Rerun command
ci/prow/ci-secret-generator-config 9a3d3d4 link /test ci-secret-generator-config

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
Contributor

Issues go stale after 90d of inactivity.

Mark the issue as fresh by commenting /remove-lifecycle stale.
Stale issues rot after an additional 30d of inactivity and eventually close.
Exclude this issue from closing by commenting /lifecycle frozen.

If this issue is safe to close now please do so with /close.

/lifecycle stale

@openshift-ci-robot openshift-ci-robot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Apr 14, 2021
@openshift-bot
Copy link
Contributor

Stale issues rot after 30d of inactivity.

Mark the issue as fresh by commenting /remove-lifecycle rotten.
Rotten issues close after an additional 30d of inactivity.
Exclude this issue from closing by commenting /lifecycle frozen.

If this issue is safe to close now please do so with /close.

/lifecycle rotten
/remove-lifecycle stale

@openshift-ci openshift-ci bot added lifecycle/rotten Denotes an issue or PR that has aged beyond stale and will be auto-closed. and removed lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. labels May 14, 2021
@openshift-bot
Copy link
Contributor

Rotten issues close after 30d of inactivity.

Reopen the issue by commenting /reopen.
Mark the issue as fresh by commenting /remove-lifecycle rotten.
Exclude this issue from closing again by commenting /lifecycle frozen.

/close

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Jun 13, 2021

@openshift-bot: Closed this PR.

Details

In response to this:

Rotten issues close after 30d of inactivity.

Reopen the issue by commenting /reopen.
Mark the issue as fresh by commenting /remove-lifecycle rotten.
Exclude this issue from closing again by commenting /lifecycle frozen.

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

@openshift-ci openshift-ci bot closed this Jun 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

lifecycle/rotten Denotes an issue or PR that has aged beyond stale and will be auto-closed. needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants