Merge "Move gitea partial clone test"

This commit is contained in:
Zuul 2022-07-13 23:09:42 +00:00 committed by Gerrit Code Review
commit c7929bbc5d
2 changed files with 9 additions and 4 deletions

View File

@ -57,10 +57,6 @@
# user.
become: true
become_user: zuul
- name: Clone system-config to check that partial clones aren't breaking stuff
shell: |
cd /tmp
GIT_SSL_NO_VERIFY=1 git clone --filter=blob:none https://localhost:3081/opendev/system-config test-system-config-clone
- name: Run rename playbook
import_playbook: rename_repos.yaml

View File

@ -86,6 +86,15 @@ def test_project_clone(host):
assert "Cloning into '/tmp/disk-image-builder'..." in cmd.stderr
assert cmd.succeeded
def test_partial_project_clone(host):
cmd = host.run(
'GIT_SSL_NO_VERIFY=1 '
'git clone --filter=blob:none '
'https://localhost:3081/opendev/system-config '
'/tmp/test-system-config-clone')
assert "Cloning into '/tmp/test-system-config-clone'..." in cmd.stderr
assert cmd.succeeded
def test_gitea_screenshots(host):
shots = (