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
707f8c0b
Commit
707f8c0b
authored
3 years ago
by
Grzegorz Rola
Browse files
Options
Downloads
Patches
Plain Diff
feature(codeception): mysql max-allowed-packet
parent
472cc66d
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
includes/tests/codeception-parallel.yml
+1
-0
1 addition, 0 deletions
includes/tests/codeception-parallel.yml
includes/tests/codeception-smoke.yml
+1
-0
1 addition, 0 deletions
includes/tests/codeception-smoke.yml
includes/tests/codeception.yml
+1
-0
1 addition, 0 deletions
includes/tests/codeception.yml
with
3 additions
and
0 deletions
includes/tests/codeception-parallel.yml
+
1
−
0
View file @
707f8c0b
...
@@ -17,6 +17,7 @@
...
@@ -17,6 +17,7 @@
services
:
services
:
-
name
:
mysql:5.6
-
name
:
mysql:5.6
alias
:
mysqltests
alias
:
mysqltests
command
:
[
--max-allowed-packet=67108864
]
-
name
:
wpdesknet/wordpress:52
-
name
:
wpdesknet/wordpress:52
alias
:
wootests
alias
:
wootests
-
name
:
selenium/standalone-chrome:latest
-
name
:
selenium/standalone-chrome:latest
...
...
This diff is collapsed.
Click to expand it.
includes/tests/codeception-smoke.yml
+
1
−
0
View file @
707f8c0b
...
@@ -15,6 +15,7 @@
...
@@ -15,6 +15,7 @@
services
:
services
:
-
name
:
mysql:5.6
-
name
:
mysql:5.6
alias
:
mysqltests
alias
:
mysqltests
command
:
[
--max-allowed-packet=67108864
]
-
name
:
wpdesknet/wordpress:52
-
name
:
wpdesknet/wordpress:52
alias
:
wootests
alias
:
wootests
-
name
:
selenium/standalone-chrome:latest
-
name
:
selenium/standalone-chrome:latest
...
...
This diff is collapsed.
Click to expand it.
includes/tests/codeception.yml
+
1
−
0
View file @
707f8c0b
...
@@ -14,6 +14,7 @@
...
@@ -14,6 +14,7 @@
services
:
services
:
-
name
:
mysql:5.6
-
name
:
mysql:5.6
alias
:
mysqltests
alias
:
mysqltests
command
:
[
--max-allowed-packet=67108864
]
-
name
:
wpdesknet/wordpress:52
-
name
:
wpdesknet/wordpress:52
alias
:
wootests
alias
:
wootests
-
name
:
selenium/standalone-chrome:latest
-
name
:
selenium/standalone-chrome:latest
...
...
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