[libvirt PATCH v3 00/12] Extract the integration job commands to a shell script

Erik Skultety posted 12 patches 7 months, 1 week ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1695114836.git.eskultet@redhat.com
build-aux/syntax-check.mk   |  9 -------
ci/integration-template.yml | 42 +++--------------------------
ci/jobs.sh                  | 54 +++++++++++++++++++++++++++++++++++++
3 files changed, 57 insertions(+), 48 deletions(-)
[libvirt PATCH v3 00/12] Extract the integration job commands to a shell script
Posted by Erik Skultety 7 months, 1 week ago
v1 here: https://listman.redhat.com/archives/libvir-list/2023-September/242121.html

Since v1:
- introduced a new run_cmd_quiet helper function instead of using eval to deal
  with Shell redirections
- added more info from the POSIX standard on test's -a,-o options
- added commit references to the vendor locking of Avocado to v98.0 in the past

Erik Skultety (12):
  syntax-check: Drop the shell's 'check for minus' rule
  ci: integration: Extract the integration CI main recipe to jobs.sh
  ci: integration: Adjust the check for CentOS Stream version
  ci: integration: Drop the 'install-deps' hidden job and reference
  ci: jobs.sh: Drop comment about the need for Avocado 98.0
  ci: jobs.sh: integration: Use --quiet with virsh
  ci: jobs.sh: run_integration: Add/Rewrite/Reformat commentaries
  ci: jobs.sh: run_integration: Make POSIX-compliant
  ci: jobs.sh: Introduce a quiet version of run_cmd
  ci: jobs.sh: integration: Execute commands via 'run_cmd[_quiet]'
    helpers
  ci: jobs.sh: run_integration: Print DAEMONS variable for debugging
  ci: jobs.sh: Define and create SCRATCH_DIR for local executions

 build-aux/syntax-check.mk   |  9 -------
 ci/integration-template.yml | 42 +++--------------------------
 ci/jobs.sh                  | 54 +++++++++++++++++++++++++++++++++++++
 3 files changed, 57 insertions(+), 48 deletions(-)

-- 
2.41.0