This project is mirrored from https://gitlab.com/gitlab-org/gitlab-runner.git.
Pull mirroring updated .
- 23 Oct, 2020 8 commits
-
-
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 5 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
-
Pedro Pombeiro authored
-
Pedro Pombeiro authored
-
Tomasz Maczukin authored
Improve build logging testing See merge request gitlab-org/gitlab-runner!2465
-
- 14 Oct, 2020 8 commits
-
-
Tomasz Maczukin authored
-
Arran Walker authored
-
Suzanne Selhorn authored
Clarify how service_account in toml is used See merge request gitlab-org/gitlab-runner!2476
-
Ben Bodenmiller authored
-
Suzanne Selhorn authored
Provide a full list of metrics available for GitLab runners in the documentation See merge request gitlab-org/gitlab-runner!2479
-
Vladimir Dzalbo authored
-
Tomasz Maczukin authored
Fix TestBuildCancel from timing out Closes #27077 See merge request gitlab-org/gitlab-runner!2468
-
Steve Azzopardi authored
In https://gitlab.com/gitlab-org/gitlab-runner/-/issues/27077 we are seeing timeouts of the `TestBuildCancel` test because when the job in canceled we send `SIGTERM` to process that is running. After a certain amount of time we send `SIGKILL` if that process hasn't terminated yet, the default is [10 minutes](https://gitlab.com/gitlab-org/gitlab-runner/-/blob/56fbbb1150681915e4de33551a01cb3d4defa91c/helpers/process/killer.go#L17). Since the default timeout of go tests is 10 minutes our test ends up timeing out because `SIGKILL` hasn't been sent yet. Have the GracefulKillTimeout and ForceKillTimeout configurable and set it at a low amount for tests so we don't waste time waiting for a process to terminate since the processes don't usually have any cleanup to do. closes https://gitlab.com/gitlab-org/gitlab-runner/-/issues/27077
-