Merge pull request #224 from codysoyland/ci-fixes

CI fixes: quote TESTFLAGS and fix stable release filter
This commit is contained in:
Cody Soyland 2020-04-01 09:41:38 -05:00 committed by GitHub
commit 1284791d22
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -49,7 +49,7 @@ jobs:
- attach_workspace:
at: .
- add-github-auth
- run: curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sudo sh -s -- -b /usr/local/bin v1.24.0
- run: curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sudo sh -s -- -b /usr/local/bin v1.23.8
- run: make golangci-lint
test-build-arm:
executor:
@ -84,7 +84,9 @@ jobs:
at: .
- add-github-auth
- run: sudo apt-get install lsof
- run: make test SHARD_WIDTH=<< parameters.shard_width >> TESTFLAGS=<< parameters.test_flags >> GOARCH=<< parameters.goarch >>
- run:
command: make test SHARD_WIDTH=<< parameters.shard_width >> TESTFLAGS="<< parameters.test_flags >>" GOARCH=<< parameters.goarch >>
no_output_timeout: 30m
cluster-tests:
executor:
name: golang
@ -217,7 +219,7 @@ workflows:
- test-golang-1.14
filters:
branches:
only: enterprise
ignore: /.*/
tags:
only: /^v.*/
- dockerhub-upload: