IAP GITLAB

Skip to content
Snippets Groups Projects
Commit c41821f8 authored by Alan Coleman's avatar Alan Coleman
Browse files

Debug finding artifacts

parent 8a08895e
No related branches found
No related tags found
1 merge request!604"Need for writing first interaction information"
...@@ -222,7 +222,7 @@ build_test-clang-14: ...@@ -222,7 +222,7 @@ build_test-clang-14:
junit: junit:
- ${CI_PROJECT_DIR}/build/test_outputs/junit*.xml - ${CI_PROJECT_DIR}/build/test_outputs/junit*.xml
paths: paths:
- ${CI_PROJECT_DIR}/build/build_examples/example_outputs #python tests/examples need this - ${CI_PROJECT_DIR}/build/build_examples/example_outputs/radio_em_shower_outputs #python examples need this
- ${CI_PROJECT_DIR}/build/test_outputs/junit*.xml - ${CI_PROJECT_DIR}/build/test_outputs/junit*.xml
- ${CI_PROJECT_DIR}/build/CMakeCache.txt #python tests need this - ${CI_PROJECT_DIR}/build/CMakeCache.txt #python tests need this
- ${CI_PROJECT_DIR}/build/bin #python tests need this - ${CI_PROJECT_DIR}/build/bin #python tests need this
...@@ -411,7 +411,9 @@ python-tests: ...@@ -411,7 +411,9 @@ python-tests:
allow_failure: false allow_failure: false
python-examples: python-examples:
extends: .python stage: python
tags:
- corsika
image: corsika/devel:u-22.04 image: corsika/devel:u-22.04
needs: needs:
- job: build_test_example-u-22_04 - job: build_test_example-u-22_04
...@@ -422,7 +424,10 @@ python-examples: ...@@ -422,7 +424,10 @@ python-examples:
paths: paths:
- ${CI_PROJECT_DIR}/python/examples/example_plots - ${CI_PROJECT_DIR}/python/examples/example_plots
script: script:
- echo "pwd is $PWD"
- find .
- export EXAMPLE_SHOWER_DIR=${CI_PROJECT_DIR}/build/build_examples/example_outputs/radio_em_shower_outputs - export EXAMPLE_SHOWER_DIR=${CI_PROJECT_DIR}/build/build_examples/example_outputs/radio_em_shower_outputs
- echo "Example dir is @EXAMPLE_SHOWER_DIR"
- cd ${CI_PROJECT_DIR}/python - cd ${CI_PROJECT_DIR}/python
- pip3 install --user -e '.[test,examples]' - pip3 install --user -e '.[test,examples]'
- cd ${CI_PROJECT_DIR}/python/examples - cd ${CI_PROJECT_DIR}/python/examples
......
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