Skip to content

Commit

Permalink
Commenting out the cucumber stages until the compilation issues are r…
Browse files Browse the repository at this point in the history
…esolved
  • Loading branch information
silverdaz authored and omllobet committed Apr 24, 2019
1 parent 7d12ed7 commit a65d16e
Showing 1 changed file with 31 additions and 31 deletions.
62 changes: 31 additions & 31 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,37 +93,37 @@ jobs:
script:
- cd ../tests
- bats security
#
# Cucumber Tests
#
- stage: tests
name: "Cucumber Ingestion Tests"
if: type = pull_request
before_script:
- pip3 install -r requirements.txt
- cd deploy
- make -C images
- make prepare
- make bootstrap ARGS='--inbox mina --keyserver ega'
- make up
- make preflight-check
script:
- cd tests
- mvn test -Dtest=IngestionTests
- stage: tests
name: "Cucumber Robustness Tests"
if: type = pull_request
before_script:
- pip3 install -r requirements.txt
- cd deploy
- make -C images
- make prepare
- make bootstrap ARGS='--inbox mina --keyserver ega'
- make up
- make preflight-check
script:
- cd tests
- mvn test -Dtest=RobustnessTests
# #
# # Cucumber Tests
# #
# - stage: tests
# name: "Cucumber Ingestion Tests"
# if: type = pull_request
# before_script:
# - pip3 install -r requirements.txt
# - cd deploy
# - make -C images
# - make prepare
# - make bootstrap ARGS='--inbox mina --keyserver ega'
# - make up
# - make preflight-check
# script:
# - cd tests
# - mvn test -Dtest=IngestionTests
# - stage: tests
# name: "Cucumber Robustness Tests"
# if: type = pull_request
# before_script:
# - pip3 install -r requirements.txt
# - cd deploy
# - make -C images
# - make prepare
# - make bootstrap ARGS='--inbox mina --keyserver ega'
# - make up
# - make preflight-check
# script:
# - cd tests
# - mvn test -Dtest=RobustnessTests


notifications:
Expand Down

0 comments on commit a65d16e

Please sign in to comment.