Skip to content
Snippets Groups Projects
Commit dfbb9c1a authored by Nicolas Richart's avatar Nicolas Richart
Browse files

Spack install xml files not uploaded

parent 9e0df0d4
No related branches found
No related tags found
1 merge request!4Missing cuda/nccl modules
...@@ -174,7 +174,6 @@ spack:install: ...@@ -174,7 +174,6 @@ spack:install:
#- .spack_cache #- .spack_cache
script: script:
- source ci/stack_env.sh - source ci/stack_env.sh
- echo "{}" > spack-install-${environment}.xml
# Cleaning patches in case one has a different hash # Cleaning patches in case one has a different hash
- ${STACK_LOCATION}/spack/bin/spack - ${STACK_LOCATION}/spack/bin/spack
...@@ -185,7 +184,7 @@ spack:install: ...@@ -185,7 +184,7 @@ spack:install:
- ${STACK_LOCATION}/spack/bin/spack - ${STACK_LOCATION}/spack/bin/spack
--color always --color always
-e ${environment} install -e ${environment} install
--log-file spack-install-${environment}.xml --log-file ${CI_PROJECT_DIR}/spack-install-${environment}.xml
--log-format junit --log-format junit
--only-concrete --only-concrete
--fail-fast --fail-fast
......
...@@ -47,7 +47,7 @@ for c in "core_compilers" "compilers"; do ...@@ -47,7 +47,7 @@ for c in "core_compilers" "compilers"; do
${STACK_LOCATION}/spack/bin/spack \ ${STACK_LOCATION}/spack/bin/spack \
--color always \ --color always \
install \ install \
--log-file ${MOUNT_POINT}/spack-install-${c}.xml \ --log-file ${CI_PROJECT_DIR}/spack-install-${c}.xml \
--log-format junit \ --log-format junit \
--fail-fast \ --fail-fast \
--show-log-on-error \ --show-log-on-error \
......
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