changing trigger to look at new src repos instead of old pkgs repos
This commit is contained in:
parent
bcc71fd7d5
commit
870251fa1f
2 changed files with 2 additions and 2 deletions
|
@ -49,7 +49,7 @@ resultsdb_frontend_url: http://resultsdb-stg01.qa.fedoraproject.org/resultsdb/
|
|||
resultsdb_url: http://resultsdb-stg01.qa.fedoraproject.org/resultsdb_api/api/v2.0
|
||||
taskotron_docs_url: https://qa.fedoraproject.org/docs/libtaskotron/latest/
|
||||
# make sure this doesn't have a trailing slash
|
||||
trigger_distgit_repo_url: git://pkgs02.phx2.fedoraproject.org
|
||||
trigger_distgit_repo_url: https://src.stg.fedoraproject.org/
|
||||
trigger_critpath_url: https://admin.stg.fedoraproject.org/pkgdb/api/critpath?format=json
|
||||
|
||||
instances:
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
- when: {message_type: KojiBuildPackageCompleted}
|
||||
do:
|
||||
- {tasks: [rpmlint, rpmgrill, python-versions]}
|
||||
- {discover: {repo: '{{ trigger_distgit_repo_url }}/rpms/${name}', branch: "${distgit_branch}", fallback_branch: 'master', recursive: true}}
|
||||
- {discover: {repo: '{{ trigger_distgit_repo_url }}/rpms/${name}{{'.git' if deployment_type in ['stg']}}', branch: "${distgit_branch}", fallback_branch: 'master', recursive: true}}
|
||||
- when: {message_type: KojiBuildPackageCompleted, name: docker}
|
||||
do:
|
||||
- {tasks: [dockerautotest]}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue