Merge "Handle package builds when testing in rdoinfo"

This commit is contained in:
Zuul 2020-03-04 01:00:09 +00:00 committed by Gerrit Code Review
commit 404d5638a3
1 changed files with 2 additions and 2 deletions

View File

@ -207,7 +207,7 @@
zuul_deps:
host: "{{ lookup('env', 'ZUUL_URL')|default('https://review.opendev.org', true) }}"
changes: "{{ lookup('env', 'ZUUL_CHANGES') }}"
branch: "{{ lookup('env', 'ZUUL_BRANCH') }}"
branch: "{{ zuul.override_checkout | default(lookup('env', 'ZUUL_BRANCH')) }}"
when: zuul_changes != "" # noqa 602
- name: Add Zuul changes to the change list
@ -225,7 +225,7 @@
when:
- '"-distgit" not in item.project'
- item.project not in artg_skipped_projects
- release in item.branch
- release in item.branch or (zuul.project.name | default("") == "rdoinfo")
- name: Run DLRN
shell: >