This returns, as CSV, the next origins to be visited according to the
passed scheduling policy.
Details
Details
- Reviewers
olasd anlambert - Group Reviewers
Reviewers - Maniphest Tasks
- T2444: Implement the scheduling policy for the recurrent visit scheduler
- Commits
- rDSCH5d7b002ac403: Introduce a `swh scheduler origin grab-next` cli
new tests added
Diff Detail
Diff Detail
- Repository
- rDSCH Scheduling utilities
- Branch
- scheduling-policy
- Lint
No Linters Available - Unit
No Unit Test Coverage - Build Status
Buildable 18296 Build 28251: Phabricator diff pipeline on jenkins Jenkins console · Jenkins Build 28250: arc lint + arc unit
Event Timeline
Comment Actions
Build is green
Patch application report for D4844 (id=17152)
Rebasing onto b13cb1f2de...
Current branch diff-target is up to date.
Changes applied before test
commit 3c15a60589efdb5268acbe9934e32a5cac2f47a0 Author: Nicolas Dandrimont <nicolas@dandrimont.eu> Date: Tue Jan 12 16:16:31 2021 +0100 Introduce a `swh scheduler origin grab-next` cli This returns, as CSV, the next origins to be visited according to the passed scheduling policy.
See https://jenkins.softwareheritage.org/job/DSCH/job/tests-on-diff/96/ for more details.
Comment Actions
Build is green
Patch application report for D4844 (id=17182)
Rebasing onto a62003397d...
Current branch diff-target is up to date.
Changes applied before test
commit d1393c54da99c45175dd0b6a69734d17fc887960 Author: Nicolas Dandrimont <nicolas@dandrimont.eu> Date: Tue Jan 12 16:16:31 2021 +0100 Introduce a `swh scheduler origin grab-next` cli This returns, as CSV, the next origins to be visited according to the passed scheduling policy.
See https://jenkins.softwareheritage.org/job/DSCH/job/tests-on-diff/103/ for more details.
Comment Actions
Looks good to me. TIL typing.TYPE_CHECKING.
swh/scheduler/cli/origin.py | ||
---|---|---|
5 | nitpick: missing line break between license header and import statement. |
Comment Actions
Build is green
Patch application report for D4844 (id=17212)
Rebasing onto a62003397d...
Current branch diff-target is up to date.
Changes applied before test
commit 5d7b002ac403565e348ac8fe4dd56d015cf29cae Author: Nicolas Dandrimont <nicolas@dandrimont.eu> Date: Tue Jan 12 16:16:31 2021 +0100 Introduce a `swh scheduler origin grab-next` cli This returns, as CSV, the next origins to be visited according to the passed scheduling policy.
See https://jenkins.softwareheritage.org/job/DSCH/job/tests-on-diff/116/ for more details.