[09:01:30] Finally CentralAuth can display better on mobile [09:01:47] Scroll to view wide tables [14:21:39] Toolforge question: I just added a couple jobs to a `jobs.yaml` file. How do I make `toolforge jobs` aware of those new jobs? Should I just use the top command from https://wikitech.wikimedia.org/wiki/Help:Toolforge/Jobs_framework#Loading_jobs_from_a_YAML_file ? [14:22:24] I believe so, yes [14:22:41] (Iā€™m guessing it will also restart the existing jobs, though Iā€™m not sure) [14:22:53] ok. But should I wait until all jobs are done running? 1 of the 16 current jobs is currently running [14:23:31] oh, it's done already, so i'll take my shot šŸ˜ [14:24:27] yay :D [14:37:15] I just use "toolforge jobs load .yaml" [14:37:15] The jobs don't get restarted, but I don't have any continuous jobs, so for that case I don't know (re @jhsoby: Toolforge question: I just added a couple jobs to a jobs.yaml file. How do I make toolforge jobs aware of those new jobs? Should...) [18:06:18] @jhsoby: You can limit the changes to a single job by naming it in the load command: `toolforge jobs load jobs.yaml --job "that_one_cool_job"`. [18:06:58] you can do that multiple times to install/update multiple job definitions [19:13:17] bd808: thanks, good to know. If I were to remove a job from `jobs.yaml`, I guess I would have to just `toolforge jobs delete that_one_cool_job` ? [19:13:18] I'll remove the job I just added in ~16 months. So I might ask the same question again then šŸ˜