- Feb 20, 2023
-
-
Georgi N. Georgiev authored
-
Georgi N. Georgiev authored
Remove re-writing config.toml file on configuration reload See merge request https://gitlab.com/gitlab-org/gitlab-runner/-/merge_requests/3934
-
- Feb 18, 2023
-
-
Georgi N. Georgiev authored
-
Arran Walker authored
Handle empty artifact paths See merge request https://gitlab.com/gitlab-org/gitlab-runner/-/merge_requests/3912 Merged-by:
Arran Walker <ajwalker@gitlab.com> Approved-by:
Stan Hu <stanhu@gmail.com> Approved-by:
Arran Walker <ajwalker@gitlab.com> Co-authored-by:
Davis Bickford <dbickford@gitlab.com>
-
Georgi N. Georgiev authored
Execute the script from the right container Closes #29601 and #29587 See merge request https://gitlab.com/gitlab-org/gitlab-runner/-/merge_requests/3900 Merged-by:
Georgi N. Georgiev <ggeorgiev@gitlab.com> Approved-by:
Georgi N. Georgiev <ggeorgiev@gitlab.com> Co-authored-by:
Romuald Atchadé <ratchade@gitlab.com>
-
- Feb 15, 2023
-
-
Georgi N. Georgiev authored
-
- Feb 07, 2023
-
-
Georgi N. Georgiev authored
-
Georgi N. Georgiev authored
Add additional test coverage around path matching for artifacts (doublestar) See merge request https://gitlab.com/gitlab-org/gitlab-runner/-/merge_requests/3890
-
Georgi N. Georgiev authored
Automate keeping up to date with packagecloud release See merge request https://gitlab.com/gitlab-org/gitlab-runner/-/merge_requests/3821
-
Georgi N. Georgiev authored
Update golang Docker tag to v1.18.10 See merge request https://gitlab.com/gitlab-org/gitlab-runner/-/merge_requests/3828
-
Georgi N. Georgiev authored
Automatically set Alpine and Ubuntu version defaults in make See merge request https://gitlab.com/gitlab-org/gitlab-runner/-/merge_requests/3816 Merged-by:
Georgi N. Georgiev <ggeorgiev@gitlab.com> Approved-by:
Georgi N. Georgiev <ggeorgiev@gitlab.com> Approved-by:
Marcel Amirault <mamirault@gitlab.com> Co-authored-by:
Stan Hu <stanhu@gmail.com>
-
Tomasz Maczukin authored
Add metrics for counting configuration file access See merge request https://gitlab.com/gitlab-org/gitlab-runner/-/merge_requests/3859 Merged-by:
Tomasz Maczukin <tomasz@maczukin.pl> Approved-by:
Georgi N. Georgiev <ggeorgiev@gitlab.com> Reviewed-by:
Tomasz Maczukin <tomasz@maczukin.pl> Reviewed-by:
Georgi N. Georgiev <ggeorgiev@gitlab.com>
-
Axel von Bertoldi authored
Stop mentioning specific distro releases, and add missing distros.
-
Axel von Bertoldi authored
With this change, the distro releases for which we publish runner packages (deb ad rpm) will no nonger be hard coded in RPM_PLATFORMS and DEB_PLATFORMS (and require manual updating to keep up with packagecloud). Instead, the distro releases will be determined by `scripts/packagecloud-releases.go` and be based on whatever releases our packagecloud instance currently supports. This means no manual intervention to add new releases. The oldestRelease and skipReleases let us exactly recreate the existing list of releases for each distro, whilst automatically adding any new releases. We also have the option to drop and skip release, though this is necessarily a manual process.
-
Axel von Bertoldi authored
packages This (go) script will query the packagecloud API for a list of all the distro/releases it supports, and whitle that list down to: 1. the package type (deb or rpm) specified in the command invocation. 2. the branch (stale or bleeding) specified in the command invocation. 3. the distros for which we claim to provide runner packages as encoded in supportedDistrosByPackageAndBranch. 4. releases of the distro we want to support (not too old, preferably LST) as encoded in oldestRelease and skipReleases. Finally the script will print that result with no decorations. This output will, in the next commit, replace currently hard-coded and manually updated RPM_PLATFORMS and DEB_PLATFORMS variables. I've intentionally kept the number of 3rd party deps here to 0 to make sure it builds quickly, and so we don't need a go.mod Run it like so: PACKAGECLOUD_TOKEN="..." PACKAGE_CLOUD_URL="..." go run ./scripts/packagecloud-releases.go deb stable
-
Tomasz Maczukin authored
Add documetnation for shutdown_timeout config.toml setting Closes #29560 See merge request https://gitlab.com/gitlab-org/gitlab-runner/-/merge_requests/3887 Merged-by:
Tomasz Maczukin <tomasz@maczukin.pl> Approved-by:
Marcel Amirault <mamirault@gitlab.com> Co-authored-by:
Marcel Amirault <mamirault@gitlab.com>
-
Tomasz Maczukin authored
-
Davis Bickford authored
-
Lorena Ciutacu authored
Fix misspelling in documentation See merge request https://gitlab.com/gitlab-org/gitlab-runner/-/merge_requests/3896 Merged-by:
Lorena Ciutacu <lciutacu@gitlab.com> Approved-by:
Diana Logan <dlogan@gitlab.com> Approved-by:
Lorena Ciutacu <lciutacu@gitlab.com> Co-authored-by:
Shafiullah Khan <shafikhan.93@gmail.com>
-
Romuald Atchadé authored
Update documentation of highlight access of CI Variables from container entrypoint with k8s executor Closes #29514 See merge request https://gitlab.com/gitlab-org/gitlab-runner/-/merge_requests/3865 Merged-by:
Romuald Atchadé <ratchade@gitlab.com> Approved-by:
Marcel Amirault <mamirault@gitlab.com> Approved-by:
Arran Walker <ajwalker@gitlab.com> Reviewed-by:
Romuald Atchadé <ratchade@gitlab.com>
-
- Feb 06, 2023
-
-
Axel von Bertoldi authored
Generate random system_id for run-single mode Closes #29592 See merge request https://gitlab.com/gitlab-org/gitlab-runner/-/merge_requests/3881 Merged-by:
Axel von Bertoldi <avonbertoldi@gitlab.com> Approved-by:
Pedro Pombeiro <noreply@pedro.pombei.ro> Approved-by:
Axel von Bertoldi <avonbertoldi@gitlab.com> Reviewed-by:
Pedro Pombeiro <noreply@pedro.pombei.ro> Co-authored-by:
Pedro Pombeiro <noreply@pedro.pombei.ro> Co-authored-by:
Helio Machado <0x2b3bfa0+git@googlemail.com>
-
Helio Machado authored
-
Axel von Bertoldi authored
Update removal milestone in warning log message for step_script See merge request https://gitlab.com/gitlab-org/gitlab-runner/-/merge_requests/3893 Merged-by:
Axel von Bertoldi <avonbertoldi@gitlab.com> Approved-by:
Axel von Bertoldi <avonbertoldi@gitlab.com> Co-authored-by:
Darren Eastman <deastman@gitlab.com>
-
Georgi N. Georgiev authored
Update redhat/ubi8 Docker tag to v8.7-1054 See merge request https://gitlab.com/gitlab-org/gitlab-runner/-/merge_requests/3764 Merged-by:
Georgi N. Georgiev <ggeorgiev@gitlab.com> Approved-by:
Romuald Atchadé <ratchade@gitlab.com>
-
Davis Bickford authored
-
Davis Bickford authored
-
Shafiullah Khan authored
-
Davis Bickford authored
-
Tomasz Maczukin authored
-
Romuald Atchadé authored
-
Romuald Atchadé authored
-
Romuald Atchadé authored
This reverts commit 8c62d127, reversing changes made to ff370c70. # Conflicts: # executors/kubernetes/kubernetes_integration_test.go
-
- Feb 04, 2023
-
-
Darren Eastman authored
[GitLab issue: x]
-
Tomasz Maczukin authored
Update Docker Machine installed in runner container image Closes #29595 See merge request https://gitlab.com/gitlab-org/gitlab-runner/-/merge_requests/3886 Merged-by:
Tomasz Maczukin <tomasz@maczukin.pl> Approved-by:
Romuald Atchadé <ratchade@gitlab.com>
-
- Feb 03, 2023
-
-
Davis Bickford authored
-
Axel von Bertoldi authored
Ignore glrt prefix for runner short token See merge request https://gitlab.com/gitlab-org/gitlab-runner/-/merge_requests/3888 Merged-by:
Axel von Bertoldi <avonbertoldi@gitlab.com> Approved-by:
Axel von Bertoldi <avonbertoldi@gitlab.com> Co-authored-by:
Pedro Pombeiro <noreply@pedro.pombei.ro>
-
Arran Walker authored
Use new Ruby 3.0.5-based Docker images Closes gitlab-docs#1375 See merge request https://gitlab.com/gitlab-org/gitlab-runner/-/merge_requests/3876 Merged-by:
Arran Walker <ajwalker@gitlab.com> Approved-by:
Marcel Amirault <mamirault@gitlab.com> Approved-by:
Arran Walker <ajwalker@gitlab.com> Co-authored-by:
Evan Read <eread@gitlab.com>
-
Pedro Pombeiro authored
-
Amy Qualls authored
Add link to all metrics available See merge request https://gitlab.com/gitlab-org/gitlab-runner/-/merge_requests/3867 Merged-by:
Amy Qualls <aqualls@gitlab.com> Approved-by:
Amy Qualls <aqualls@gitlab.com> Co-authored-by:
Fiona Neill <fneill@gitlab.com> Co-authored-by:
Filip Aleksic <faleksic@gitlab.com>
-
Filip Aleksic authored
-