| Commit message (Collapse) | Author | Age | Files | Lines |
| |\
| |
| |
| |
| | |
Removal of conditions which are always evaluated either to true or false
See merge request gitlab-org/gitlab-runner!1517
|
| | | |
|
| | | |
|
| |\ \
| | |
| | |
| | |
| | | |
Update a redirected link
See merge request gitlab-org/gitlab-runner!1520
|
| |/ / |
|
| |\ \
| | |
| | |
| | |
| | | |
Add test for <at> and <colon> masking
See merge request gitlab-org/gitlab-runner!1516
|
| | |/ |
|
| |\ \
| | |
| | |
| | |
| | | |
Update AWS autoscaling docs
See merge request gitlab-org/gitlab-runner!1518
|
| |/ /
| |
| |
| | |
I'm adding a note about the supported base operating systems for Docker Machine.
|
| |\ \
| | |
| | |
| | |
| | | |
Configuration file template for registration command
See merge request gitlab-org/gitlab-runner!1263
|
| | | | |
|
| | | | |
|
| | | | |
|
| |\ \ \
| | | |
| | | |
| | | |
| | | | |
Update reference to CI_COMMIT_REF to CI_COMMIT_SHA
See merge request gitlab-org/gitlab-runner!1514
|
| | | |/
| |/| |
|
| |\ \ \
| |/ /
|/| |
| | |
| | | |
Change CI_COMMIT_REF to CI_COMMIT_SHA in docs
See merge request gitlab-org/gitlab-runner!1513
|
| |/ / |
|
| |\ \
| |/
|/|
| |
| | |
Remove need for externally configured variable
See merge request gitlab-org/gitlab-runner!1512
|
| |/ |
|
| |\
| |
| |
| |
| | |
Update test assertion
See merge request gitlab-org/gitlab-runner!1510
|
| |/
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
We are putting a timeout of 1 millisecond, and the timeout happens it
can be on different part of the http stack, for example reading headers,
reading body which can return two different kind of errors:
`net/http: request canceled while waiting for connection (Client.Timeout
exceeded while awaiting headers)` and `net/http: request canceled
(Client.Timeout)`, we just want to make sure it timed out and not on
what it timed out.
This test causes some flakiness in CI:
- https://gitlab.com/gitlab-org/gitlab-runner/pipelines/73498489
- https://gitlab.com/gitlab-org/gitlab-runner/pipelines/73729522
|
| |\
| |
| |
| |
| |
| |
| |
| |
| | |
'master'
Prevent running multiple instances of the gitlab-runner process using the same configuration file
Closes #4407
See merge request gitlab-org/gitlab-runner!1496
|
| |/
|
|
| |
same configuration file
|
| |\
| |
| |
| |
| | |
Add .gitattributes
See merge request gitlab-org/gitlab-runner!1122
|
| | | |
|
| | |
| |
| |
| |
| | |
Checking out code on Windows machine breaks shell scripts (required to
be lf-ended).
|
| |\ \
| | |
| | |
| | |
| | | |
Switch to DinD TLS for GitLab CI
See merge request gitlab-org/gitlab-runner!1504
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | | |
With Docker 19.03 TLS is [enabled by
default](https://hub.docker.com/_/docker/#tls), specify the
`DOCKER_TLS_CERTDIR` variable so we start using it since all runners
mount `/certs/client` automatically.
|
| |\ \ \
| | | |
| | | |
| | | |
| | | | |
Cleanup commands/config.go
See merge request gitlab-org/gitlab-runner!1494
|
| | | | | |
|
| |/ / / |
|
| |\ \ \
| | | |
| | | |
| | | |
| | | | |
fix typo
See merge request gitlab-org/gitlab-runner!1503
|
| | | | | |
|
| |\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
Drop support for Bash shell on Windows until long running issue is addressed
See merge request gitlab-org/gitlab-runner!1498
|
| |/ / / / |
|
| |\ \ \ \
| |_|/ /
|/| | |
| | | |
| | | | |
Reorder methods in abstract.go to bring calees closer to the callers
See merge request gitlab-org/gitlab-runner!1481
|
| | | | | |
|
| |\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
Add docs for tls_verify config field
See merge request gitlab-org/gitlab-runner!1493
|
| | | | | |
| | | | |
| | | | |
| | | | | |
`tls_verify` is missing from the config options for the Docker executor.
|
| |\ \ \ \ \
| |_|_|/ /
|/| | | |
| | | | |
| | | | | |
Quarantine windows tests
See merge request gitlab-org/gitlab-runner!1501
|
| |/ / / / |
|
| | | | | |
|
| |\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
Update tracked Windows tests failures list
See merge request gitlab-org/gitlab-runner!1502
|
| |/ / / / |
|
| |\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
Quarantine more windows tests
See merge request gitlab-org/gitlab-runner!1499
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
These failures are seen in:
https://gitlab.com/gitlab-org/gitlab-runner/pipelines/72809013
https://gitlab.com/gitlab-org/gitlab-runner/pipelines/72809103
|
| |\ \ \ \ \
| |/ / / /
|/| | | |
| | | | |
| | | | | |
Fix PowerShell capitalization
See merge request gitlab-org/gitlab-runner!1497
|
| |/ / / / |
|
| |\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
Expand markdown lint rules in runner
See merge request gitlab-org/gitlab-runner!1492
|
| |/ / / / |
|