Skip to content

Commit

Permalink
Merge pull request #23235 from cevich/ignore_kube
Browse files Browse the repository at this point in the history
[v5.1] Drop minikube CI test
  • Loading branch information
Luap99 authored Jul 10, 2024
2 parents ef35962 + 5067de2 commit a5ba0a9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 19 deletions.
18 changes: 0 additions & 18 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -930,23 +930,6 @@ rootless_system_test_task:
main_script: *main
always: *logs_artifacts


minikube_test_task:
name: *std_name_fmt
alias: minikube_test
# Docs: ./contrib/cirrus/CIModes.md
only_if: *not_tag_magic
depends_on: *build
gce_instance: *standardvm
env:
<<: *stdenvars
TEST_FLAVOR: minikube
PRIV_NAME: rootless
clone_script: *get_gosrc
setup_script: *setup
main_script: *main
always: *logs_artifacts

farm_test_task:
name: *std_name_fmt
alias: farm_test
Expand Down Expand Up @@ -1079,7 +1062,6 @@ success_task:
- remote_system_test
- rootless_remote_system_test
- rootless_system_test
- minikube_test
- farm_test
- buildah_bud_test
- upgrade_test
Expand Down
1 change: 0 additions & 1 deletion contrib/cirrus/setup_environment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,6 @@ esac
showrun echo "about to set up for TEST_FLAVOR [=$TEST_FLAVOR]"
case "$TEST_FLAVOR" in
validate)
showrun dnf install -y $PACKAGE_DOWNLOAD_DIR/python3*.rpm
# For some reason, this is also needed for validation
showrun make .install.pre-commit .install.gitvalidation
;;
Expand Down

0 comments on commit a5ba0a9

Please sign in to comment.