-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge changes from 'hotfix/5.13.6' into develop
As part of resolving conflicts: - TestNaming.hpp was removed to ecflow/test/scaffold/Naming.hpp - test_scaffold effectively replaced test_support
- Loading branch information
Showing
242 changed files
with
2,334 additions
and
480 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
cmake_options: >- | ||
-DBOOST_ROOT=${BOOST_ROOT_DIR} | ||
-DBOOST_INCLUDEDIR=${BOOST_INCLUDE_DIR} | ||
-DBOOST_LIBRARYDIR=${BOOST_LIB_DIR} | ||
-DBoost_DEBUG=ON | ||
-DOPENSSL_ROOT_DIR=${OPENSSL_ROOT_DIR} | ||
-DENABLE_STATIC_BOOST_LIBS=OFF | ||
-DINSTALL_PYTHON3_DIR=lib/python3/dist-packages | ||
-DENABLE_ALL_TESTS=ON | ||
-DENABLE_SSL=ON | ||
-DENABLE_SERVER=ON | ||
-DENABLE_UI=OFF | ||
-DCPACK_PACKAGE_NAME=ecflow | ||
ctest_options: -L nightly -E s_test|s_zombies | ||
dependencies: | | ||
ecmwf/ecbuild | ||
dependency_branch: develop | ||
parallelism_factor: 8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
cmake_options: >- | ||
-DBOOST_ROOT=${BOOST_ROOT_DIR} | ||
-DBOOST_INCLUDEDIR=${BOOST_INCLUDE_DIR} | ||
-DBOOST_LIBRARYDIR=${BOOST_LIB_DIR} | ||
-DBoost_DEBUG=ON | ||
-DOPENSSL_ROOT_DIR=${OPENSSL_ROOT_DIR} | ||
-DENABLE_STATIC_BOOST_LIBS=OFF | ||
-DINSTALL_PYTHON3_DIR=lib/python3/dist-packages | ||
-DENABLE_ALL_TESTS=ON | ||
-DENABLE_SSL=ON | ||
-DENABLE_SERVER=OFF | ||
-DENABLE_HTTP=OFF | ||
-DENABLE_UDP=OFF | ||
-DENABLE_PYTHON=OFF | ||
-DENABLE_UI=ON | ||
-DUI_SYSTEM_SERVERS_LIST=/ec/vol/ecflow_def/servers.list.all | ||
-DCPACK_PACKAGE_NAME=ecflow-ui | ||
ctest_options: -L nightly -E s_test|s_zombies | ||
dependencies: | | ||
ecmwf/ecbuild | ||
dependency_branch: develop | ||
parallelism_factor: 8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
name: cd | ||
|
||
on: | ||
# Trigger the workflow manually | ||
workflow_dispatch: ~ | ||
|
||
push: | ||
# Trigger the workflow when new tags are pushed | ||
tags: | ||
- '**' | ||
# Trigger the workflow when the CD workflow/configuration is updated | ||
paths: | ||
- .github/cd-*.yml | ||
- .github/workflows/cd.yml | ||
|
||
jobs: | ||
deploy-server: | ||
uses: ecmwf-actions/reusable-workflows/.github/workflows/create-package.yml@v2 | ||
with: | ||
skip_checks: true | ||
restrict_matrix_jobs: gnu@debian-12 | ||
build_config: .github/cd-server-config.yml | ||
secrets: inherit | ||
|
||
deploy-ui: | ||
uses: ecmwf-actions/reusable-workflows/.github/workflows/create-package.yml@v2 | ||
with: | ||
skip_checks: true | ||
restrict_matrix_jobs: [email protected] | ||
build_config: .github/cd-ui-config.yml | ||
secrets: inherit |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.