Page MenuHomePhabricator

Run two bulk jobs silently
Closed, ResolvedPublic

Description

I don't have (nor need) the access to run these on phab1001 — could someone with the right access please run the following, thanks 💜

Job 3262 (8 tasks)

phabricator/ $ ./bin/bulk make-silent --id 3262

Job 3263 (7 tasks)

phabricator/ $ ./bin/bulk make-silent --id 3263

Event Timeline

Done:

aklapper@phab1001:~$ sudo /srv/phab/phabricator/bin/bulk make-silent --id 3262
Configured job "3262" to run silently.
aklapper@phab1001:~$ sudo /srv/phab/phabricator/bin/bulk make-silent --id 3263
Configured job "3263" to run silently.

However clicking on the links above and selecting "Continue" in the sidebar, it says "This job is waiting for confirmation before work begins." Hmm.

Ah but now clicking "Continue" shows me that the job has now been set to silent:

image.png (251×604 px, 13 KB)

I've completed both of the above jobs now, thank you! As an aside, is there a reason this isn't an option from within the UI?

I've completed both of the above jobs now, thank you!

@TheresNoTime Yay! Does that mean we could resolve this ticket?

As an aside, is there a reason this isn't an option from within the UI?

I'm not sure. I guess upstream developers at that time did not see a common use case for it. :-/

TheresNoTime assigned this task to Aklapper.

I've completed both of the above jobs now, thank you!

@TheresNoTime Yay! Does that mean we could resolve this ticket?

Yes sorry, done :)

As an aside, is there a reason this isn't an option from within the UI?

I'm not sure. I guess upstream developers at that time did not see a common use case for it. :-/

I guess it is fairly rare! Thanks for the answer & assistance!