Skip to content
This repository has been archived by the owner on Dec 19, 2024. It is now read-only.

Commit

Permalink
Simulate an "old" version that doesn't have the parsl fork
Browse files Browse the repository at this point in the history
  • Loading branch information
mfisher87 committed Apr 26, 2024
1 parent 25407f1 commit a8ddd42
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
7 changes: 0 additions & 7 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,3 @@ dependencies:
# dependency specification problem:
# https://github.com/conda-forge/parsl-feedstock/pull/72
- parsl-with-kubernetes ~=2024.4,>=2014.4.15

# We forked Parsl to get around this issue:
# https://github.com/Parsl/parsl/pull/3357
# TODO: Once the PR above is merged, ensure built for conda-forge and move
# parsl back out of the pip section
- pip:
- "--editable=git+https://github.com/QGreenland-Net/parsl.git@k8s-use-incluser-config-fallback#egg=parsl"
2 changes: 1 addition & 1 deletion k8s/job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
claimName: "qgnet-pvc-test-1"
containers:
- name: "parsl-init"
image: "ghcr.io/qgreenland-net/parsl-exploration:v0.1.1"
image: "ghcr.io/qgreenland-net/parsl-exploration:v0.0.1"
volumeMounts:
- name: "parsl-init-script-volume"
mountPath: "/parsl-init-script"
Expand Down
2 changes: 1 addition & 1 deletion run.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def get_parsl_config():
provider=KubernetesProvider(
namespace=k8s_namespace,
# Docker image url to use for pods
image="ghcr.io/qgreenland-net/parsl-exploration:v0.1.1",
image="ghcr.io/qgreenland-net/parsl-exploration:v0.0.1",
# Command to be run upon pod start, such as:
# "module load Anaconda; source activate parsl_env".
# or "pip install parsl"
Expand Down

0 comments on commit a8ddd42

Please sign in to comment.