Skip to content
Snippets Groups Projects
Commit 37a75426 authored by Rémi Cailletaud's avatar Rémi Cailletaud
Browse files

fix ERROR.txt name

parent 76aa8d84
No related branches found
No related tags found
No related merge requests found
......@@ -38,15 +38,16 @@ build image:
- gpu
variables:
FIDLE_OVERRIDE_PROFILE: ci/full_fad_s01.yml
FIDLE_CI_ERROR_FILE: fidle/logs/ci_ERROR.txt
script:
- nvidia-smi
- jupyter nbconvert --to notebook --execute --ExecutePreprocessor.timeout=-1 fidle/02-running-ci-tests.ipynb
- |-
[[ ! -f fidle/logs/ERROR.txt ]] || false
[[ ! -f $FIDLE_CI_ERROR_FILE ]] || false
artifacts:
paths:
- fidle/logs/ci_report.json
- fidle/logs/ERROR.txt
- $FIDLE_CI_ERROR_FILE
- "*/*==*==.ipynb"
test-notebooks-auto:
......
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