From 19c01a0b1c64c578bd6f2ad960715c0b94f0cb22 Mon Sep 17 00:00:00 2001 From: Rajab Natshah <rajabn@gmail.com> Date: Tue, 2 Feb 2021 12:06:31 +0200 Subject: [PATCH] Issue #3194401: Switch to CircleCI as the default automated testing platform --- .circleci/config.yml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 066b801f..f3800006 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -161,12 +161,11 @@ jobs: drush config-set system.performance js.preprocess 0 --yes drush config-set system.logging error_level all --yes drush cr - varbase-testings: + varbase-testing: resource_class: small executor: varbase-build parallelism: 4 steps: - - varbase-setup ## Automated Functional Acceptance Testing group - 01 website base requirements - run: name: Automated Functional Acceptance Testing group - 01 website base requirements @@ -209,6 +208,9 @@ jobs: behat --strict --no-snippets -f pretty -o std tests/features/varbase/step2-apply-tests/05-content-management/ workflows: - build: - jobs: - - varbase-testings + jobs: + varbase-workflow: + - varbase-setup + - varbase-testing: + requires: + - varbase-setup -- GitLab