#312 standard-test-repo role does not use the actual repo file
Opened 5 years ago by whot. Modified 5 years ago

This snippet:

- hosts: localhost
  roles:
  - role: standard-test-repo
    subjects: https://copr-be.cloud.fedoraproject.org/results/whot/libinput-git/fedora-29-x86_64/
    packages: libinput
    tags:
      - classic 

executes:

yum config-manager --add-repo \"/workDir/workspace/fedora-rawhide-pr-pipeline/images/test_subject.qcow2\"

and since yum config-manager happily takes anything that looks like a file path, this will only blow up later when you run tests against something you don't expect.

This looks like the same underlying issue as #307


I believe that we have agreement, that CI pipeline will not invoke
ansible-playbook with -e arguments.
@bgoncalv right? Can we close this ticket.

We can close this once we have STI and pipeline code updated to not use the ansible subjects variable. Until then this is a valid issue and I'd leave it open.

Login to comment on this ticket.

Metadata