Re: [PATCH v3 5/5] gitlab: support disabling job auto-run in upstream

2023-06-08 Thread Richard Henderson
On 6/8/23 09:40, Daniel P. Berrangé wrote: In forks QEMU_CI=1 can be used to create a pipeline but not auto-run any jobs. In upstream jobs always auto-run, which is equiv of QEMU_CI=2. This supports setting QEMU_CI=1 in upstream, to disable job auto-run. This can be used to preserve CI minutes i

[PATCH v3 5/5] gitlab: support disabling job auto-run in upstream

2023-06-08 Thread Daniel P . Berrangé
In forks QEMU_CI=1 can be used to create a pipeline but not auto-run any jobs. In upstream jobs always auto-run, which is equiv of QEMU_CI=2. This supports setting QEMU_CI=1 in upstream, to disable job auto-run. This can be used to preserve CI minutes if repushing a branch to staging with a specif