Skip to content

Commit 3934d9c

Browse files
Disable benchmarking during tag events on DroneIO (#6365) (#6366)
1 parent 6a6656a commit 3934d9c

File tree

1 file changed

+35
-35
lines changed

1 file changed

+35
-35
lines changed

.drone.yml

Lines changed: 35 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -211,41 +211,41 @@ pipeline:
211211
when:
212212
event: [ push, tag, pull_request ]
213213

214-
bench-sqlite:
215-
image: golang:1.12
216-
pull: true
217-
group: bench
218-
commands:
219-
- make bench-sqlite
220-
when:
221-
event: [ tag ]
222-
223-
bench-mysql:
224-
image: golang:1.12
225-
pull: true
226-
group: bench
227-
commands:
228-
- make bench-mysql
229-
when:
230-
event: [ tag ]
231-
232-
bench-mssql:
233-
image: golang:1.12
234-
pull: true
235-
group: bench
236-
commands:
237-
- make bench-mssql
238-
when:
239-
event: [ tag ]
240-
241-
bench-pgsql:
242-
image: golang:1.12
243-
pull: true
244-
group: bench
245-
commands:
246-
- make bench-pgsql
247-
when:
248-
event: [ tag ]
214+
# bench-sqlite:
215+
# image: golang:1.12
216+
# pull: true
217+
# group: bench
218+
# commands:
219+
# - make bench-sqlite
220+
# when:
221+
# event: [ tag ]
222+
223+
# bench-mysql:
224+
# image: golang:1.12
225+
# pull: true
226+
# group: bench
227+
# commands:
228+
# - make bench-mysql
229+
# when:
230+
# event: [ tag ]
231+
232+
# bench-mssql:
233+
# image: golang:1.12
234+
# pull: true
235+
# group: bench
236+
# commands:
237+
# - make bench-mssql
238+
# when:
239+
# event: [ tag ]
240+
241+
# bench-pgsql:
242+
# image: golang:1.12
243+
# pull: true
244+
# group: bench
245+
# commands:
246+
# - make bench-pgsql
247+
# when:
248+
# event: [ tag ]
249249

250250
generate-coverage:
251251
image: golang:1.12

0 commit comments

Comments
 (0)