Skip to content

Commit

Permalink
chore(python): remove obsolete release scripts and config files (#755)
Browse files Browse the repository at this point in the history
* chore(python): remove obsolete release scripts and config files

Source-Link: googleapis/synthtool@6357517
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:91d0075c6f2fd6a073a06168feee19fa2a8507692f2519a1dc7de3366d157e99

* See googleapis/synthtool#2035

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: Anthonios Partheniou <partheniou@google.com>
  • Loading branch information
3 people authored Nov 11, 2024
1 parent 159e9a4 commit 9370c7a
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 596 deletions.
4 changes: 2 additions & 2 deletions .github/.OwlBot.lock.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
# limitations under the License.
docker:
image: gcr.io/cloud-devrel-public-resources/owlbot-python:latest
digest: sha256:5efdf8d38e5a22c1ec9e5541cbdfde56399bdffcb6f531183f84ac66052a8024
# created: 2024-10-25
digest: sha256:91d0075c6f2fd6a073a06168feee19fa2a8507692f2519a1dc7de3366d157e99
# created: 2024-11-11T16:13:09.302418532Z
1 change: 1 addition & 0 deletions .github/release-trigger.yml
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
enabled: true
multiScmName: python-api-core
29 changes: 0 additions & 29 deletions .kokoro/release.sh

This file was deleted.

43 changes: 0 additions & 43 deletions .kokoro/release/common.cfg

This file was deleted.

1 change: 0 additions & 1 deletion .kokoro/release/release.cfg

This file was deleted.

11 changes: 0 additions & 11 deletions .kokoro/requirements.in

This file was deleted.

509 changes: 0 additions & 509 deletions .kokoro/requirements.txt

This file was deleted.

3 changes: 2 additions & 1 deletion .kokoro/test-samples-impl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ export PYTHONUNBUFFERED=1
env | grep KOKORO

# Install nox
python3.9 -m pip install --upgrade --quiet nox
# `virtualenv==20.26.6` is added for Python 3.7 compatibility
python3.9 -m pip install --upgrade --quiet nox virtualenv==20.26.6

# Use secrets acessor service account to get secrets
if [[ -f "${KOKORO_GFILE_DIR}/secrets_viewer_service_account.json" ]]; then
Expand Down

0 comments on commit 9370c7a

Please sign in to comment.