diff options
author | Christopher Baines <mail@cbaines.net> | 2024-03-07 09:44:47 +0000 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2024-03-07 10:02:18 +0000 |
commit | 5f80856ad1587aea38ee4e7b54db558cdb43f6b7 (patch) | |
tree | 78a84d1551299861259f4b93991283bdd0da00f2 /sqitch/verify | |
parent | 184d3416717971cdf0c8b84709a7180efd5127b9 (diff) | |
download | data-service-5f80856ad1587aea38ee4e7b54db558cdb43f6b7.tar data-service-5f80856ad1587aea38ee4e7b54db558cdb43f6b7.tar.gz |
Allow prioritising jobs from specific repositories
To help the QA data service prioritise branches over patches.
Diffstat (limited to 'sqitch/verify')
-rw-r--r-- | sqitch/verify/git_repositories_job_priority.sql | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sqitch/verify/git_repositories_job_priority.sql b/sqitch/verify/git_repositories_job_priority.sql new file mode 100644 index 0000000..1ffd45e --- /dev/null +++ b/sqitch/verify/git_repositories_job_priority.sql @@ -0,0 +1,7 @@ +-- Verify guix-data-service:git_repositories_job_priority on pg + +BEGIN; + +-- XXX Add verifications here. + +ROLLBACK; |