This website works better with JavaScript.
Home
Explore
Help
Sign In
closed-social
/
gitea
Watch
3
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Disable benchmarking during tag events on DroneIO (
#6365
)
for-closed-social
techknowlogick
5 years ago
committed by
GitHub
parent
b34996a629
commit
99d919e83a
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
1 changed files
with
35 additions
and
35 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+35
-35
.drone.yml
+ 35
- 35
.drone.yml
View File
@ -211,41 +211,41 @@ pipeline:
when:
when:
event
:
[
push, tag, pull_request ]
event
:
[
push, tag, pull_request ]
bench-sqlite:
image
:
golang:1.12
pull
:
true
group
:
bench
commands:
-
make bench-sqlite
when:
event
:
[
tag ]
bench-mysql:
image
:
golang:1.12
pull
:
true
group
:
bench
commands:
-
make bench-mysql
when:
event
:
[
tag ]
bench-mssql:
image
:
golang:1.12
pull
:
true
group
:
bench
commands:
-
make bench-mssql
when:
event
:
[
tag ]
bench-pgsql:
image
:
golang:1.12
pull
:
true
group
:
bench
commands:
-
make bench-pgsql
when:
event
:
[
tag ]
#
bench-sqlite:
# image:
golang:1.12
# pull:
true
# group:
bench
#
commands:
# -
make bench-sqlite
#
when:
# event: [
tag ]
#
bench-mysql:
# image:
golang:1.12
# pull:
true
# group:
bench
#
commands:
# -
make bench-mysql
#
when:
# event: [
tag ]
#
bench-mssql:
# image:
golang:1.12
# pull:
true
# group:
bench
#
commands:
# -
make bench-mssql
#
when:
# event: [
tag ]
#
bench-pgsql:
# image:
golang:1.12
# pull:
true
# group:
bench
#
commands:
# -
make bench-pgsql
#
when:
# event: [
tag ]
generate-coverage:
generate-coverage:
image
:
golang:1.12
image
:
golang:1.12
Write
Preview
Loading…
Cancel
Save