This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
Repositories
Datasets
Forum
实训
竞赛
大数据
应用
Register
Sign In
OpenI
/
aiforge
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
128
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
Disable benchmarking during tag events on DroneIO (
#6365
)
tags/v1.9.0-rc1
techknowlogick
GitHub
6 years ago
parent
de4be7a2c2
commit
8ba29b61b7
1 changed files
with
35 additions
and
35 deletions
Split 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:
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:
image: golang:1.12
Write
Preview
Loading…
Cancel
Save