forked from mendersoftware/mender-qa
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request mendersoftware#648 from lluiscampos/QA-517-move-in…
…ternal-variables QA-517: ci: Move internal variables to a separate yml file
- Loading branch information
Showing
2 changed files
with
16 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
variables: | ||
# Internal address for nfs sstate cache server (northamerica-northeast1-b) | ||
SSTATE_CACHE_INTRNL_ADDR: "10.162.0.25" | ||
|
||
# Global environment variables (not meant to be changed) | ||
DEBIAN_FRONTEND: noninteractive | ||
|
||
# Docker dind configuration. | ||
# To use dind, make sure gitlab-runner's configuration | ||
# has a common mount for /certs (i.e. runners.docker.volumes) directory | ||
# and that the dind service name is always docker (default hostname). | ||
DOCKER_HOST: "tcp://docker:2376" | ||
DOCKER_CERT_PATH: "/certs/client" | ||
DOCKER_TLS_VERIFY: "1" | ||
DOCKER_TLS_CERTDIR: "/certs" |