Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rerun edge build #90

Open
wants to merge 5 commits into
base: development
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
53 changes: 7 additions & 46 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ default_docker_image: &docker_image
- image: thecodingmachine/php:8.1-v4-apache
environment:
PLATFORM_REGION: "uk-1.platform.sh"
PLATFORM_PROJECT: "6gl4nbwlja4u4"
PLATFORMSH_CLI_NO_INTERACTION: 1
PROJECT_ROOT: "/home/docker/project"
PHP_EXTENSION_GD: 1
PHP_EXTENSIONS: "gd"
Expand Down Expand Up @@ -149,6 +151,8 @@ jobs:
GIT_AUTHOR_NAME: "Circle CI"
EDGE_BUILD_BRANCH: "edge"
PLATFORM_REGION: "uk-1.platform.sh"
PLATFORM_PROJECT: "6gl4nbwlja4u4"
PLATFORMSH_CLI_NO_INTERACTION: 1
CPPFLAGS: "-DPNG_ARM_NEON_OPT=0"
NODE_VERSION: 14.21.3
steps:
Expand Down Expand Up @@ -273,52 +277,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

# 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
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Unity Intranet (6gl4nbwlja4u4)
# Unity Intranet (6gl4nbwlja4u4)

| Site | ID | URL | Status | Default |
| --- | --- | --- | --- | --- |
| Uregni | uregni | uregni.intranet.nigov.net | ![#fff3e0](https://placehold.co/140x30/ffe0b2/e65100.png?text=Development&font=source-sans-pro) | |
| PPS | pps | pps.intranet.nigov.net | ![#fff3e0](https://placehold.co/140x30/ffe0b2/e65100.png?text=Development&font=source-sans-pro) | |
| NIAO | niaomi | niaomi.intranet.nigov.net | ![#fff3e0](https://placehold.co/140x30/ffe0b2/e65100.png?text=Development&font=source-sans-pro) | |
| AFBI | afbi | afbi.intranet.nigov.net | [#e8f5e9](https://placehold.co/140x30/cfd8dc/37474f.png?text=Unknown&font=source-sans-pro) | ![#e8f5e9](https://placehold.co/80x30/c8e6c9/1b5e20.png?text=Yes&font=source-sans-pro) |
| pbni | pbni | pbni.intranet.nigov.net | ![#fff3e0](https://placehold.co/140x30/ffe0b2/e65100.png?text=Development&font=source-sans-pro) | |
Last updated: 28/10/2024 15:32
| --- | --- | --- | --- | --- |
| Uregni | uregni | uregni.intranet.nigov.net | ![#fff3e0](https://placehold.co/140x30/ffe0b2/e65100.png?text=Development&font=source-sans-pro) | |
| PPS | pps | pps.intranet.nigov.net | ![#fff3e0](https://placehold.co/140x30/ffe0b2/e65100.png?text=Development&font=source-sans-pro) | |
| NIAO | niaomi | niaomi.intranet.nigov.net | ![#fff3e0](https://placehold.co/140x30/ffe0b2/e65100.png?text=Development&font=source-sans-pro) | |
| AFBI | afbi | afbi.intranet.nigov.net | [#e8f5e9](https://placehold.co/140x30/cfd8dc/37474f.png?text=Unknown&font=source-sans-pro) | ![#e8f5e9](https://placehold.co/80x30/c8e6c9/1b5e20.png?text=Yes&font=source-sans-pro) |
| pbni | pbni | pbni.intranet.nigov.net | ![#fff3e0](https://placehold.co/140x30/ffe0b2/e65100.png?text=Development&font=source-sans-pro) | |
Last updated: 04/11/2024 11:17