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: ...@@ -149,22 +149,22 @@ smokeinfraBatch4:
- smokeinfra/results/ - smokeinfra/results/
- bin/ - bin/
smokeinfraBatch1: # smokeinfraBatch1:
stage: tests # stage: tests
image: $DOCKER_IMAGE # image: $DOCKER_IMAGE
script: # script:
- mkdir -p ~/.elixxir # - mkdir -p ~/.elixxir
- echo $PWD # - echo $PWD
- cd smokeinfra # - cd smokeinfra
- git checkout -- . # - git checkout -- .
- sed -i 's/\ 42/\ 1/g' *.yaml # - sed -i 's/\ 42/\ 1/g' *.yaml
- ./run.sh # - ./run.sh
- cd .. # - cd ..
artifacts: # artifacts:
when: always # when: always
paths: # paths:
- smokeinfra/results/ # - smokeinfra/results/
- bin/ # - bin/
benchmark: benchmark:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment