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

Fix missing phoenix_libs/ -> phoenix_libs2/

parent e56d80fb
Branches master
No related tags found
No related merge requests found
Pipeline #376374 failed
......@@ -9,7 +9,7 @@ dailyBuildMasterAll:
#untracked: true
#paths:
#- build/
image: gitlab-registry.in2p3.fr/cta-lapp/phoenix_libs/phoenixcmake/phoenix_cmake_ubuntu_2204:latest
image: gitlab-registry.in2p3.fr/cta-lapp/phoenix_libs2/phoenixcmake/phoenix_cmake_ubuntu_2204:latest
stage: BuildTestinstall
script:
- export LD_LIBRARY_PATH=/usr/lib
......@@ -32,7 +32,7 @@ dailyBuildMasterAll:
- MUST_big_runner
#dailyBuildDynamicAndStatic:
#image: gitlab-registry.in2p3.fr/cta-lapp/phoenix_libs/phoenixcmake/phoenix_cmake_ubuntu_2204:latest
#image: gitlab-registry.in2p3.fr/cta-lapp/phoenix_libs2/phoenixcmake/phoenix_cmake_ubuntu_2204:latest
#stage: BuildTestinstall
#script:
#- export LD_LIBRARY_PATH=/usr/lib
......@@ -55,7 +55,7 @@ dailyBuildMasterAll:
#- MUST_big_runner
#dailyBuildStaticOnly:
#image: gitlab-registry.in2p3.fr/cta-lapp/phoenix_libs/phoenixcmake/phoenix_cmake_ubuntu_2204:latest
#image: gitlab-registry.in2p3.fr/cta-lapp/phoenix_libs2/phoenixcmake/phoenix_cmake_ubuntu_2204:latest
#stage: BuildTestinstall
#script:
#- export LD_LIBRARY_PATH=/usr/lib
......@@ -78,7 +78,7 @@ dailyBuildMasterAll:
#- MUST_big_runner
TestCoverage:
image: gitlab-registry.in2p3.fr/cta-lapp/phoenix_libs/phoenixcmake/phoenix_cmake_ubuntu_2204:latest
image: gitlab-registry.in2p3.fr/cta-lapp/phoenix_libs2/phoenixcmake/phoenix_cmake_ubuntu_2204:latest
stage: DocCoverage
script:
- export LD_LIBRARY_PATH=/usr/lib
......@@ -111,7 +111,7 @@ TestCoverage:
- MUST_big_runner
Doc:
image: gitlab-registry.in2p3.fr/cta-lapp/phoenix_libs/phoenixcmake/phoenix_cmake_ubuntu_2204:latest
image: gitlab-registry.in2p3.fr/cta-lapp/phoenix_libs2/phoenixcmake/phoenix_cmake_ubuntu_2204:latest
stage: DocCoverage
script:
- export LD_LIBRARY_PATH=/usr/lib
......@@ -141,7 +141,7 @@ Doc:
pages:
stage: deploy
image: gitlab-registry.in2p3.fr/cta-lapp/phoenix_libs/phoenixcmake/phoenix_cmake_ubuntu_2204:latest
image: gitlab-registry.in2p3.fr/cta-lapp/phoenix_libs2/phoenixcmake/phoenix_cmake_ubuntu_2204:latest
script:
- mv coverage public/
artifacts:
......@@ -153,7 +153,7 @@ pages:
Ubuntu 2004:
image: gitlab-registry.in2p3.fr/cta-lapp/phoenix_libs/phoenixdocker/package_ubuntu2004_gcc9:0.1
image: gitlab-registry.in2p3.fr/cta-lapp/phoenix_libs2/phoenixdocker/package_ubuntu2004_gcc9:0.1
stage: DocCoverage
script:
- ./cmake/phoenix_createPackages.sh DEB package_ubuntu2004 false
......@@ -168,7 +168,7 @@ Ubuntu 2004:
- MUST_big_runner
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_libs2/phoenixdocker/package_ubuntu2204_gcc11:0.1
stage: DocCoverage
script:
- ./cmake/phoenix_createPackages.sh DEB package_ubuntu2204 false
......@@ -183,7 +183,7 @@ Ubuntu 2204:
- MUST_big_runner
Fedora 31:
image: gitlab-registry.in2p3.fr/cta-lapp/phoenix_libs/phoenixdocker/package_fedora31:0.1
image: gitlab-registry.in2p3.fr/cta-lapp/phoenix_libs2/phoenixdocker/package_fedora31:0.1
stage: DocCoverage
script:
- ./cmake/phoenix_createPackages.sh RPM package_fedora31 false
......@@ -198,7 +198,7 @@ Fedora 31:
- MUST_big_runner
Fedora 36:
image: gitlab-registry.in2p3.fr/cta-lapp/phoenix_libs/phoenixdocker/package_fedora36:0.1
image: gitlab-registry.in2p3.fr/cta-lapp/phoenix_libs2/phoenixdocker/package_fedora36:0.1
stage: DocCoverage
script:
- ./cmake/phoenix_createPackages.sh RPM package_fedora36 false
......@@ -213,7 +213,7 @@ Fedora 36:
- MUST_big_runner
Release:
image: gitlab-registry.in2p3.fr/cta-lapp/phoenix_libs/phoenixdocker/package_ubuntu2204_python3:0.1
image: gitlab-registry.in2p3.fr/cta-lapp/phoenix_libs2/phoenixdocker/package_ubuntu2204_python3:0.1
stage: deploy
script:
- echo "Let's do some release"
......
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