Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
varbase-3293696
Manage
Activity
Members
Labels
Plan
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Issue forks
varbase-3293696
Commits
1f38d1b3
Commit
1f38d1b3
authored
3 years ago
by
Rajab Natshah
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#3242196
: Have a better build and test with CircleCI with 4 concurrent jobs
parent
496cbd19
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.circleci/config.yml
+63
-6
63 additions, 6 deletions
.circleci/config.yml
with
63 additions
and
6 deletions
.circleci/config.yml
+
63
−
6
View file @
1f38d1b3
...
...
@@ -211,26 +211,83 @@ commands:
java -jar selenium-server-standalone-2.53.1.jar -port 4445
background
:
true
## Automated Functional Acceptance Testing - Step 1 init tests.
-
run
:
name
:
Automated Functional Acceptance Testing - Step 1 init tests
no_output_timeout
:
30m
command
:
|
cd /var/www/html/test/varbase/docroot/profiles/varbase
../../../bin/behat --strict --no-snippets -f pretty -o std tests/features/varbase/step1-init-tests/
jobs
:
automated-functional-acceptance-testing
:
varbase-testing-01-website-base-requirements
:
<<
:
*defaults
steps
:
-
varbase-build
## Automated Functional Acceptance Testing group - 01 website base requirements
-
run
:
name
:
Automated Functional Acceptance Testing group - 01 website base requirements
no_output_timeout
:
30m
command
:
|
cd /var/www/html/test/varbase/docroot/profiles/varbase
../../../bin/behat --strict --no-snippets -f pretty -o std tests/features/varbase/step2-apply-tests/01-website-base-requirements/
varbase-testing-02-user-management-03-admin-management
:
<<
:
*defaults
steps
:
-
varbase-build
## Automated Functional Acceptance Testing group - 02 user management - 03 admin management
-
run
:
name
:
Automated Functional Acceptance Testing group - 02 user management - 03 admin management
no_output_timeout
:
30m
command
:
|
cd /var/www/html/test/varbase/docroot/profiles/varbase
../../../bin/behat --strict --no-snippets -f pretty -o std tests/features/varbase/step2-apply-tests/02-user-management/
../../../bin/behat --strict --no-snippets -f pretty -o std tests/features/varbase/step2-apply-tests/03-admin-management/
varbase-testing-04-content-structure
:
<<
:
*defaults
steps
:
-
varbase-build
## Automated Functional Acceptance Testing group - 04 content structure
-
run
:
name
:
Automated Functional Acceptance Testing group - 04 content structure
no_output_timeout
:
30m
command
:
|
cd /var/www/html/test/varbase/docroot/profiles/varbase
../../../bin/behat --strict --no-snippets -f pretty -o std tests/features/varbase/step2-apply-tests/04-content-structure/
varbase-testing-05-content-management
:
<<
:
*defaults
steps
:
-
varbase-build
## Automated Functional Acceptance Testing
## Automated Functional Acceptance Testing
group - 05 content-management
-
run
:
name
:
Automated Functional Acceptance Testing
no_output_timeout
:
8
0m
name
:
Automated Functional Acceptance Testing
group - 05 content-management
no_output_timeout
:
3
0m
command
:
|
cd /var/www/html/test/varbase/docroot/profiles/varbase
../../../bin/behat --strict
--tags '~@cleanup'
--no-snippets -f pretty -o std tests/features/varbase/
../../../bin/behat --strict --no-snippets -f pretty -o std tests/features/varbase/
step2-apply-tests/05-content-management/
workflows
:
version
:
2
varbase-workflow
:
jobs
:
-
automated-functional-acceptance-testing
:
-
varbase-testing-01-website-base-requirements
:
filters
:
tags
:
only
:
/^9.*/
branches
:
only
:
/^9.0.x/
-
varbase-testing-02-user-management-03-admin-management
:
filters
:
tags
:
only
:
/^9.*/
branches
:
only
:
/^9.0.x/
-
varbase-testing-04-content-structure
:
filters
:
tags
:
only
:
/^9.*/
branches
:
only
:
/^9.0.x/
-
varbase-testing-05-content-management
:
filters
:
tags
:
only
:
/^9.*/
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