diff --git a/playbooks/jeepyb-integration/run.yaml b/playbooks/jeepyb-integration/run.yaml index 39cdeae..00f970e 100644 --- a/playbooks/jeepyb-integration/run.yaml +++ b/playbooks/jeepyb-integration/run.yaml @@ -65,11 +65,11 @@ # Test jeepyb and gerritlib - name: Manage single gerrit project shell: - cmd: PROJECTS_INI=tools/projects.ini PROJECTS_YAML=tools/projects.yaml manage-projects -v test/test-repo-1 + cmd: PROJECTS_INI=tools/projects.ini PROJECTS_YAML=tools/projects.yaml manage-projects -d test/test-repo-1 chdir: src/opendev.org/opendev/gerritlib - name: Manage all gerrit projects shell: - cmd: PROJECTS_INI=tools/projects.ini PROJECTS_YAML=tools/projects.yaml manage-projects -v + cmd: PROJECTS_INI=tools/projects.ini PROJECTS_YAML=tools/projects.yaml manage-projects -d chdir: src/opendev.org/opendev/gerritlib - name: Change test-repo-2 acls but don't change groups # Lineinfile only replaces the last match so we do this twice @@ -85,11 +85,11 @@ line: ' acl-config: tools/acls/test/test2.config' - name: Update single gerrit project with new acl shell: - cmd: PROJECTS_INI=tools/projects.ini PROJECTS_YAML=tools/projects.yaml manage-projects -v test/test-repo-1 + cmd: PROJECTS_INI=tools/projects.ini PROJECTS_YAML=tools/projects.yaml manage-projects -d test/test-repo-1 chdir: src/opendev.org/opendev/gerritlib - name: Manage all gerrit projects again after acl update shell: - cmd: PROJECTS_INI=tools/projects.ini PROJECTS_YAML=tools/projects.yaml manage-projects -v + cmd: PROJECTS_INI=tools/projects.ini PROJECTS_YAML=tools/projects.yaml manage-projects -d chdir: src/opendev.org/opendev/gerritlib - name: Check test-repo-1 exists shell: