From e965317166ce9f8cf27ef47370de4f6b6a77ceaf Mon Sep 17 00:00:00 2001 From: Nicolas Grm <nicolas.grima@univ-pau.fr> Date: Thu, 9 Jan 2025 11:25:10 +0100 Subject: [PATCH] [docker-build] Fix docker images registeries URL. --- ci/readme.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/ci/readme.md b/ci/readme.md index ae88958ad..f91dcf00a 100644 --- a/ci/readme.md +++ b/ci/readme.md @@ -21,9 +21,9 @@ Steps: **Images:** -- ci_cpu_intel: OpenCL/intel, for an host without GPUs --> [saved in hysop registry as ci_cpu_intel](gricad-registry.univ-grenoble-alpes.fr/particle_methods/hysop/ci_cpu_intel) -- ci_gpu_nvidia: OpenCL/NVIDIA, for an host with GPUs --> [saved in hysop registry as ci_cpu_nvidia](gricad-registry.univ-grenoble-alpes.fr/particle_methods/hysop/ci_gpu_nvidia) -- ci_cpu_intel_doc: same as ci_cpu_intel but with extra-deps required to build the documentation (project [hysop-doc](https://gricad-gitlab.univ-grenoble-alpes.fr/particle_methods/hysop-doc)) --> [saved in hysop-doc registry](gricad-registry.univ-grenoble-alpes.fr/particle_methods/hysop-doc/ci_cpu_intel_doc) +- ci_cpu_intel: OpenCL/Intel, for an host without GPUs --> [saved in hysop registry as ci_cpu_intel](https://gricad-gitlab.univ-grenoble-alpes.fr/particle_methods/hysop/container_registry/1813) +- ci_gpu_nvidia: OpenCL/NVIDIA, for an host with GPUs --> [saved in hysop registry as ci_cpu_nvidia](https://gricad-gitlab.univ-grenoble-alpes.fr/particle_methods/hysop/container_registry/1814) +- ci_cpu_intel_doc: same as ci_cpu_intel but with extra-deps required to build the documentation (project [hysop-doc](https://gricad-gitlab.univ-grenoble-alpes.fr/particle_methods/hysop-doc)) --> [saved in hysop-doc registry](https://gricad-gitlab.univ-grenoble-alpes.fr/particle_methods/hysop-doc/container_registry/1903) **When:** only if the last commit message contains [docker-build] @@ -33,27 +33,27 @@ Steps: ## Configure hysop -- Run meson setup on OpenCL/intel and OpenCL nvidia images +- Run meson setup on OpenCL/Intel and OpenCL/NVIDIA images - Keep artifacts (build-dir) for build job ## Build hysop -- Run meson compile on OpenCL/intel and OpenCL nvidia images +- Run meson compile on OpenCL/Intel and OpenCL/NVIDIA images - Keep artifacts (build-dir) for tests and install and examples jobs ## Install hysop -- Run meson install on OpenCL/intel and OpenCL nvidia images +- Run meson install on OpenCL/Intel and OpenCL/NVIDIA images - Try to import hysop and hysop fortran packages ## Tests Two jobs to: -- run meson tests on OpenCL/intel and OpenCL nvidia images +- run meson tests on OpenCL/Intel and OpenCL/NVIDIA images - generate artifacts only if tests fail. Two jobs to: -- run examples (run_examples.sh) on OpenCL/intel and OpenCL nvidia images +- run examples (run_examples.sh) on OpenCL/Intel and OpenCL/NVIDIA images - generate artifacts only if tests fail. ## Create 'read-to-use' images -- GitLab