Skip to content

Commit

Permalink
Correct pod name from my test
Browse files Browse the repository at this point in the history
  • Loading branch information
benclifford committed Jun 10, 2024
1 parent ee14f6e commit 120cf78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion htex_k8s_kind.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def fresh_config():
provider=KubernetesProvider(
worker_init=". /venv/bin/activate",
# pod_name="override-pod-name", # can't use default name because of dots, without own bugfix
image="parslimg:a"
image="parsl:ci"
),
)
],
Expand Down
2 changes: 1 addition & 1 deletion pytest-task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ spec:
restartPolicy: Never
containers:
- name: pytest
image: parslimg:a
image: parsl:ci
command: ["bash", "runme.sh"]

0 comments on commit 120cf78

Please sign in to comment.