From 662e4f23352cba221ce6eb62ebffb36485a3bc21 Mon Sep 17 00:00:00 2001
From: Rick Carback <rick@privategrity.com>
Date: Wed, 23 Oct 2019 22:45:21 +0000
Subject: [PATCH] Disable smokeinfraBatch1 because it is knonw not to work and
 will not be fixed anytime soon

---
 .gitlab-ci.yml | 32 ++++++++++++++++----------------
 1 file changed, 16 insertions(+), 16 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b55028c..5579a65 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -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:
-- 
GitLab