File tree Expand file tree Collapse file tree 2 files changed +0
-12
lines changed Expand file tree Collapse file tree 2 files changed +0
-12
lines changed Original file line number Diff line number Diff line change 19
19
# - chroot
20
20
21
21
integration_mysql :
22
- only :
23
- - main
24
- - /^[0-9].[0-9]$/
25
22
extends : [.mysql_job,.integration_job]
26
23
variables :
27
24
MYSQL_ROOT_PASSWORD : password
@@ -42,19 +39,13 @@ integration_mariadb_pr:
42
39
PIN_JUDGEDAEMON : 1
43
40
44
41
integration_mariadb :
45
- only :
46
- - main
47
- - /^[0-9].[0-9]$/
48
42
extends : [.mariadb_job,.phpsupported_job,.integration_job]
49
43
variables :
50
44
MYSQL_ROOT_PASSWORD : password
51
45
MARIADB_PORT_3306_TCP_ADDR : sqlserver
52
46
PIN_JUDGEDAEMON : 1
53
47
54
48
integration_unpinned_judgehost :
55
- only :
56
- - main
57
- - /^[0-9].[0-9]$/
58
49
extends : [.mariadb_job,.integration_job]
59
50
variables :
60
51
MYSQL_ROOT_PASSWORD : password
Original file line number Diff line number Diff line change @@ -51,9 +51,6 @@ run unit tests (PR):
51
51
extends : [.mariadb_job,.phpsupported_job_pr,.unit_job]
52
52
53
53
run unit tests (MySQL) :
54
- only :
55
- - main
56
- - /^[0-9].[0-9]$/
57
54
extends : [.mysql_job,.unit_job]
58
55
parallel :
59
56
matrix :
You can’t perform that action at this time.
0 commit comments