File: README.md

package info (click to toggle)
gitlab-ci-multi-runner 14.10.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 31,248 kB
  • sloc: sh: 1,694; makefile: 384; asm: 79; ruby: 68
file content (11 lines) | stat: -rw-r--r-- 449 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
List of environment variables that are allowed to be passed to tests.
The variables are used in `go_test_no_env` and `go_test_no_env.ps1`.

### allowlist_common

Variables shared between systems. Go-related variables are taken from running `go env`.
Not running `go env` for simplicity and to avoid introducing variables with new go versions that we possibly shouldn't.

### allowlist_unix / allowlist_windows

Only platform-specific env variables.