diff options
author | Bryan Newbold <bnewbold@archive.org> | 2021-04-07 19:21:42 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2021-04-07 19:21:44 -0700 |
commit | bf5e0f73cb9fa37471192564aa31bbd0bc1760b4 (patch) | |
tree | 4cf2e866e198a9d015e31bd3241c08cc8be698bd | |
parent | 6940063d99d8bbd426daed4b84eb84485e96637c (diff) | |
download | sandcrawler-bf5e0f73cb9fa37471192564aa31bbd0bc1760b4.tar.gz sandcrawler-bf5e0f73cb9fa37471192564aa31bbd0bc1760b4.zip |
gitlab CI: make python_hadoop tests manual
These require python3.5, which isn't the system version for focal. Will
need to run these jobs on machines compatible with the hadoop cluster
(eg, running xenial)
-rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 35b9200..a94a6bd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,6 +24,7 @@ test_python: - make lint test_python_hadoop: + when: manual script: - cd python_hadoop - pipenv install --dev --deploy |