1.

How To Restart A Config-update Job ?

Answer»

When the config-update job FAILS, you can manually restart the job using the command BELLOW. MAKE sure to SET the ref-sha which is the last commit hash of the config repository.
zuul enqueue-ref --trigger gerrit --tenant LOCAL --pipeline post --project config --ref master --newrev ref-sha
The job will be running in the post pipeline of the Zuul status page.

When the config-update job fails, you can manually restart the job using the command bellow. Make sure to set the ref-sha which is the last commit hash of the config repository.
zuul enqueue-ref --trigger gerrit --tenant local --pipeline post --project config --ref master --newrev ref-sha
The job will be running in the post pipeline of the Zuul status page.



Discussion

No Comment Found