From 99136e1e164baa7b1d9dac4f64c5fb511b813c19 Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Thu, 3 Dec 2020 11:34:28 +1100 Subject: [PATCH] integration test: run manage-projects with debug This should have gerritlib log the commands it is running in the logs, which helps with verification. Change-Id: Iad3c710d73a95d152689d8a60a7ef4051129b0f9 --- playbooks/jeepyb-integration/run.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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: