mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-07 09:05:55 +00:00
Merge pull request #224 from codysoyland/ci-fixes
CI fixes: quote TESTFLAGS and fix stable release filter
This commit is contained in:
commit
1284791d22
1 changed files with 5 additions and 3 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue