From 8fbf208e1ecc0db09ec8d0a5898838934dc2b1d0 Mon Sep 17 00:00:00 2001 From: Lonnie Liu <95255098+aslonnie@users.noreply.github.com> Date: Mon, 3 Feb 2025 17:17:38 -0800 Subject: [PATCH] [ci] remove condition testing deps from base ci images (#50190) the base images no longer require the script to build Signed-off-by: Lonnie Liu --- ci/docker/base.build.aarch64.wanda.yaml | 1 - ci/docker/base.build.py39.wanda.yaml | 1 - ci/docker/base.build.wanda.yaml | 1 - ci/docker/base.gpu.py39.wanda.yaml | 1 - ci/docker/base.gpu.wanda.yaml | 1 - ci/docker/base.ml.py39.wanda.yaml | 1 - ci/docker/base.ml.wanda.yaml | 1 - 7 files changed, 7 deletions(-) diff --git a/ci/docker/base.build.aarch64.wanda.yaml b/ci/docker/base.build.aarch64.wanda.yaml index b7216935a340b..2e21b9f7c70c3 100644 --- a/ci/docker/base.build.aarch64.wanda.yaml +++ b/ci/docker/base.build.aarch64.wanda.yaml @@ -6,7 +6,6 @@ srcs: - ci/ci.sh - ci/env/install-dependencies.sh - ci/env/install-llvm-binaries.sh - - ci/pipeline/determine_tests_to_run.py - ci/suppress_output - python/requirements.txt - python/requirements_compiled.txt diff --git a/ci/docker/base.build.py39.wanda.yaml b/ci/docker/base.build.py39.wanda.yaml index 829e17787ad29..6a056e80fa8a2 100644 --- a/ci/docker/base.build.py39.wanda.yaml +++ b/ci/docker/base.build.py39.wanda.yaml @@ -6,7 +6,6 @@ srcs: - ci/ci.sh - ci/env/install-dependencies.sh - ci/env/install-llvm-binaries.sh - - ci/pipeline/determine_tests_to_run.py - ci/suppress_output - python/requirements.txt - python/requirements_compiled.txt diff --git a/ci/docker/base.build.wanda.yaml b/ci/docker/base.build.wanda.yaml index f8de2f42588d4..4d90faf3beea5 100644 --- a/ci/docker/base.build.wanda.yaml +++ b/ci/docker/base.build.wanda.yaml @@ -6,7 +6,6 @@ srcs: - ci/ci.sh - ci/env/install-dependencies.sh - ci/env/install-llvm-binaries.sh - - ci/pipeline/determine_tests_to_run.py - ci/suppress_output - python/requirements.txt - python/requirements_compiled.txt diff --git a/ci/docker/base.gpu.py39.wanda.yaml b/ci/docker/base.gpu.py39.wanda.yaml index ffe091f41ecd8..9d0fdd10d1b5a 100644 --- a/ci/docker/base.gpu.py39.wanda.yaml +++ b/ci/docker/base.gpu.py39.wanda.yaml @@ -15,7 +15,6 @@ srcs: - ci/env/install-llvm-binaries.sh - ci/env/install-bazel.sh - ci/env/install-miniconda.sh - - ci/pipeline/determine_tests_to_run.py - ci/suppress_output - python/requirements.txt - python/requirements_compiled.txt diff --git a/ci/docker/base.gpu.wanda.yaml b/ci/docker/base.gpu.wanda.yaml index 7e1a163f984d9..11d39374d8257 100644 --- a/ci/docker/base.gpu.wanda.yaml +++ b/ci/docker/base.gpu.wanda.yaml @@ -9,7 +9,6 @@ srcs: - ci/env/install-llvm-binaries.sh - ci/env/install-bazel.sh - ci/env/install-miniconda.sh - - ci/pipeline/determine_tests_to_run.py - ci/suppress_output - python/requirements.txt - python/requirements_compiled.txt diff --git a/ci/docker/base.ml.py39.wanda.yaml b/ci/docker/base.ml.py39.wanda.yaml index 8980a711735f4..810a0033d6c3b 100644 --- a/ci/docker/base.ml.py39.wanda.yaml +++ b/ci/docker/base.ml.py39.wanda.yaml @@ -12,7 +12,6 @@ srcs: - ci/ci.sh - ci/env/install-dependencies.sh - ci/env/install-llvm-binaries.sh - - ci/pipeline/determine_tests_to_run.py - ci/suppress_output - python/requirements.txt - python/requirements_compiled.txt diff --git a/ci/docker/base.ml.wanda.yaml b/ci/docker/base.ml.wanda.yaml index b973d0b987cd7..9b9e4f8c98ae8 100644 --- a/ci/docker/base.ml.wanda.yaml +++ b/ci/docker/base.ml.wanda.yaml @@ -6,7 +6,6 @@ srcs: - ci/ci.sh - ci/env/install-dependencies.sh - ci/env/install-llvm-binaries.sh - - ci/pipeline/determine_tests_to_run.py - ci/suppress_output - python/requirements.txt - python/requirements_compiled.txt