summaryrefslogtreecommitdiff
path: root/zuul/executor
Commit message (Expand)AuthorAgeFilesLines
* Add an !unsafe change_message variableJames E. Blair2023-02-092-4/+14
* Fix ResourceWarnings in the executor serverClark Boylan2023-02-071-2/+4
* Cleanup some Python ResourceWarnings in the test suiteClark Boylan2023-02-061-0/+2
* Merge "Fix deduplication exceptions in pipeline processing"Zuul2022-12-201-0/+5
|\
| * Fix deduplication exceptions in pipeline processingJames E. Blair2022-11-211-0/+5
* | Abort job if cleanup playbook timed outFelix Edel2022-12-121-18/+18
|/
* Merge "executor: Skip line mapping for special Gerrit files"Zuul2022-11-141-0/+5
|\
| * executor: Skip line mapping for special Gerrit filesJoshua Watt2022-11-031-0/+5
* | Smooth out upgrades to playbook semaphoresJeremy Stanley2022-11-121-1/+3
* | Merge "Parallelize some pipeline refresh ops"Zuul2022-11-101-24/+26
|\ \
| * | Parallelize some pipeline refresh opsJames E. Blair2022-11-091-24/+26
* | | Merge "Add playbook semaphores"Zuul2022-11-102-2/+51
|\ \ \ | |/ / |/| |
| * | Add playbook semaphoresJames E. Blair2022-11-072-2/+51
| |/
* | Fix race in merger shutdownJames E. Blair2022-11-081-2/+4
|/
* Add span for builds and propagate via requestSimon Westphahl2022-09-192-10/+32
* Don't run cleanup playbooks after setup failureSimon Westphahl2022-09-071-0/+5
* Add Ansible version to a job's Zuul varsSimon Westphahl2022-08-291-0/+1
* Fix zoned executor metric when unzoned is allowedSimon Westphahl2022-08-111-0/+4
* Add whitespace around keywordsJames E. Blair2022-08-021-1/+1
* Merge "Make nodepool hostvars available on unreachable hosts"Zuul2022-04-281-1/+11
|\
| * Make nodepool hostvars available on unreachable hostsJames E. Blair2022-04-191-1/+11
* | Merge "Remove built-in ARA support"Zuul2022-04-281-14/+1
|\ \
| * | Remove built-in ARA supportJames E. Blair2022-04-131-14/+1
* | | Merge "Remove executor plugin checks"Zuul2022-04-281-69/+0
|\ \ \ | |/ /
| * | Remove executor plugin checksJames E. Blair2022-04-131-69/+0
* | | Merge "Remove actiongeneral / actiontrusted dirs"Zuul2022-04-281-22/+4
|\ \ \ | |/ /
| * | Remove actiongeneral / actiontrusted dirsJames E. Blair2022-04-131-22/+4
* | | Add a gearman-style backoff for executor job startsJames E. Blair2022-04-211-0/+9
| |/ |/|
* | Add a blob store and store large secrets in itJames E. Blair2022-04-081-1/+8
|/
* Add a note about bwrap and setsidJames E. Blair2022-03-281-0/+2
* Make it possible to configure job retries with zuul_returnAlbin Vass2022-03-241-0/+5
* Use a transaction for BuildCompletedEventJames E. Blair2022-03-141-43/+41
* Merge "Rename MERGER_FAILURE to MERGE_CONFLICT"Zuul2022-03-021-1/+1
|\
| * Rename MERGER_FAILURE to MERGE_CONFLICTJames E. Blair2022-02-241-1/+1
* | Merge "Look up worker_zone for log streaming from executor"Zuul2022-03-021-0/+1
|\ \
| * | Look up worker_zone for log streaming from executorFelix Edel2022-02-241-0/+1
| |/
* | Merge "Call manageLoad during pause and unpause"Zuul2022-02-251-0/+2
|\ \ | |/ |/|
| * Call manageLoad during pause and unpauseTobias Henkel2021-07-021-0/+2
* | Make a global component registryJames E. Blair2022-02-141-4/+3
* | Add zuul-scheduler tenant-reconfigureJames E. Blair2022-02-081-20/+52
* | Add a model API versionJames E. Blair2022-01-271-2/+4
* | Offload FrozenJob secretsJames E. Blair2022-01-111-2/+3
* | Add readiness/liveness probes to prometheus serverJames E. Blair2021-12-091-0/+6
* | Merge "Add `playbook_context` zuul variable"Zuul2021-11-301-42/+117
|\ \
| * | Add `playbook_context` zuul variableJames E. Blair2021-11-301-42/+117
* | | Load job from pipeline state on executorsSimon Westphahl2021-11-232-62/+56
* | | Load repo state from pipeline state on executorsSimon Westphahl2021-11-172-9/+32
* | | Use sort_keys with json almost everywhere we write to ZKJames E. Blair2021-11-121-1/+2
* | | Implement job freezing API in zuul-webFelix Edel2021-11-102-3/+3
* | | Merge "Store builds in Zookeeper"Zuul2021-10-291-7/+10
|\ \ \