Skip to content

Commit

Permalink
Moved image pushing to PR kubernetes#24235
Browse files Browse the repository at this point in the history
  • Loading branch information
khalludi committed Nov 10, 2021
1 parent 959b483 commit c9d64fd
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 58 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ run-pytest:
docker run -v $(shell pwd):/app $(PYTEST_IMAGE)

pytests:
pip3 install -r requirements3.txt
mkdir -p _bin-make
make -C kettle/ test
make -C metrics/ test
Expand Down
24 changes: 0 additions & 24 deletions config/jobs/image-pushing/k8s-staging-test-infra.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -273,27 +273,3 @@ postsubmits:
- --project=k8s-staging-test-infra
- --env-passthrough=PULL_BASE_REF
- triage/
- name: post-test-infra-push-pytest
cluster: k8s-infra-prow-build-trusted
run_if_changed: '^(images/pytest|experiment|hack|kettle|metrics|releng)/'
annotations:
testgrid-dashboards: sig-testing-images, sig-k8s-infra-gcb
testgrid-tab-name: "pytest"
testgrid-alert-email: [email protected], [email protected]
testgrid-num-failures-to-alert: '1'
description: builds and pushes the python testing image
decorate: true
branches:
- ^master$
max_concurrency: 1
spec:
serviceAccountName: gcb-builder
containers:
- image: gcr.io/k8s-staging-test-infra/image-builder:v20211014-7ca1952a94
command:
- /run.sh
args:
- --scratch-bucket=gs://k8s-staging-test-infra-gcb
- --project=k8s-staging-test-infra
- --build-dir=.
- images/pytest
12 changes: 0 additions & 12 deletions images/pytest/Dockerfile

This file was deleted.

10 changes: 0 additions & 10 deletions images/pytest/cloudbuild.yaml

This file was deleted.

13 changes: 1 addition & 12 deletions requirements3.txt
Original file line number Diff line number Diff line change
@@ -1,23 +1,12 @@
astroid==2.3.3
backports.functools_lru_cache==1.6.1
certifi==2021.10.8
chardet==4.0.0
configparser==4.0.2
google-api-core==2.1.1
google-cloud-bigquery==2.28.1
google-cloud-pubsub==2.8.0
idna==3.3
influxdb==5.2.3
isort==4.3.21
pylint==2.4.4
python-dateutil==2.8.2
pytz==2021.3
parameterized==0.7.4
PyYAML==5.3
requests==2.26.0
ruamel.yaml==0.16.5
setuptools==44.0.0
sh==1.12.14
singledispatch==3.4.0.3
six==1.15.0
urllib3==1.26.7
singledispatch==3.4.0.3

0 comments on commit c9d64fd

Please sign in to comment.