summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Expand)AuthorFilesLines
2023-11-11bin/gitlab_gql: only get the pipeline when a pipeline is neededEric Engestrom1-3/+2
2023-11-10bin/gitlab_gql: fix command in exampleEric Engestrom1-1/+1
2023-11-10gitlab_gql: make `--rev` optional, defaulting to `HEAD`Eric Engestrom1-2/+2
2023-11-10bin/gitlab_gql: resolve sha locally to be able to use things like `HEAD`Eric Engestrom1-5/+9
2023-11-08ci/bin: Print a summary list of dependency and target jobsGuilherme Gallo1-6/+23
2023-11-08ci/bin: Fix mypy errors in gitlab_gql.pyGuilherme Gallo1-8/+8
2023-11-08ci/bin: Fix gitlab_gql methods that uses needs DAGGuilherme Gallo2-2/+18
2023-11-08ci/bin: gql: Improve queries for jobs/stages retrievalGuilherme Gallo3-74/+124
2023-11-08ci/bin: gql: Implement paginationGuilherme Gallo1-1/+81
2023-11-08ci/bin: gql: Log the caching errorsGuilherme Gallo1-1/+12
2023-11-08ci/bin: gql: make the query cache optionalGuilherme Gallo1-5/+33
2023-11-08ci/bin: Replace AIOHTTPTransport with RequestsHTTPTransportGuilherme Gallo2-7/+3
2023-11-08ci/bin: Fix find_dependency function callsGuilherme Gallo1-1/+1
2023-11-07ci/gitlab_gql: stop re-compiling regex now that all users pre-compile itEric Engestrom1-1/+1
2023-11-07ci_run_n_monitor: compile target_jobs_regex only onceEric Engestrom1-7/+7
2023-11-07gitlab_gql: strip newline at the end of the token fileEric Engestrom1-1/+1
2023-10-27ci/bin: Refactor create_job_needs_dagGuilherme Gallo1-36/+72
2023-10-27ci/bin: Do not forget to add early-stage dependenciesGuilherme Gallo2-5/+29
2023-10-27ci/bin: Use iid instead of SHA in gitlab_gqlGuilherme Gallo2-62/+7
2023-10-25ci: Bump PyYAML to 6.0.1Christian Gmeiner1-1/+1
2023-10-25ci_run_n_monitor: Always resolve --rev arguments for looking up pipelines.Eric Anholt1-3/+3
2023-10-24ci/ci_run_n_monitor: print job duration timeHelen Koike1-1/+12
2023-10-24ci/marge_queue: add pretty_dutation()Helen Koike2-3/+16
2023-10-22ci/ci_run_n_monitor: keep monitoring if a job is still runningHelen Koike1-1/+4
2023-10-20ci/marge_queue: add missing python-dateutils to requirements.txtHelen Koike1-0/+1
2023-10-20ci_run_n_monitor: Poll mesa/mesa and user/mesa for pipelines at the same time.Eric Anholt3-15/+13
2023-10-16bin/gen_release_notes: escape at-symbolsErik Faye-Lund2-0/+6
2023-10-14ci: ci_marge_queue.pyDavid Heidelberg2-0/+75
2023-10-13ci_run_n_monitor: dependency jobs must always be startedEric Engestrom1-1/+1
2023-10-11ci/ci_run_n_monitor: limit repetitions on --stressHelen Koike1-7/+21
2023-10-11ci/ci_run_n_monitor: allow <user>/<project> in --projectHelen Koike2-4/+12
2023-10-11ci/ci_run_n_monitor: simplify enable/cancel logic in monitor_pipeline()Helen Koike1-22/+33
2023-10-11ci/ci_run_n_monitor: merge enable_job with retry_jobHelen Koike1-15/+15
2023-10-11ci/ci_run_n_monitor: make --target mandatoryHelen Koike1-7/+6
2023-10-11ci/ci_run_n_monitor: merge print_job_status_change with print_job_statusHelen Koike1-25/+5
2023-10-11ci/ci_run_n_monitor: simplify with defaultdictHelen Koike1-6/+4
2023-10-11ci/ci_run_n_monitor: print stress test results per jobHelen Koike1-10/+10
2023-10-07pick-ui: add `Backport-to: XX.Y` nominationEric Engestrom2-0/+98
2023-10-07pick-ui: use more expressive variable namesEric Engestrom2-35/+35
2023-10-07pick-ui: use assignment expressionsEric Engestrom1-7/+3
2023-09-29ci/ci_run_n_monitor: add docs for multiple targetsHelen Koike1-1/+5
2023-09-12ci_run_n_monitor: add comment to explain "MR > fork" logicEric Engestrom1-0/+2
2023-09-12bin/ci_run_n_monitor: automatically pick MR pipelines when they existEric Engestrom2-3/+10
2023-09-12bin/ci_run_n_monitor: print in which repo we're looking for the pipelineEric Engestrom1-1/+1
2023-08-29bin/ci_run_n_monitor: error out if both --project and --pipeline-url are passedEric Engestrom1-1/+10
2023-08-29ci: add --project option to ci_run_n_monitor.pyHelen Koike1-1/+2
2023-08-18bin: Update spirv sourcesKonstantin Seurer1-5/+5
2023-08-03bin/pick-ui: use venv wrapperEric Engestrom2-0/+12
2023-08-03bin/ci/update_traces_checksum: use venv wrapperEric Engestrom1-0/+10
2023-08-03bin/ci/gitlab_gql: use venv wrapperEric Engestrom1-0/+10