This project is mirrored from https://gitlab.com/gitlab-org/gitlab-runner.git.
Pull mirroring updated .
- 29 Oct, 2020 5 commits
-
-
Cleveland Bledsoe Jr authored
-
Cleveland Bledsoe Jr authored
-
Cleveland Bledsoe Jr authored
-
Cleveland Bledsoe Jr authored
-
Cleveland Bledsoe Jr authored
-
- 28 Oct, 2020 1 commit
-
-
Tomasz Maczukin authored
Update doc about release windows image script See merge request gitlab-org/gitlab-runner!1561
-
- 27 Oct, 2020 3 commits
-
-
Marcel Amirault authored
Docs: Redirected custom executor index page See merge request gitlab-org/gitlab-runner!2522
-
Marcel Amirault authored
Docs: Revamp Runner home page See merge request gitlab-org/gitlab-runner!2472
-
Suzanne Selhorn authored
-
- 26 Oct, 2020 1 commit
-
-
Suzanne Selhorn authored
Related to: https://gitlab.com/gitlab-org/technical-writing/-/issues/272
-
- 23 Oct, 2020 9 commits
-
-
Georgi N. Georgiev authored
Add labels to cache-init docker container Closes #25481 See merge request gitlab-org/gitlab-runner!2412
-
Steve Azzopardi authored
Change in interactive --url question to match docs See merge request gitlab-org/gitlab-runner!2431
-
Georgi N. Georgiev authored
Skip CleanupFileVariables stage if no file variables Closes #27057 See merge request gitlab-org/gitlab-runner!2456
-
Pedro Pombeiro authored
-
Suzanne Selhorn authored
-
Suzanne Selhorn authored
-
Juan J. Ramirez authored
-
Juan authored
-
Georgi N. Georgiev authored
Move doc/dependency_decisions.yml file to a better place See merge request gitlab-org/gitlab-runner!2485
-
- 22 Oct, 2020 4 commits
-
-
Marcel Amirault authored
Docs: Changed bullets to a table See merge request gitlab-org/gitlab-runner!2517
-
Suzanne Selhorn authored
Related to: https://gitlab.com/gitlab-org/gitlab-runner/-/issues/27101
-
Suzanne Selhorn authored
Update [runners.machine] section in Autoscaling GitLab Runner on AWS EC2 documentation See merge request gitlab-org/gitlab-runner!2480
-
Ricardo Amarilla authored
-
- 21 Oct, 2020 2 commits
-
-
Suzanne Selhorn authored
Update vale rules See merge request gitlab-org/gitlab-runner!2502
-
Marcel Amirault authored
Bring over updated vale rules from main project
-
- 20 Oct, 2020 7 commits
-
-
Evan Read authored
Docs: Updated top-level page See merge request gitlab-org/gitlab-runner!2496
-
Suzanne Selhorn authored
Related to: https://gitlab.com/gitlab-org/gitlab/-/issues/225448
-
Steve Azzopardi authored
Fix definition of security related jobs Closes #27122 See merge request gitlab-org/gitlab-runner!2499
-
Tomasz Maczukin authored
The jobs added with https://gitlab.com/gitlab-org/gitlab-runner/-/merge_requests/1897 and https://gitlab.com/gitlab-org/gitlab-runner/-/merge_requests/2347 are causing a duplicate pipeline started for each branch push. It also causes unwanted jobs to be started in context of the MR pipeline. This commit will disable unwanted jobs and will add missing rules definition to the fuzz testing one.
-
Steve Azzopardi authored
Change mention of custom cache containers to volumes See merge request gitlab-org/gitlab-runner!2491
-
Steve Azzopardi authored
-
Steve Azzopardi authored
-
- 19 Oct, 2020 6 commits
-
-
Marcel Amirault authored
Use latest docs linting image See merge request gitlab-org/gitlab-runner!2497
-
Evan Read authored
-
Steve Azzopardi authored
Update link to runner helper image in documentation See merge request gitlab-org/gitlab-runner!2494
-
botayhard authored
-
Steve Azzopardi authored
Add kubernetes runners allowPrivilegeEscalation security context configuration Closes #26998 See merge request gitlab-org/gitlab-runner!2430
-
Steve Azzopardi authored
In https://gitlab.com/gitlab-org/gitlab-runner/-/issues/27001 we introduced a step that will clean up file based variables. However if we are still running this stage even if there is no file based variables defined. If we keep running the step no matter what we are wasting compute resources and it wouldn't be consistent with our other steps where they are skipped it it would be a no-op. Update the test to create a brand new `build` and `info` so the JobVariables aren't "cached" from the previous run. closes https://gitlab.com/gitlab-org/gitlab-runner/-/issues/27057
-
- 16 Oct, 2020 2 commits
-
-
Horatiu Eugen Vlad authored
Run all containers with the `allowPrivilegeEscalation` flag enabled. When empty, it does not define the `allowPrivilegeEscalation` flag in the container `SecurityContext` and allows Kubernetes to use the default [privilege escalation](https://kubernetes.io/docs/concepts/policy/pod-security-policy/#privilege-escalation) behavior.
-
Horatiu Eugen Vlad authored
-