From 26909e7e16df6f7d34d7fc69d7b7095fe516d336 Mon Sep 17 00:00:00 2001 From: DuttonMa Date: Thu, 29 Jun 2023 11:55:19 +0100 Subject: [PATCH 1/2] rerun edge build --- .circleci/config.yml | 49 +++----------------------------------------- 1 file changed, 3 insertions(+), 46 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 26bf3d509..7b93f65c8 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -330,52 +330,9 @@ jobs: workflows: version: 2 - build-test-deploy: - jobs: - - build - - unity_base_checks: - requires: - - build - - coding_standards: - requires: - - build - - deprecated_code: - requires: - - build - - check_illegal_updates: - requires: - - build - - # A nightly build of the project, using all dof-dss packages at HEAD from development branch. nightly-edge-build: - when: - and: - - not: - equal: [ "https://github.com/dof-dss/unity_base", << pipeline.project.git_url >> ] - triggers: - - schedule: - # At 00:30 Monday to Friday - cron: "30 0 * * 1-5" - filters: - branches: - only: - - development jobs: - edge_build - - # A nightly deploy or re-deploy of the edge site after the git branch has been created in nightly-edge-build. - nightly-edge-build-post-build-tasks: - when: - and: - - not: - equal: [ "https://github.com/dof-dss/unity_base", << pipeline.project.git_url >> ] - triggers: - - schedule: - # At 01:23 Monday to Friday - cron: "55 1 * * 1-5" - filters: - branches: - only: - - edge - jobs: - - sync_data + - sync_data: + requires: + - edge_build From 217974ac593a0a2ce4e3e0a6157c193d6cf03eca Mon Sep 17 00:00:00 2001 From: DuttonMa Date: Thu, 29 Jun 2023 13:09:00 +0100 Subject: [PATCH 2/2] only run sync --- .circleci/config.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 7b93f65c8..4208a0acf 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -332,7 +332,4 @@ workflows: version: 2 nightly-edge-build: jobs: - - edge_build - - sync_data: - requires: - - edge_build + - sync_data