Skip to content
Snippets Groups Projects
Commit 23b7309c authored by Rajab Natshah's avatar Rajab Natshah
Browse files

Issue #3194401: Switch to CircleCI as the default automated testing platform

parent d3948980
No related branches found
No related tags found
No related merge requests found
...@@ -21,7 +21,7 @@ executors: ...@@ -21,7 +21,7 @@ executors:
working_directory: /var/www/html/varbase/docroot working_directory: /var/www/html/varbase/docroot
jobs: jobs:
setup: varbase-setup:
resource_class: small resource_class: small
executor: varbase-build executor: varbase-build
steps: steps:
...@@ -161,11 +161,12 @@ jobs: ...@@ -161,11 +161,12 @@ jobs:
drush config-set system.performance js.preprocess 0 --yes drush config-set system.performance js.preprocess 0 --yes
drush config-set system.logging error_level all --yes drush config-set system.logging error_level all --yes
drush cr drush cr
test: varbase-testings:
resource_class: small resource_class: small
executor: varbase-build executor: varbase-build
parallelism: 4 parallelism: 4
steps: steps:
- varbase-setup
## Automated Functional Acceptance Testing group - 01 website base requirements ## Automated Functional Acceptance Testing group - 01 website base requirements
- run: - run:
name: Automated Functional Acceptance Testing group - 01 website base requirements name: Automated Functional Acceptance Testing group - 01 website base requirements
...@@ -210,7 +211,4 @@ jobs: ...@@ -210,7 +211,4 @@ jobs:
workflows: workflows:
build: build:
jobs: jobs:
- setup - varbase-testings
- test:
requires:
- setup
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment