From e8ec04ab07d56a0f5f15fdf8de58ebb8f8fe7f19 Mon Sep 17 00:00:00 2001 From: Fabien Boucher Date: Aug 13 2020 08:52:26 +0000 Subject: tests: fix dulwich web-daemon call and repo path --- diff --git a/tests/configure_zuul_jobs.yml b/tests/configure_zuul_jobs.yml index 0131dff..d8b1196 100644 --- a/tests/configure_zuul_jobs.yml +++ b/tests/configure_zuul_jobs.yml @@ -32,11 +32,12 @@ - git commit -m"Init demo config" - name: Ensure dulwich down - shell: pkill -f dulwich + shell: pkill -f web-daemon ignore_errors: true +# https://bugzilla.redhat.com/show_bug.cgi?id=1866463 - name: Ensure dulwich running - shell: "dulwich web-daemon -l 0.0.0.0 / &" + shell: "python3 /usr/lib64/python3.9/site-packages/dulwich/cli.py web-daemon -l 0.0.0.0 / &" - name: Add the git connection into the zuul config blockinfile: @@ -45,7 +46,7 @@ block: | [connection local_git] driver=git - baseurl=http://localhost:8000/home/fedora + baseurl=http://localhost:8000/{{ ansible_user_dir }} poll_delay=300 become: true