We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3977fda commit 71afdccCopy full SHA for 71afdcc
ci-operator/jobs/openshift/installer/openshift-installer-presubmits.yaml
@@ -172,3 +172,23 @@ presubmits:
172
- sh
173
args:
174
- ./hack/test-bazel-build-tarball.sh
175
+
176
+ - name: ci-pull-openshift-installer-go-vet
177
+ trigger: "(?m)^/test go-vet"
178
+ rerun_command: "/test go-vet"
179
+ context: ci/prow/go-vet
180
+ always_run: true
181
+ skip_report: false
182
+ agent: kubernetes
183
+ decorate: true
184
+ spec:
185
+ containers:
186
+ - image: quay.io/coreos/golang-testing
187
+ env:
188
+ - name: IS_CONTAINER
189
+ value: 'TRUE'
190
+ command:
191
+ - sh
192
+ args:
193
+ - ./hack/go-vet.sh
194
+ - ./...
0 commit comments