Skip to content

Commit

Permalink
Revert "test: Add script and GitHub Action for kfp-kubernetes-library (
Browse files Browse the repository at this point in the history
…kubeflow#11006)"

This reverts commit c420f8c.
  • Loading branch information
hbelmiro committed Aug 5, 2024
1 parent 522b593 commit 64d30b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 39 deletions.
36 changes: 0 additions & 36 deletions .github/workflows/kfp-kubernetes-library-test.yaml

This file was deleted.

6 changes: 3 additions & 3 deletions test/presubmit-test-kfp-kubernetes-library.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash -ex
# Copyright 2024 Kubeflow Pipelines contributors
# Copyright 2023 Kubeflow Pipelines contributors
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand All @@ -19,7 +19,7 @@ pip install --upgrade pip
pip install wheel

pip install sdk/python
sudo apt-get update && sudo apt-get install -y protobuf-compiler
apt-get update && apt-get install -y protobuf-compiler
pushd api
make clean python
popd
Expand All @@ -32,6 +32,6 @@ make clean python
popd

# rust needed for transitive deps in dev extras on Python:3.12
sudo apt-get install rustc -y
apt-get install rustc -y
pip install -e "$source_root/kubernetes_platform/python[dev]"
pytest "$source_root/kubernetes_platform/python/test" -n auto

0 comments on commit 64d30b6

Please sign in to comment.