Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
Do not build projects with '-distgit' in project name
Browse files Browse the repository at this point in the history
This is required to gate distgit projects with tripleo
jobs[1]. DLRN already builds packages for rpm spec changes,
no need to additionally build using dlrn-build.yml tasks.

[1] https://review.rdoproject.org/r/#/c/18151

Change-Id: Ib86a2e0e6200b00390443fe253abd0c3c0ef775f
  • Loading branch information
karelyatin committed Jan 21, 2019
1 parent c9cc241 commit 2bc4f29
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions roles/build-test-packages/tasks/main.yml
Expand Up @@ -203,6 +203,7 @@
include: dlrn-build.yml artg_change={{ item }}
with_items: '{{ artg_change_list|default([]) }}'
when:
- '"-distgit" not in item.project'
- item.project not in artg_skipped_projects
- release in item.branch

Expand Down

0 comments on commit 2bc4f29

Please sign in to comment.