From 224307e9e3a4f856d6f14a1fa8d911f74e5ab6a1 Mon Sep 17 00:00:00 2001 From: DuttonMa Date: Mon, 29 Apr 2024 10:13:26 +0100 Subject: [PATCH 1/2] Edge rebuild --- .circleci/config.yml | 52 +++----------------------------------------- 1 file changed, 3 insertions(+), 49 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 9132478f3..179cc5e40 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -293,55 +293,9 @@ jobs: workflows: version: 2 - build-test-deploy: - jobs: - - build - - unity_base_checks: - requires: - - build - - coding_standards: - requires: - - build - - deprecated_code: - requires: - - build - - disallowed_functions: - 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 6d5d16aa6c2526c250049fe99253dd4091d9036f Mon Sep 17 00:00:00 2001 From: DuttonMa Date: Mon, 29 Apr 2024 11:28:56 +0100 Subject: [PATCH 2/2] Bump --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 179cc5e40..a9a6ce50d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -291,6 +291,7 @@ jobs: cd $PROJECT_ROOT .circleci/unity_base_guardian.sh + workflows: version: 2 nightly-edge-build: