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

Disable smokeinfra

parent a7717b16
No related branches found
No related tags found
No related merge requests found
...@@ -116,38 +116,38 @@ basice2e: ...@@ -116,38 +116,38 @@ basice2e:
# - basice2e/ # - basice2e/
# - bin/ # - bin/
smokeinfra: # smokeinfra:
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
- ./run.sh # - ./run.sh
- cd .. # - cd ..
artifacts: # artifacts:
when: always # when: always
paths: # paths:
- smokeinfra/results/ # - smokeinfra/results/
- bin/ # - bin/
smokeinfraBatch4: # smokeinfraBatch4:
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/\ 4/g' *.yaml # - sed -i 's/\ 42/\ 4/g' *.yaml
- ./run.sh # - ./run.sh
- cd .. # - cd ..
artifacts: # artifacts:
when: always # when: always
paths: # paths:
- smokeinfra/results/ # - smokeinfra/results/
- bin/ # - bin/
# smokeinfraBatch1: # smokeinfraBatch1:
# stage: tests # stage: tests
......
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