Skip to content

Commit

Permalink
TF2 instead of TF1 as image for k8s tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
wes-turner committed Jan 5, 2024
1 parent 8f79f91 commit b71a8fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions e2e_tests/tests/command/test_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@ def test_k8_init_containers(using_k8s: bool) -> None:
"spec": {
"initContainers": [
{
"image": conf.TF1_CPU_IMAGE,
"image": conf.TF2_CPU_IMAGE,
"name": "simple-init-container",
"command": ["/bin/bash"],
"args": ["-c", "exit 1"],
Expand Down Expand Up @@ -581,7 +581,7 @@ def test_k8_sidecars(using_k8s: bool) -> None:
"spec": {
"containers": [
{
"image": conf.TF1_CPU_IMAGE,
"image": conf.TF2_CPU_IMAGE,
"name": "sidecar",
"command": ["/bin/bash"],
}
Expand Down

0 comments on commit b71a8fc

Please sign in to comment.