Overview
Comment: | Comment out a telemetry call |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | v1.65-cleanup |
Files: | files | file ages | folders |
SHA1: |
def83868161b0b971c0e11ca43926e8d |
User & Date: | matt on 2020-08-27 07:56:19 |
Other Links: | branch diff | manifest | tags |
Context
2020-08-27
| ||
08:18 | If on homehost, skip waiting for localhost check-in: 78e3f9e388 user: mrwellan tags: v1.65-cleanup | |
07:56 | Comment out a telemetry call check-in: def8386816 user: matt tags: v1.65-cleanup | |
07:10 | trim some load control sleeps in runs.scm that are not needed as we have new load control ==/9.8/2.2/WARN/1203/mars== check-in: 8280550d67 user: matt tags: v1.65-cleanup | |
Changes
Modified runs.scm from [b6fddf76c2] to [8c57f1f1ad].
︙ | ︙ | |||
537 538 539 540 541 542 543 | (debug:print-info 0 *default-log-port* "filtering initial test list with tagexpr: " (args:get-arg "-tagexpr") " => " allowed-tests) ));; tests will be ANDed with this list ;; register this run in monitor.db (rmt:tasks-add "run-tests" user target runname test-patts task-key) ;; params) (rmt:tasks-set-state-given-param-key task-key "running") | | | 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 | (debug:print-info 0 *default-log-port* "filtering initial test list with tagexpr: " (args:get-arg "-tagexpr") " => " allowed-tests) ));; tests will be ANDed with this list ;; register this run in monitor.db (rmt:tasks-add "run-tests" user target runname test-patts task-key) ;; params) (rmt:tasks-set-state-given-param-key task-key "running") #;(common:telemetry-log "run-tests" payload: `( (target . ,target) (run-name . ,runname) (test-patts . ,test-patts) ) ) ;; Now generate all the tests lists |
︙ | ︙ |