Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cloudbuild-e2e-cloud-run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

steps:
# Wait for the image to exist
- name: "docker"
- name: docker:28
id: wait-for-image
entrypoint: "sh"
timeout: 3m
Expand Down
2 changes: 1 addition & 1 deletion cloudbuild-e2e-gae.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

steps:
# Wait for the image to exist
- name: "docker"
- name: docker:28
id: wait-for-image
entrypoint: "sh"
timeout: 10m
Expand Down
2 changes: 1 addition & 1 deletion cloudbuild-e2e-gce.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

steps:
# Wait for the image to exist
- name: "docker"
- name: docker:28
id: wait-for-image
entrypoint: "sh"
timeout: 3m
Expand Down
2 changes: 1 addition & 1 deletion cloudbuild-e2e-gke.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

steps:
# Wait for the image to exist
- name: "docker"
- name: docker:28
id: wait-for-image
entrypoint: "sh"
timeout: 3m
Expand Down
2 changes: 1 addition & 1 deletion cloudbuild-e2e-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

steps:
- name: docker
- name: docker:28
entrypoint: "sh"
args:
- -c
Expand Down
4 changes: 2 additions & 2 deletions cloudbuild-e2e-local.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@

steps:
# Wait for the image to exist
- name: "docker"
- name: docker:28
id: wait-for-image
entrypoint: "sh"
timeout: 3m
env: ["_TEST_SERVER_IMAGE=${_TEST_SERVER_IMAGE}"]
args:
- e2e-test-server/wait-for-image.sh

- name: "docker"
- name: docker:28
id: pull-image
args:
- pull
Expand Down
2 changes: 1 addition & 1 deletion e2e-test-server/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ pydantic==2.4.2
pydantic_core==2.10.1
requests==2.31.0
rsa==4.9
typing_extensions==4.8.0
typing_extensions==4.10.0
urllib3==2.0.6
waitress==2.1.2
watchdog==4.0.1
Expand Down