Skip to content
Snippets Groups Projects
Commit c86fec9f authored by Pierre Aubert's avatar Pierre Aubert
Browse files

Update CI to use working runner

parent bf04570f
No related branches found
No related tags found
No related merge requests found
Pipeline #372367 passed
...@@ -29,6 +29,7 @@ dailyBuildMasterAll: ...@@ -29,6 +29,7 @@ dailyBuildMasterAll:
- branches - branches
- tags - tags
tags: tags:
- MUST_big_runner
#dailyBuildDynamicAndStatic: #dailyBuildDynamicAndStatic:
#image: gitlab-registry.in2p3.fr/cta-lapp/phoenix_libs/phoenixcmake/phoenix_cmake_ubuntu_2204:latest #image: gitlab-registry.in2p3.fr/cta-lapp/phoenix_libs/phoenixcmake/phoenix_cmake_ubuntu_2204:latest
...@@ -51,6 +52,7 @@ dailyBuildMasterAll: ...@@ -51,6 +52,7 @@ dailyBuildMasterAll:
#- branches #- branches
#- tags #- tags
#tags: #tags:
#- MUST_big_runner
#dailyBuildStaticOnly: #dailyBuildStaticOnly:
#image: gitlab-registry.in2p3.fr/cta-lapp/phoenix_libs/phoenixcmake/phoenix_cmake_ubuntu_2204:latest #image: gitlab-registry.in2p3.fr/cta-lapp/phoenix_libs/phoenixcmake/phoenix_cmake_ubuntu_2204:latest
...@@ -73,6 +75,7 @@ dailyBuildMasterAll: ...@@ -73,6 +75,7 @@ dailyBuildMasterAll:
#- branches #- branches
#- tags #- tags
#tags: #tags:
#- MUST_big_runner
TestCoverage: TestCoverage:
image: gitlab-registry.in2p3.fr/cta-lapp/phoenix_libs/phoenixcmake/phoenix_cmake_ubuntu_2204:latest image: gitlab-registry.in2p3.fr/cta-lapp/phoenix_libs/phoenixcmake/phoenix_cmake_ubuntu_2204:latest
...@@ -105,6 +108,7 @@ TestCoverage: ...@@ -105,6 +108,7 @@ TestCoverage:
- branches - branches
- tags - tags
tags: tags:
- MUST_big_runner
Doc: Doc:
image: gitlab-registry.in2p3.fr/cta-lapp/phoenix_libs/phoenixcmake/phoenix_cmake_ubuntu_2204:latest image: gitlab-registry.in2p3.fr/cta-lapp/phoenix_libs/phoenixcmake/phoenix_cmake_ubuntu_2204:latest
...@@ -132,16 +136,20 @@ Doc: ...@@ -132,16 +136,20 @@ Doc:
- branches - branches
- tags - tags
tags: tags:
- MUST_big_runner
pages: pages:
stage: deploy stage: deploy
image: gitlab-registry.in2p3.fr/cta-lapp/phoenix_libs/phoenixcmake/phoenix_cmake_ubuntu_2204:latest
script: script:
- mv coverage public/ - mv coverage public/
artifacts: artifacts:
paths: paths:
- public - public
expire_in: 8d expire_in: 8d
tags:
- MUST_big_runner
Ubuntu 2004: Ubuntu 2004:
...@@ -156,6 +164,8 @@ Ubuntu 2004: ...@@ -156,6 +164,8 @@ Ubuntu 2004:
only: only:
#- branches #- branches
- tags - tags
tags:
- MUST_big_runner
Ubuntu 2204: Ubuntu 2204:
image: gitlab-registry.in2p3.fr/cta-lapp/phoenix_libs/phoenixdocker/package_ubuntu2204_gcc11:0.1 image: gitlab-registry.in2p3.fr/cta-lapp/phoenix_libs/phoenixdocker/package_ubuntu2204_gcc11:0.1
...@@ -169,6 +179,8 @@ Ubuntu 2204: ...@@ -169,6 +179,8 @@ Ubuntu 2204:
only: only:
#- branches #- branches
- tags - tags
tags:
- MUST_big_runner
Fedora 31: Fedora 31:
image: gitlab-registry.in2p3.fr/cta-lapp/phoenix_libs/phoenixdocker/package_fedora31:0.1 image: gitlab-registry.in2p3.fr/cta-lapp/phoenix_libs/phoenixdocker/package_fedora31:0.1
...@@ -182,6 +194,8 @@ Fedora 31: ...@@ -182,6 +194,8 @@ Fedora 31:
only: only:
#- branches #- branches
- tags - tags
tags:
- MUST_big_runner
Fedora 36: Fedora 36:
image: gitlab-registry.in2p3.fr/cta-lapp/phoenix_libs/phoenixdocker/package_fedora36:0.1 image: gitlab-registry.in2p3.fr/cta-lapp/phoenix_libs/phoenixdocker/package_fedora36:0.1
...@@ -195,6 +209,8 @@ Fedora 36: ...@@ -195,6 +209,8 @@ Fedora 36:
only: only:
#- branches #- branches
- tags - tags
tags:
- MUST_big_runner
Release: Release:
image: gitlab-registry.in2p3.fr/cta-lapp/phoenix_libs/phoenixdocker/package_ubuntu2204_python3:0.1 image: gitlab-registry.in2p3.fr/cta-lapp/phoenix_libs/phoenixdocker/package_ubuntu2204_python3:0.1
...@@ -206,4 +222,6 @@ Release: ...@@ -206,4 +222,6 @@ Release:
only: only:
#- branches #- branches
- tags - tags
tags:
- MUST_big_runner
phoenix_create_doc(PhoenixToml Doxyfile.cmake) phoenix_create_doc()
......
...@@ -32,7 +32,7 @@ then ...@@ -32,7 +32,7 @@ then
echo "phoenixcmake-config found. Let's install the current project" echo "phoenixcmake-config found. Let's install the current project"
else else
echo "phoenixcmake-config could not be found. Let's install it" echo "phoenixcmake-config could not be found. Let's install it"
git clone https://gitlab.in2p3.fr/CTA-LAPP/PHOENIX_LIBS/PhoenixCMake.git && cd PhoenixCMake && ./install.sh ${INSTALL_PREFIX} && cd .. && rm -fr PhoenixCMake git clone https://gitlab.in2p3.fr/CTA-LAPP/PHOENIX_LIBS2/PhoenixCMake.git && cd PhoenixCMake && ./install.sh ${INSTALL_PREFIX} && cd .. && rm -fr PhoenixCMake
fi fi
if [ -d build ] if [ -d build ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment