1
0
mirror of https://github.com/openshift/installer.git synced 2026-02-06 00:48:45 +01:00

.travis.yml: Prune moved-to-Prow tf-lint, etc.

These have moved into Prow presubmit jobs:

* Terraform lint: openshift/release@82e00346 (Prow: Add Terraform Lint
  to openshift/installer, 2018-08-06, openshift/release#1124).
* YAML lint: openshift/release@457be2cd (Added prow yaml-lint job
  description for installer repo, 2018-08-02, openshift/release#1138).
* ShellCheck: openshift/release@e12a7a06 (Prow: Add shellcheck to
  openshift/installer, 2018-08-08, openshift/release#1131).
* Terraform format: openshift/release@f67e06e4 (openshift installer:
  add terraform fmt, 2018-08-04, openshift/release#1152).
* Go vet: openshift/release@71afdcca (Added go-vet prow job,
  2018-08-14, openshift/release#1181).
* Building the tarball: openshift/release@42a5a0d0 (add
  openshift/installer 'bazel build tarball' test to prow, 2018-08-13,
  openshift/release#1178).
This commit is contained in:
W. Trevor King
2018-08-14 09:59:03 -07:00
parent 5ac7cfb476
commit 1765e93c8e

View File

@@ -12,20 +12,7 @@ branches:
jobs:
include:
- stage: Lint & Test
script: ./hack/tf-lint.sh
name: Terraform lint
- script: ./hack/yaml-lint.sh
name: YAML lint
- script: ./hack/shellcheck.sh
name: shellcheck
- script: ./hack/tf-fmt.sh
name: Terraform format
- script: ./hack/gotest.sh
script: ./hack/gotest.sh
name: Installer unit tests
- script: "docker run -v $PWD:/go/src/github.com/openshift/installer -w /go/src/github.com/openshift/installer quay.io/coreos/golang-testing go vet ./installer/..."
name: Go vet
- script: "docker run -v $PWD:$PWD -w $PWD quay.io/coreos/golang-testing golint -set_exit_status installer/..."
name: Go lint
- stage: Build
script: ./hack/test-bazel-build-tarball.sh
name: Build tarball