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
916910ea
Commit
916910ea
authored
4 years ago
by
Grzegorz Rola
Browse files
Options
Downloads
Patches
Plain Diff
bugfix(codeception): parallel tests execution - fixed template
parent
7b157901
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
includes/tests/codeception-parallel.yml
+4
-4
4 additions, 4 deletions
includes/tests/codeception-parallel.yml
with
4 additions
and
4 deletions
includes/tests/codeception-parallel.yml
+
4
−
4
View file @
916910ea
...
@@ -90,22 +90,22 @@
...
@@ -90,22 +90,22 @@
-
'
curl
-X
POST
--data-urlencode
"payload={\"text\":
\"Testy
projektu
<https://gitlab.com/wpdesk/${CI_PROJECT_NAME}|${CI_PROJECT_NAME}>
zostały
wykonane.
<https://wpdesk.gitlab.io/-/${CI_PROJECT_NAME}/-/jobs/${CI_JOB_ID}/artifacts/tests/codeception/tests/_output/records.html|Zapis
testu>\",
}"
https://hooks.slack.com/services/${SLACK_AUTH}'
-
'
curl
-X
POST
--data-urlencode
"payload={\"text\":
\"Testy
projektu
<https://gitlab.com/wpdesk/${CI_PROJECT_NAME}|${CI_PROJECT_NAME}>
zostały
wykonane.
<https://wpdesk.gitlab.io/-/${CI_PROJECT_NAME}/-/jobs/${CI_JOB_ID}/artifacts/tests/codeception/tests/_output/records.html|Zapis
testu>\",
}"
https://hooks.slack.com/services/${SLACK_AUTH}'
codeception test 1
:
codeception test 1
:
<<
:
*job-codeception-test-parallel
<<
:
*job-codeception-test-parallel
-auto
before_script
:
before_script
:
-
export PARALLEL_JOB=1
-
export PARALLEL_JOB=1
codeception test 2
:
codeception test 2
:
<<
:
*job-codeception-test-parallel
<<
:
*job-codeception-test-parallel
-auto
before_script
:
before_script
:
-
export PARALLEL_JOB=2
-
export PARALLEL_JOB=2
codeception test 3
:
codeception test 3
:
<<
:
*job-codeception-test-parallel
<<
:
*job-codeception-test-parallel
-auto
before_script
:
before_script
:
-
export PARALLEL_JOB=3
-
export PARALLEL_JOB=3
codeception test 4
:
codeception test 4
:
<<
:
*job-codeception-test-parallel
<<
:
*job-codeception-test-parallel
-auto
before_script
:
before_script
:
-
export PARALLEL_JOB=4
-
export PARALLEL_JOB=4
...
...
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