Skip to content

Commit

Permalink
try running the integration tests on us-east-1
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-c committed Jul 16, 2021
1 parent 1b70c30 commit 2e090d9
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,20 @@ integration:
- chmod 400 /root/.ssh/id_rsa
- make test tests=src/toil/test/jobStores/jobStoreTest.py

integration_us_east_1:
stage: integration
script:
- pwd
- virtualenv -p ${MAIN_PYTHON_PKG} venv && . venv/bin/activate && pip install -U pip wheel && make prepare && make develop extras=[all] packages='htcondor awscli'
- export TOIL_TEST_INTEGRATIVE=True
- export TOIL_AWS_KEYNAME=id_rsa
- export TOIL_AWS_ZONE=us-east-1
# This reads GITLAB_SECRET_FILE_SSH_KEYS
- python setup_gitlab_ssh.py
- chmod 400 /root/.ssh/id_rsa
- make test tests=src/toil/test/jobStores/jobStoreTest.py


provisioner_integration:
stage: integration
script:
Expand Down

0 comments on commit 2e090d9

Please sign in to comment.