Skip to content
Snippets Groups Projects
Commit 662e4f23 authored by Rick Carback's avatar Rick Carback
Browse files

Disable smokeinfraBatch1 because it is knonw not to work and will not be fixed anytime soon

parent d8f44444
No related branches found
No related tags found
No related merge requests found
......@@ -149,22 +149,22 @@ smokeinfraBatch4:
- smokeinfra/results/
- bin/
smokeinfraBatch1:
stage: tests
image: $DOCKER_IMAGE
script:
- mkdir -p ~/.elixxir
- echo $PWD
- cd smokeinfra
- git checkout -- .
- sed -i 's/\ 42/\ 1/g' *.yaml
- ./run.sh
- cd ..
artifacts:
when: always
paths:
- smokeinfra/results/
- bin/
# smokeinfraBatch1:
# stage: tests
# image: $DOCKER_IMAGE
# script:
# - mkdir -p ~/.elixxir
# - echo $PWD
# - cd smokeinfra
# - git checkout -- .
# - sed -i 's/\ 42/\ 1/g' *.yaml
# - ./run.sh
# - cd ..
# artifacts:
# when: always
# paths:
# - smokeinfra/results/
# - bin/
benchmark:
......
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