Allow prioritising jobs from specific repositories
To help the QA data service prioritise branches over patches.
This commit is contained in:
parent
184d341671
commit
5f80856ad1
5 changed files with 35 additions and 3 deletions
7
sqitch/verify/git_repositories_job_priority.sql
Normal file
7
sqitch/verify/git_repositories_job_priority.sql
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
-- Verify guix-data-service:git_repositories_job_priority on pg
|
||||
|
||||
BEGIN;
|
||||
|
||||
-- XXX Add verifications here.
|
||||
|
||||
ROLLBACK;
|
||||
Loading…
Add table
Add a link
Reference in a new issue