Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
gitlab-ci
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
wpdesk
gitlab-ci
Commits
eee715c8
Commit
eee715c8
authored
1 year ago
by
Grzegorz Rola
Browse files
Options
Downloads
Patches
Plain Diff
feature(mysql): disable bin logs
parent
e01d9805
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
gitlab-ci-1.2.yml
+1
-1
1 addition, 1 deletion
gitlab-ci-1.2.yml
gitlab-ci-free.yml
+1
-2
1 addition, 2 deletions
gitlab-ci-free.yml
includes/tests/codeception-parallel.yml
+3
-3
3 additions, 3 deletions
includes/tests/codeception-parallel.yml
with
5 additions
and
6 deletions
gitlab-ci-1.2.yml
+
1
−
1
View file @
eee715c8
...
@@ -26,7 +26,7 @@ stages:
...
@@ -26,7 +26,7 @@ stages:
include
:
include
:
-
project
:
'
wpdesk/gitlab-ci'
-
project
:
'
wpdesk/gitlab-ci'
ref
:
'
master
'
ref
:
'
feature/mysql-bin-logs
'
file
:
file
:
-
'
/includes/prepare.yml'
-
'
/includes/prepare.yml'
-
'
/includes/translations.yml'
-
'
/includes/translations.yml'
...
...
This diff is collapsed.
Click to expand it.
gitlab-ci-free.yml
+
1
−
2
View file @
eee715c8
include
:
include
:
-
project
:
'
wpdesk/gitlab-ci'
-
project
:
'
wpdesk/gitlab-ci'
ref
:
'
master
'
ref
:
'
feature/mysql-bin-logs
'
file
:
'
/gitlab-ci-1.2.yml'
file
:
'
/gitlab-ci-1.2.yml'
deploy to repository
:
deploy to repository
:
...
@@ -22,4 +22,3 @@ update wpdesk plugins database:
...
@@ -22,4 +22,3 @@ update wpdesk plugins database:
upload translations to repo
:
upload translations to repo
:
when
:
delayed
when
:
delayed
start_in
:
30 minutes
start_in
:
30 minutes
This diff is collapsed.
Click to expand it.
includes/tests/codeception-parallel.yml
+
3
−
3
View file @
eee715c8
...
@@ -24,7 +24,7 @@ prepare codeception parallel:
...
@@ -24,7 +24,7 @@ prepare codeception parallel:
services
:
services
:
-
name
:
mysql:5.6
-
name
:
mysql:5.6
alias
:
mysqltests
alias
:
mysqltests
command
:
[
--max-allowed-packet=67108864
]
command
:
[
--max-allowed-packet=67108864
,
--skip-log-bin
]
-
name
:
wpdesknet/wordpress:52
-
name
:
wpdesknet/wordpress:52
alias
:
wootests
alias
:
wootests
artifacts
:
artifacts
:
...
@@ -89,7 +89,7 @@ prepare codeception parallel:
...
@@ -89,7 +89,7 @@ prepare codeception parallel:
services
:
services
:
-
name
:
mysql:5.6
-
name
:
mysql:5.6
alias
:
mysqltests
alias
:
mysqltests
command
:
[
--max-allowed-packet=67108864
]
command
:
[
--max-allowed-packet=67108864
,
--skip-log-bin
]
-
name
:
wpdesknet/wordpress:52
-
name
:
wpdesknet/wordpress:52
alias
:
wootests
alias
:
wootests
-
name
:
selenium/standalone-chrome:latest
-
name
:
selenium/standalone-chrome:latest
...
@@ -158,6 +158,7 @@ prepare codeception parallel:
...
@@ -158,6 +158,7 @@ prepare codeception parallel:
services
:
services
:
-
name
:
mysql:5.6
-
name
:
mysql:5.6
alias
:
mysqltests
alias
:
mysqltests
command
:
[
--max-allowed-packet=67108864
,
--skip-log-bin
]
-
name
:
wpdesknet/wordpress:52
-
name
:
wpdesknet/wordpress:52
alias
:
wootests
alias
:
wootests
-
name
:
selenium/standalone-chrome:latest
-
name
:
selenium/standalone-chrome:latest
...
@@ -204,4 +205,3 @@ codeception code coverage manual:
...
@@ -204,4 +205,3 @@ codeception code coverage manual:
<<
:
*job-codeception-coverage
<<
:
*job-codeception-coverage
when
:
manual
when
:
manual
allow_failure
:
true
allow_failure
:
true
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment