diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5579a6500599af11d5f972e491222e1ec85f98e6..abb5026089f73bdba17438c6353d8e8dc6c1cc6d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -116,38 +116,38 @@ basice2e: # - basice2e/ # - bin/ -smokeinfra: - stage: tests - image: $DOCKER_IMAGE - script: - - mkdir -p ~/.elixxir - - echo $PWD - - cd smokeinfra - - ./run.sh - - cd .. - artifacts: - when: always - paths: - - smokeinfra/results/ - - bin/ +# smokeinfra: +# stage: tests +# image: $DOCKER_IMAGE +# script: +# - mkdir -p ~/.elixxir +# - echo $PWD +# - cd smokeinfra +# - ./run.sh +# - cd .. +# artifacts: +# when: always +# paths: +# - smokeinfra/results/ +# - bin/ -smokeinfraBatch4: - stage: tests - image: $DOCKER_IMAGE - script: - - mkdir -p ~/.elixxir - - echo $PWD - - cd smokeinfra - - git checkout -- . - - sed -i 's/\ 42/\ 4/g' *.yaml - - ./run.sh - - cd .. - artifacts: - when: always - paths: - - smokeinfra/results/ - - bin/ +# smokeinfraBatch4: +# stage: tests +# image: $DOCKER_IMAGE +# script: +# - mkdir -p ~/.elixxir +# - echo $PWD +# - cd smokeinfra +# - git checkout -- . +# - sed -i 's/\ 42/\ 4/g' *.yaml +# - ./run.sh +# - cd .. +# artifacts: +# when: always +# paths: +# - smokeinfra/results/ +# - bin/ # smokeinfraBatch1: # stage: tests