Skip to content

Commit e3813dc

Browse files
committed
Test with all jobs which use MySQL
1 parent e52895f commit e3813dc

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

gitlab/ci/integration.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@
1919
# - chroot
2020

2121
integration_mysql:
22-
only:
23-
- main
24-
- /^[0-9].[0-9]$/
2522
extends: [.mysql_job,.integration_job]
2623
variables:
2724
MYSQL_ROOT_PASSWORD: password
@@ -42,19 +39,13 @@ integration_mariadb_pr:
4239
PIN_JUDGEDAEMON: 1
4340

4441
integration_mariadb:
45-
only:
46-
- main
47-
- /^[0-9].[0-9]$/
4842
extends: [.mariadb_job,.phpsupported_job,.integration_job]
4943
variables:
5044
MYSQL_ROOT_PASSWORD: password
5145
MARIADB_PORT_3306_TCP_ADDR: sqlserver
5246
PIN_JUDGEDAEMON: 1
5347

5448
integration_unpinned_judgehost:
55-
only:
56-
- main
57-
- /^[0-9].[0-9]$/
5849
extends: [.mariadb_job,.integration_job]
5950
variables:
6051
MYSQL_ROOT_PASSWORD: password

gitlab/ci/unit.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,6 @@ run unit tests (PR):
5151
extends: [.mariadb_job,.phpsupported_job_pr,.unit_job]
5252

5353
run unit tests (MySQL):
54-
only:
55-
- main
56-
- /^[0-9].[0-9]$/
5754
extends: [.mysql_job,.unit_job]
5855
parallel:
5956
matrix:

0 commit comments

Comments
 (0)