Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/triaged job folder #88

Merged
merged 22 commits into from
Feb 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
a5835d7
Merge branch 'develop' of github.com:MAAP-Project/maap-workspaces int…
grallewellyn Sep 13, 2023
81bb7ad
Merge branch 'develop' of github.com:MAAP-Project/maap-workspaces int…
grallewellyn Sep 21, 2023
49ee438
Merge branch 'develop' of github.com:MAAP-Project/maap-workspaces int…
grallewellyn Sep 28, 2023
203416e
Merge branch 'develop' of github.com:MAAP-Project/maap-workspaces int…
grallewellyn Oct 4, 2023
9065760
Merge branch 'develop' of github.com:MAAP-Project/maap-workspaces int…
grallewellyn Oct 9, 2023
10f82d5
Merge branch 'develop' of github.com:MAAP-Project/maap-workspaces int…
grallewellyn Oct 10, 2023
486fd90
Merge branch 'develop' of github.com:MAAP-Project/maap-workspaces int…
grallewellyn Oct 23, 2023
eb3615e
Merge branch 'develop' of github.com:MAAP-Project/maap-workspaces int…
grallewellyn Oct 25, 2023
4d03679
Merge branch 'develop' of github.com:MAAP-Project/maap-workspaces int…
grallewellyn Oct 30, 2023
c09dd41
updated maap help to version 1.0.1
grallewellyn Oct 30, 2023
84a7f29
converted back to 1.0.0
grallewellyn Oct 30, 2023
9f23a8e
Merge branch 'develop' of github.com:MAAP-Project/maap-workspaces int…
grallewellyn Nov 2, 2023
d8e95ce
Merge branch 'develop' of github.com:MAAP-Project/maap-workspaces int…
grallewellyn Nov 8, 2023
d5e2f91
Merge branch 'develop' of github.com:MAAP-Project/maap-workspaces int…
grallewellyn Nov 30, 2023
554915e
Merge branch 'develop' of github.com:MAAP-Project/maap-workspaces int…
grallewellyn Dec 7, 2023
4a0628d
added in lines that set conda forge as the default and create .condarc
grallewellyn Jan 10, 2024
6592c42
Merge branch 'develop' of github.com:MAAP-Project/maap-workspaces int…
grallewellyn Jan 16, 2024
ce123f9
Merge branch 'develop' of github.com:MAAP-Project/maap-workspaces int…
grallewellyn Jan 18, 2024
4ceecb0
updated all devfiles to have triaged_job folder
grallewellyn Jan 18, 2024
4334ebf
Merge branch 'develop' of github.com:MAAP-Project/maap-workspaces int…
grallewellyn Feb 27, 2024
ec18a73
changed instances of triaged_job to triaged-jobs
grallewellyn Feb 28, 2024
3a99a90
Merge branch 'develop' into feature/triaged_job-folder
grallewellyn Feb 28, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions devfiles/isce3/devfile/devfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@ components:
mountPath: /projects/shared-buckets
subPath: shared-buckets
mountPropagation: HostToContainer
- name: s3fs-volume
mountPath: /projects/triaged-jobs
subPath: triaged-jobs
mountPropagation: HostToContainer
- name: s3fs
image: 'mas.ops.maap-project.org/root/che-sidecar-s3fs:master'
imagePullPolicy: Always
Expand All @@ -76,6 +80,10 @@ components:
mountPath: /shared-buckets
subPath: shared-buckets
mountPropagation: Bidirectional
- name: s3fs-volume
mountPath: /triaged-jobs
subPath: triaged-jobs
mountPropagation: Bidirectional
- apiVersion: v1
kind: PersistentVolumeClaim
metadata:
Expand Down
8 changes: 8 additions & 0 deletions devfiles/pangeo/devfile/devfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@ components:
mountPath: /projects/shared-buckets
subPath: shared-buckets
mountPropagation: HostToContainer
- name: s3fs-volume
mountPath: /projects/triaged-jobs
subPath: triaged-jobs
mountPropagation: HostToContainer
- name: s3fs
image: 'mas.ops.maap-project.org/root/che-sidecar-s3fs:master'
imagePullPolicy: Always
Expand All @@ -76,6 +80,10 @@ components:
mountPath: /shared-buckets
subPath: shared-buckets
mountPropagation: Bidirectional
- name: s3fs-volume
mountPath: /triaged-jobs
subPath: triaged-jobs
mountPropagation: Bidirectional
- apiVersion: v1
kind: PersistentVolumeClaim
metadata:
Expand Down
8 changes: 8 additions & 0 deletions devfiles/r/devfile/devfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@ components:
mountPath: /projects/shared-buckets
subPath: shared-buckets
mountPropagation: HostToContainer
- name: s3fs-volume
mountPath: /projects/triaged-jobs
subPath: triaged-jobs
mountPropagation: HostToContainer
- name: s3fs
image: 'mas.ops.maap-project.org/root/che-sidecar-s3fs:master'
imagePullPolicy: Always
Expand All @@ -76,6 +80,10 @@ components:
mountPath: /shared-buckets
subPath: shared-buckets
mountPropagation: Bidirectional
- name: s3fs-volume
mountPath: /triaged-jobs
subPath: triaged-jobs
mountPropagation: Bidirectional
- apiVersion: v1
kind: PersistentVolumeClaim
metadata:
Expand Down
8 changes: 8 additions & 0 deletions devfiles/vanilla/devfile/devfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@ components:
mountPath: /projects/shared-buckets
subPath: shared-buckets
mountPropagation: HostToContainer
- name: s3fs-volume
mountPath: /projects/triaged-jobs
subPath: triaged-jobs
mountPropagation: HostToContainer
- name: s3fs
image: 'mas.ops.maap-project.org/root/che-sidecar-s3fs:master'
imagePullPolicy: Always
Expand All @@ -76,6 +80,10 @@ components:
mountPath: /shared-buckets
subPath: shared-buckets
mountPropagation: Bidirectional
- name: s3fs-volume
mountPath: /triaged-jobs
subPath: triaged-jobs
mountPropagation: Bidirectional
- apiVersion: v1
kind: PersistentVolumeClaim
metadata:
Expand Down