Disable benchmarking during tag events on DroneIO (#6365)

This commit is contained in:
techknowlogick 2019-03-19 02:24:55 -04:00 committed by GitHub
parent b34996a629
commit 99d919e83a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 32 additions and 32 deletions

View File

@ -211,41 +211,41 @@ pipeline:
when: when:
event: [ push, tag, pull_request ] event: [ push, tag, pull_request ]
bench-sqlite: # bench-sqlite:
image: golang:1.12 # image: golang:1.12
pull: true # pull: true
group: bench # group: bench
commands: # commands:
- make bench-sqlite # - make bench-sqlite
when: # when:
event: [ tag ] # event: [ tag ]
bench-mysql: # bench-mysql:
image: golang:1.12 # image: golang:1.12
pull: true # pull: true
group: bench # group: bench
commands: # commands:
- make bench-mysql # - make bench-mysql
when: # when:
event: [ tag ] # event: [ tag ]
bench-mssql: # bench-mssql:
image: golang:1.12 # image: golang:1.12
pull: true # pull: true
group: bench # group: bench
commands: # commands:
- make bench-mssql # - make bench-mssql
when: # when:
event: [ tag ] # event: [ tag ]
bench-pgsql: # bench-pgsql:
image: golang:1.12 # image: golang:1.12
pull: true # pull: true
group: bench # group: bench
commands: # commands:
- make bench-pgsql # - make bench-pgsql
when: # when:
event: [ tag ] # event: [ tag ]
generate-coverage: generate-coverage:
image: golang:1.12 image: golang:1.12