Skip to content

Commit ddb6e06

Browse files
authored
Adding proxy for Argonne machines in CI yaml (#2821)
Signed-off-by: Luc Berger-Vergiat <lberge@sandia.gov>
1 parent 83a7930 commit ddb6e06

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.gitlab/alcf-gitlab-ci.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ Polaris:
1616
- module load cudatoolkit-standalone/12.8.1
1717
- module list
1818
- export CMAKE_BUILD_PARALLEL_LEVEL=48
19+
- export HTTP_PROXY="http://proxy.alcf.anl.gov:3128"
20+
- export HTTPS_PROXY="http://proxy.alcf.anl.gov:3128"
21+
- export http_proxy="http://proxy.alcf.anl.gov:3128"
22+
- export https_proxy="http://proxy.alcf.anl.gov:3128"
23+
- export ftp_proxy="http://proxy.alcf.anl.gov:3128"
24+
- export no_proxy="admin,polaris-adminvm-01,localhost,*.cm.polaris.alcf.anl.gov,polaris-*,*.polaris.alcf.anl.gov,*.alcf.anl.gov"
1925
- git clone https://github.com/kokkos/kokkos.git
2026
- "cmake -S kokkos \
2127
-B kokkos_build \
@@ -67,6 +73,12 @@ Aurora:
6773
script:
6874
- module load cmake oneapi
6975
- module list
76+
- export HTTP_PROXY="http://proxy.alcf.anl.gov:3128"
77+
- export HTTPS_PROXY="http://proxy.alcf.anl.gov:3128"
78+
- export http_proxy="http://proxy.alcf.anl.gov:3128"
79+
- export https_proxy="http://proxy.alcf.anl.gov:3128"
80+
- export ftp_proxy="http://proxy.alcf.anl.gov:3128"
81+
- export no_proxy="admin,polaris-adminvm-01,localhost,*.cm.polaris.alcf.anl.gov,polaris-*,*.polaris.alcf.anl.gov,*.alcf.anl.gov"
7082
- git clone https://github.com/kokkos/kokkos.git
7183
- cmake -S kokkos
7284
-B kokkos/build

0 commit comments

Comments
 (0)