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/sqitch.plan | |
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/sqitch.plan')
-rw-r--r-- | sqitch/sqitch.plan | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sqitch/sqitch.plan b/sqitch/sqitch.plan index a4f14e8..14232e3 100644 --- a/sqitch/sqitch.plan +++ b/sqitch/sqitch.plan @@ -97,3 +97,4 @@ guix_revision_package_derivation_distribution_counts 2023-03-08T16:53:44Z Chris cascade_nar_foreign_keys 2023-08-01T09:42:33Z Chris <chris@felis> # Make it easier to delete nars entries nar_indexes 2023-08-01T11:37:35Z Chris <chris@felis> # Add nar related indexes git_repositories_poll_interval 2023-10-08T20:36:09Z Chris <chris@felis> # Add git_repositories.poll_interval +git_repositories_job_priority 2024-03-07T09:39:27Z Chris <chris@felis> # Add git_repositories.job_priority |