Skip to content

use origin-release images for tooling #40

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

Merged
merged 4 commits into from
Sep 10, 2018
Merged

use origin-release images for tooling #40

merged 4 commits into from
Sep 10, 2018

Conversation

paulfantom
Copy link

Use redhat tooling image

@openshift-ci-robot openshift-ci-robot added size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. approved Indicates a PR has been approved by an approver from all required OWNERS files. labels Sep 10, 2018
@openshift-ci-robot openshift-ci-robot added size/S Denotes a PR that changes 10-29 lines, ignoring generated files. and removed size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Sep 10, 2018
@openshift-ci-robot
Copy link

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

Test name Commit Details Rerun command
ci/prow/go-vet d72b9e2 link /test go-vet
ci/prow/golint d72b9e2 link /test golint

Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR.

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.

@@ -56,7 +56,7 @@ integration:
go test -v sigs.k8s.io/cluster-api-provider-aws/test/integration

fmt:
hack/verify-gofmt.sh
hack/go-fmt.sh .

Choose a reason for hiding this comment

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

Is go-fmt different to go-vet w.r.t. passing ./.... One does, the other doesn't. Curious as to why.

Copy link
Author

Choose a reason for hiding this comment

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

No idea, that's how installer runs it.
All those scripts are created by guys from installer team, we just copy-pasted them.

Copy link
Member

Choose a reason for hiding this comment

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

@@ -9,7 +9,6 @@ else
--env IS_CONTAINER=TRUE \
--volume "${PWD}:/go/src/sigs.k8s.io/cluster-api-provider-aws:z" \
--workdir /go/src/sigs.k8s.io/cluster-api-provider-aws \
--entrypoint sh \
quay.io/coreos/golang-testing \
openshift/origin-release:golang-1.10 \
./hack/go-fmt.sh "${@}"

Choose a reason for hiding this comment

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

Why ${@} and not just "$@"?

Copy link
Author

Choose a reason for hiding this comment

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

ShellCheck says that both are valid.

@enxebre
Copy link
Member

enxebre commented Sep 10, 2018

/lgmt

@enxebre
Copy link
Member

enxebre commented Sep 10, 2018

/lgtm

@openshift-ci-robot openshift-ci-robot added the lgtm Indicates that a PR is ready to be merged. label Sep 10, 2018
@openshift-ci-robot
Copy link

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: enxebre, paulfantom

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

@paulfantom paulfantom merged commit bc2801f into master Sep 10, 2018
@paulfantom paulfantom deleted the tooling_images branch September 10, 2018 16:37
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. lgtm Indicates that a PR is ready to be merged. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants