Skip to content

Commit

Permalink
Update webmo to use Pitzer (#273)
Browse files Browse the repository at this point in the history
* Update webmo to use Pitzer

* Increate timeout

* Update chart-testing-action to fix timeout issue
  • Loading branch information
treydock authored Dec 31, 2024
1 parent f83a782 commit 059cc87
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions .github/config/cf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ chart-repos:
- bitnami=https://charts.bitnami.com/bitnami
- osc=https://osc.github.io/osc-helm-charts/
- robjuz-helm-charts=https://treydock.github.io/robjuz-helm-charts/
helm-extra-args: '--timeout 600s'
4 changes: 2 additions & 2 deletions .github/workflows/test-private.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
with:
python-version: 3.9
- name: Set up chart-testing
uses: helm/[email protected].0
uses: helm/[email protected].1
- name: Run chart-testing (lint)
run: ct lint --config .github/config/cf.yaml --chart-dirs charts-private

Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
with:
version: v3.12.0
- name: Set up chart-testing
uses: helm/[email protected].0
uses: helm/[email protected].1
- name: Create kind cluster
uses: helm/[email protected]
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
with:
python-version: 3.9
- name: Set up chart-testing
uses: helm/[email protected].0
uses: helm/[email protected].1
- name: Run chart-testing (lint)
run: ct lint --config .github/config/cf.yaml --chart-dirs charts

Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
with:
python-version: 3.9
- name: Set up chart-testing
uses: helm/[email protected].0
uses: helm/[email protected].1
- name: Create kind cluster
uses: helm/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion charts-private/webmo/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: webmo
description: OSC webmo web service
type: application
version: 0.7.1
version: 0.8.0
appVersion: '23.1'
maintainers:
- name: treydock
Expand Down
2 changes: 1 addition & 1 deletion charts-private/webmo/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ webservice:
repository: docker-registry.osc.edu/webservices/webmo
env:
- name: SLURM_CONF
value: '/etc/slurm/slurm-owens.conf'
value: '/etc/slurm/slurm-pitzer.conf'
- name: WEBMO_INSTALL
value: /users/PZS0605/webmo/k8s_webmo/deployments/{{ include "osc.common.environment" . }}/install
mounts:
Expand Down

0 comments on commit 059cc87

Please sign in to comment.