Add CI proxy settings to role skeleton

Change-Id: I66fa956d0651957f6d087a1055b9424531f05902
This commit is contained in:
Sagi Shnaidman 2020-02-20 18:07:47 +02:00
parent dcf8c98fb9
commit 47f229b41f
1 changed files with 4 additions and 0 deletions

View File

@ -10,6 +10,8 @@ platforms:
image: centos:7
dockerfile: Dockerfile
pkg_extras: python-setuptools
volumes:
- /etc/ci/mirror_info.sh:/etc/ci/mirror_info.sh:ro
easy_install:
- pip
environment: &env
@ -21,6 +23,8 @@ platforms:
image: centos:8
dockerfile: Dockerfile
pkg_extras: python*-setuptools
volumes:
- /etc/ci/mirror_info.sh:/etc/ci/mirror_info.sh:ro
environment:
<<: *env