Skip to content

Commit

Permalink
[ci] remove condition testing deps from base ci images (#50190)
Browse files Browse the repository at this point in the history
the base images no longer require the script to build

Signed-off-by: Lonnie Liu <[email protected]>
  • Loading branch information
aslonnie authored Feb 4, 2025
1 parent 7369d79 commit 8fbf208
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion ci/docker/base.build.aarch64.wanda.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion ci/docker/base.build.py39.wanda.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion ci/docker/base.build.wanda.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion ci/docker/base.gpu.py39.wanda.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion ci/docker/base.gpu.wanda.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion ci/docker/base.ml.py39.wanda.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion ci/docker/base.ml.wanda.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8fbf208

Please sign in to comment.