This project is mirrored from https://gitlab.com/gitlab-org/gitlab-runner.git.
Pull mirroring updated .
- 21 Oct, 2020 1 commit
-
-
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 5 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
-
- 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 7 commits
-
-
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
-
- 13 Oct, 2020 3 commits
-
-
Suzanne Selhorn authored
Introduce usage of Runner Manager terminology See merge request gitlab-org/gitlab-runner!2474
-
Nourdin el Bacha authored
Related to https://gitlab.com/gitlab-org/gitlab/-/issues/250481
-
Kamil Trzciński authored
Teach artifact/cache commands about the archive interface See merge request gitlab-org/gitlab-runner!2467
-
- 12 Oct, 2020 4 commits
-
-
Suzanne Selhorn authored
Update Kubernetes' documentation to include ephemeral storage requests/limits Closes #27059 See merge request gitlab-org/gitlab-runner!2457
-
Arran Walker authored
-
Arran Walker authored
-
Kamil Trzciński authored
Implement archiver/extractor interface See merge request gitlab-org/gitlab-runner!2195
-
- 09 Oct, 2020 1 commit
-
-
Arran Walker authored
-
- 08 Oct, 2020 7 commits
-
-
Steve Azzopardi authored
-
Steve Azzopardi authored
This job is causing a few problems: 1. Preventing forks from running https://gitlab.com/gitlab-org/gitlab-runner/-/issues/27021 1. Blocking releases because pipelines on tags fail https://gitlab.com/gitlab-org/gitlab/-/issues/263711
-
Steve Azzopardi authored
-
Steve Azzopardi authored
-
Kamil Trzciński authored
Revert "Merge branch 'ajwalker/after_script-kamil' into 'master'" See merge request gitlab-org/gitlab-runner!2469
-
Steve Azzopardi authored
This reverts commit 411b98f3, reversing changes made to 689cf710.
-
Georgi N. Georgiev authored
Allow runner to archive cache on failure See merge request gitlab-org/gitlab-runner!2416
-