43
43
depends_on : [deps-frontend]
44
44
45
45
- name : lint-backend
46
- image : gitea/test_env:linux-amd64 # https://gitea.com/gitea/test-env
46
+ image : gitea/test_env:linux-1.19- amd64 # https://gitea.com/gitea/test-env
47
47
pull : always
48
48
commands :
49
49
- make lint-backend
57
57
path : /go
58
58
59
59
- name : lint-backend-windows
60
- image : gitea/test_env:linux-amd64 # https://gitea.com/gitea/test-env
60
+ image : gitea/test_env:linux-1.19- amd64 # https://gitea.com/gitea/test-env
61
61
commands :
62
62
- make golangci-lint-windows vet
63
63
environment :
72
72
path : /go
73
73
74
74
- name : lint-backend-gogit
75
- image : gitea/test_env:linux-amd64 # https://gitea.com/gitea/test-env
75
+ image : gitea/test_env:linux-1.19- amd64 # https://gitea.com/gitea/test-env
76
76
commands :
77
77
- make lint-backend
78
78
environment :
@@ -264,13 +264,13 @@ steps:
264
264
- git update-ref refs/heads/tag_test ${DRONE_COMMIT_SHA}
265
265
266
266
- name : prepare-test-env
267
- image : gitea/test_env:linux-amd64 # https://gitea.com/gitea/test-env
267
+ image : gitea/test_env:linux-1.19- amd64 # https://gitea.com/gitea/test-env
268
268
pull : always
269
269
commands :
270
270
- ./build/test-env-prepare.sh
271
271
272
272
- name : build
273
- image : gitea/test_env:linux-amd64 # https://gitea.com/gitea/test-env
273
+ image : gitea/test_env:linux-1.19- amd64 # https://gitea.com/gitea/test-env
274
274
user : gitea
275
275
commands :
276
276
- ./build/test-env-check.sh
@@ -285,7 +285,7 @@ steps:
285
285
path : /go
286
286
287
287
- name : unit-test
288
- image : gitea/test_env:linux-amd64 # https://gitea.com/gitea/test-env
288
+ image : gitea/test_env:linux-1.19- amd64 # https://gitea.com/gitea/test-env
289
289
user : gitea
290
290
commands :
291
291
- make unit-test-coverage test-check
@@ -301,7 +301,7 @@ steps:
301
301
path : /go
302
302
303
303
- name : unit-test-gogit
304
- image : gitea/test_env:linux-amd64 # https://gitea.com/gitea/test-env
304
+ image : gitea/test_env:linux-1.19- amd64 # https://gitea.com/gitea/test-env
305
305
user : gitea
306
306
commands :
307
307
- make unit-test-coverage test-check
@@ -317,7 +317,7 @@ steps:
317
317
path : /go
318
318
319
319
- name : test-mysql
320
- image : gitea/test_env:linux-amd64 # https://gitea.com/gitea/test-env
320
+ image : gitea/test_env:linux-1.19- amd64 # https://gitea.com/gitea/test-env
321
321
user : gitea
322
322
commands :
323
323
- make test-mysql-migration integration-test-coverage
@@ -334,7 +334,7 @@ steps:
334
334
path : /go
335
335
336
336
- name : test-mysql8
337
- image : gitea/test_env:linux-amd64 # https://gitea.com/gitea/test-env
337
+ image : gitea/test_env:linux-1.19- amd64 # https://gitea.com/gitea/test-env
338
338
user : gitea
339
339
commands :
340
340
- timeout -s ABRT 50m make test-mysql8-migration test-mysql8
@@ -350,7 +350,7 @@ steps:
350
350
path : /go
351
351
352
352
- name : test-mssql
353
- image : gitea/test_env:linux-amd64 # https://gitea.com/gitea/test-env
353
+ image : gitea/test_env:linux-1.19- amd64 # https://gitea.com/gitea/test-env
354
354
user : gitea
355
355
commands :
356
356
- make test-mssql-migration test-mssql
@@ -454,13 +454,13 @@ steps:
454
454
path : /go
455
455
456
456
- name : prepare-test-env
457
- image : gitea/test_env:linux-arm64 # https://gitea.com/gitea/test-env
457
+ image : gitea/test_env:linux-1.19- arm64 # https://gitea.com/gitea/test-env
458
458
pull : always
459
459
commands :
460
460
- ./build/test-env-prepare.sh
461
461
462
462
- name : build
463
- image : gitea/test_env:linux-arm64 # https://gitea.com/gitea/test-env
463
+ image : gitea/test_env:linux-1.19- arm64 # https://gitea.com/gitea/test-env
464
464
user : gitea
465
465
commands :
466
466
- ./build/test-env-check.sh
@@ -475,7 +475,7 @@ steps:
475
475
path : /go
476
476
477
477
- name : test-sqlite
478
- image : gitea/test_env:linux-arm64 # https://gitea.com/gitea/test-env
478
+ image : gitea/test_env:linux-1.19- arm64 # https://gitea.com/gitea/test-env
479
479
user : gitea
480
480
commands :
481
481
- timeout -s ABRT 50m make test-sqlite-migration test-sqlite
@@ -491,7 +491,7 @@ steps:
491
491
path : /go
492
492
493
493
- name : test-pgsql
494
- image : gitea/test_env:linux-arm64 # https://gitea.com/gitea/test-env
494
+ image : gitea/test_env:linux-1.19- arm64 # https://gitea.com/gitea/test-env
495
495
user : gitea
496
496
commands :
497
497
- timeout -s ABRT 50m make test-pgsql-migration test-pgsql
0 commit comments