Skip to content

Commit

Permalink
add back debug and existing volumes
Browse files Browse the repository at this point in the history
Signed-off-by: vsoch <vsoch@users.noreply.github.com>
  • Loading branch information
vsoch committed Oct 12, 2023
1 parent 464871f commit 7c5f735
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Expand Up @@ -72,9 +72,9 @@ jobs:
#["lammps", "ghcr.io/rse-ops/lammps:flux-sched-focal-v0.24.0", 60],
#["pokemon", "ghcr.io/rse-ops/pokemon:app-latest", 60],
#["timed", "ghcr.io/flux-framework/flux-restful-api:latest", 60],
#["debug", "ghcr.io/flux-framework/flux-restful-api:latest", 60],
["debug", "", 60],
#["flux-resource-list", "ghcr.io/flux-framework/flux-restful-api:latest", 60],
#["existing-volumes", "ghcr.io/flux-framework/flux-restful-api:latest", 60],
["existing-volumes", "", 60],
["volumes", "", 60]]
#["snakemake", "ghcr.io/rse-ops/atacseq:app-latest", 60]]

Expand Down
4 changes: 2 additions & 2 deletions examples/tests/custom-config/minicluster.yaml
Expand Up @@ -5,7 +5,7 @@ metadata:
spec:
# suppress all output except for test run
logging:
quiet: false
quiet: true

# Number of pods to create for MiniCluster
size: 4
Expand All @@ -32,7 +32,7 @@ spec:
default_port = 8050
default_bind = "tcp://eth0:%p"
default_connect = "tcp://%h.flux-service.flux-operator.svc.cluster.local:%p"
hosts = [{host="flux-sample-0", bind="tcp://eth0:8050",connect="tcp://flux-sample-0.flux-service.flux-operator.svc.cluster.local:8050"},
hosts = [{host="flux-sample-0", bind="tcp://eth0:8050",connect="tcp://flux-sample-0.flux-service.default.svc.cluster.local:8050"},
{host="flux-sample-[1-3]"}]
[archive]
dbpath = "/mnt/flux/view/var/lib/flux/job-archive.sqlite"
Expand Down
5 changes: 2 additions & 3 deletions examples/tests/debug/minicluster.yaml
@@ -1,8 +1,7 @@
apiVersion: flux-framework.org/v1alpha1
apiVersion: flux-framework.org/v1alpha2
kind: MiniCluster
metadata:
name: flux-sample
namespace: flux-operator
spec:

# suppress all output except for test run
Expand All @@ -15,5 +14,5 @@ spec:

# This is a list because a pod can support multiple containers
containers:
- image: ghcr.io/flux-framework/flux-restful-api:latest
- image: rockylinux:9
command: echo hello world
3 changes: 1 addition & 2 deletions examples/tests/existing-volumes/minicluster.yaml
Expand Up @@ -2,7 +2,6 @@ apiVersion: flux-framework.org/v1alpha1
kind: MiniCluster
metadata:
name: flux-sample
namespace: flux-operator
spec:
# suppress all output except for test run
logging:
Expand All @@ -13,7 +12,7 @@ spec:

# This is a list because a pod can support multiple containers
containers:
- image: ghcr.io/flux-framework/flux-restful-api:latest
- image: rockylinux:9
command: ls /data
existingVolumes:
data:
Expand Down

0 comments on commit 7c5f735

Please sign in to comment.