From 2e090d9866accf6358caf8a94d306f3560f096db Mon Sep 17 00:00:00 2001 From: "Michael R. Crusoe" Date: Thu, 15 Jul 2021 16:59:30 +0200 Subject: [PATCH] try running the integration tests on us-east-1 --- .gitlab-ci.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b1a71bdd97..2d1924d029 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: