Skip to content

Commit

Permalink
.travis.yml: Prune moved-to-Prow tf-lint, etc.
Browse files Browse the repository at this point in the history
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).
  • Loading branch information
wking committed Aug 14, 2018
1 parent 5ac7cfb commit 1765e93
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 1765e93

Please sign in to comment.