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
bc4118ec
Commit
bc4118ec
authored
5 years ago
by
Grzegorz Rola
Browse files
Options
Downloads
Plain Diff
Merge branch 'bugfix/tests-in-tags' into 'master'
Bugfix/tests in tags See merge request wpdesk/gitlab-ci!97
parents
8ac32245
db7c13e0
Branches
Branches containing commit
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.yml
+4
-0
4 additions, 0 deletions
includes/tests/codeception.yml
includes/tests/integration.yml
+16
-0
16 additions, 0 deletions
includes/tests/integration.yml
includes/tests/unit.yml
+4
-0
4 additions, 0 deletions
includes/tests/unit.yml
with
24 additions
and
0 deletions
includes/tests/codeception.yml
+
4
−
0
View file @
bc4118ec
...
...
@@ -82,6 +82,7 @@ codeception test:
refs
:
-
master
-
devel
-
tags
codeception test latest woocommerce
:
<<
:
*job-codeception-test-latest-woocommerce
...
...
@@ -89,6 +90,7 @@ codeception test latest woocommerce:
refs
:
-
master
-
devel
-
tags
codeception test manual
:
<<
:
*job-codeception-test
...
...
@@ -98,6 +100,7 @@ codeception test manual:
refs
:
-
master
-
devel
-
tags
variables
:
-
$DISABLE_CODECEPTION
...
...
@@ -109,5 +112,6 @@ codeception test latest woocommerce manual:
refs
:
-
master
-
devel
-
tags
variables
:
-
$DISABLE_CODECEPTION
This diff is collapsed.
Click to expand it.
includes/tests/integration.yml
+
16
−
0
View file @
bc4118ec
...
...
@@ -121,6 +121,7 @@ integration test lastest:
refs
:
-
master
-
devel
-
tags
integration test lastest coverage
:
<<
:
*integration_test_lastest_coverage
...
...
@@ -128,6 +129,7 @@ integration test lastest coverage:
refs
:
-
master
-
devel
-
tags
integration test php7-1 wc-1
:
<<
:
*integration_test_php7-1_wc-1
...
...
@@ -135,6 +137,7 @@ integration test php7-1 wc-1:
refs
:
-
master
-
devel
-
tags
integration test php7 wc-2
:
<<
:
*integration_test_php7_wc-2
...
...
@@ -142,6 +145,7 @@ integration test php7 wc-2:
refs
:
-
master
-
devel
-
tags
integration test php-7 wc-3
:
<<
:
*integration_test_php-7_wc-3
...
...
@@ -149,6 +153,7 @@ integration test php-7 wc-3:
refs
:
-
master
-
devel
-
tags
integration test php5-6
:
<<
:
*integration_test_php5-6
...
...
@@ -156,6 +161,7 @@ integration test php5-6:
refs
:
-
master
-
devel
-
tags
integration test php5-5
:
<<
:
*integration_test_php5-5
...
...
@@ -163,6 +169,7 @@ integration test php5-5:
refs
:
-
master
-
devel
-
tags
integration test current woocommerce
:
<<
:
*integration_test_current_woocommerce
...
...
@@ -170,6 +177,7 @@ integration test current woocommerce:
refs
:
-
master
-
devel
-
tags
integration test lastest manual
:
<<
:
*integration_test_lastest
...
...
@@ -179,6 +187,7 @@ integration test lastest manual:
refs
:
-
master
-
devel
-
tags
variables
:
-
$DISABLE_INTEGRATION_TESTS
...
...
@@ -190,6 +199,7 @@ integration test lastest coverage manual:
refs
:
-
master
-
devel
-
tags
variables
:
-
$DISABLE_INTEGRATION_TESTS
...
...
@@ -201,6 +211,7 @@ integration test php7-1 wc-1 manual:
refs
:
-
master
-
devel
-
tags
variables
:
-
$DISABLE_INTEGRATION_TESTS
...
...
@@ -212,6 +223,7 @@ integration test php7 wc-2 manual:
refs
:
-
master
-
devel
-
tags
variables
:
-
$DISABLE_INTEGRATION_TESTS
...
...
@@ -223,6 +235,7 @@ integration test php-7 wc-3 manual:
refs
:
-
master
-
devel
-
tags
variables
:
-
$DISABLE_INTEGRATION_TESTS
...
...
@@ -234,6 +247,7 @@ integration test php5-6 manual:
refs
:
-
master
-
devel
-
tags
variables
:
-
$DISABLE_INTEGRATION_TESTS
...
...
@@ -245,6 +259,7 @@ integration test php5-5 manual:
refs
:
-
master
-
devel
-
tags
variables
:
-
$DISABLE_PHP_5_5
-
$DISABLE_INTEGRATION_TESTS
...
...
@@ -257,5 +272,6 @@ integration test current woocommerce manual:
refs
:
-
master
-
devel
-
tags
variables
:
-
$DISABLE_INTEGRATION_TESTS
This diff is collapsed.
Click to expand it.
includes/tests/unit.yml
+
4
−
0
View file @
bc4118ec
...
...
@@ -44,6 +44,7 @@ unit test lastest:
refs
:
-
master
-
devel
-
tags
unit test lastest coverage
:
<<
:
*job-test-unit-template
...
...
@@ -52,6 +53,7 @@ unit test lastest coverage:
refs
:
-
master
-
devel
-
tags
unit test lastest manual
:
<<
:
*job-test-unit-template-fast
...
...
@@ -62,6 +64,7 @@ unit test lastest manual:
refs
:
-
master
-
devel
-
tags
variables
:
-
$DISABLE_COVERAGE
...
...
@@ -74,5 +77,6 @@ unit test lastest coverage manual:
refs
:
-
master
-
devel
-
tags
variables
:
-
$DISABLE_COVERAGE
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