Skip to content

Commit

Permalink
move some files around
Browse files Browse the repository at this point in the history
  • Loading branch information
benclifford committed Jan 15, 2025
1 parent eebdedc commit 4a497f6
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci-k8s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
uses: docker/build-push-action@v5
with:
context: .
file: parsl/tests/ci_k8s/Dockerfile
tags: parsl:ci

- name: Push docker image into kubernetes cluster
Expand All @@ -38,7 +39,7 @@ jobs:
- name: launch pytest Job
run: |
free -h
kubectl create -f ./pytest-task.yaml
kubectl create -f parsl/tests/ci_k8s/pytest-task.yaml
- name: wait for pytest Job
run: |
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion pytest-task.yaml → parsl/tests/ci_k8s/pytest-task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ spec:
containers:
- name: pytest
image: parsl:ci
command: ["bash", "runme.sh"]
command: ["bash", "/parsl/parsl/tests/ci_k8s/runme.sh"]

File renamed without changes.

0 comments on commit 4a497f6

Please sign in to comment.