From 503e6d1a4dba330b5a91319c9a3a4484e2135bd5 Mon Sep 17 00:00:00 2001 From: Luc Berger-Vergiat Date: Mon, 13 Oct 2025 09:11:05 -0600 Subject: [PATCH] Adding proxy for Argonne machines in CI yaml Signed-off-by: Luc Berger-Vergiat --- .gitlab/alcf-gitlab-ci.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.gitlab/alcf-gitlab-ci.yml b/.gitlab/alcf-gitlab-ci.yml index 7169951906..605dd65ce3 100644 --- a/.gitlab/alcf-gitlab-ci.yml +++ b/.gitlab/alcf-gitlab-ci.yml @@ -16,6 +16,12 @@ Polaris: - module load cudatoolkit-standalone/12.8.1 - module list - export CMAKE_BUILD_PARALLEL_LEVEL=48 + - export HTTP_PROXY="http://proxy.alcf.anl.gov:3128" + - export HTTPS_PROXY="http://proxy.alcf.anl.gov:3128" + - export http_proxy="http://proxy.alcf.anl.gov:3128" + - export https_proxy="http://proxy.alcf.anl.gov:3128" + - export ftp_proxy="http://proxy.alcf.anl.gov:3128" + - export no_proxy="admin,polaris-adminvm-01,localhost,*.cm.polaris.alcf.anl.gov,polaris-*,*.polaris.alcf.anl.gov,*.alcf.anl.gov" - git clone https://github.com/kokkos/kokkos.git - "cmake -S kokkos \ -B kokkos_build \ @@ -67,6 +73,12 @@ Aurora: script: - module load cmake oneapi - module list + - export HTTP_PROXY="http://proxy.alcf.anl.gov:3128" + - export HTTPS_PROXY="http://proxy.alcf.anl.gov:3128" + - export http_proxy="http://proxy.alcf.anl.gov:3128" + - export https_proxy="http://proxy.alcf.anl.gov:3128" + - export ftp_proxy="http://proxy.alcf.anl.gov:3128" + - export no_proxy="admin,polaris-adminvm-01,localhost,*.cm.polaris.alcf.anl.gov,polaris-*,*.polaris.alcf.anl.gov,*.alcf.anl.gov" - git clone https://github.com/kokkos/kokkos.git - cmake -S kokkos -B kokkos/build