Skip to content

Commit

Permalink
fix min & max for ascend along with the form label for R version (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
johrstrom authored Oct 24, 2022
1 parent 4820b82 commit b83b856
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [0.23.1] - 2020-10-24

- Fixed min & max for ascend and update form labels for R version in [105](https://github.com/OSC/bc_osc_rstudio_server/pull/105).

## [0.23.0] - 2020-10-20

- Added support for Ascend cluster in [104](https://github.com/OSC/bc_osc_rstudio_server/pull/104).
Expand Down Expand Up @@ -379,7 +383,8 @@ loads R_LIBS_SITE environment variable if it is set.
### Added
- Initial release!

[Unreleased]: https://github.com/OSC/bc_osc_rstudio_server/compare/v0.23.0...HEAD
[Unreleased]: https://github.com/OSC/bc_osc_rstudio_server/compare/v0.23.1...HEAD
[0.23.1]: https://github.com/OSC/bc_osc_rstudio_server/compare/v0.23.0...v0.23.1
[0.23.0]: https://github.com/OSC/bc_osc_rstudio_server/compare/v0.22.0...v0.23.0
[0.22.0]: https://github.com/OSC/bc_osc_rstudio_server/compare/v0.21.9...v0.22.0
[0.21.9]: https://github.com/OSC/bc_osc_rstudio_server/compare/v0.21.8...v0.21.9
Expand Down
8 changes: 6 additions & 2 deletions form.yml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ attributes:
data-max-num-cores-for-cluster-owens: 28,
data-min-num-cores-for-cluster-pitzer: 1,
data-max-num-cores-for-cluster-pitzer: 48,
data-min-num-cores-for-cluster-ascend: 1,
data-max-num-cores-for-cluster-ascend: 96,
data-option-for-cluster-kubernetes: false,
data-option-for-cluster-kubernetes-test: false,
data-option-for-cluster-kubernetes-dev: false
Expand Down Expand Up @@ -96,6 +98,8 @@ attributes:
data-max-num-cores-for-cluster-owens: 28,
data-min-num-cores-for-cluster-pitzer: 1,
data-max-num-cores-for-cluster-pitzer: 48,
data-min-num-cores-for-cluster-ascend: 1,
data-max-num-cores-for-cluster-ascend: 96,
data-option-for-cluster-kubernetes: false,
data-option-for-cluster-kubernetes-test: false,
data-option-for-cluster-kubernetes-dev: false
Expand Down Expand Up @@ -221,15 +225,15 @@ attributes:
help: "This defines the version of R you want to load."
options:
- [
"R/4.2.1", "rstudio/2022.07.2 R/4.2.1",
"4.2.1", "rstudio/2022.07.2 R/4.2.1",
data-option-for-cluster-kubernetes: false,
data-option-for-cluster-kubernetes-test: false,
data-option-for-cluster-kubernetes-dev: false,
data-option-for-cluster-owens: false,
data-option-for-cluster-pitzer: false,
]
- [
"R/4.2.1-gnu11.2", "rstudio/2022.07.2 R/4.2.1-gnu11.2",
"4.2.1-gnu11.2", "rstudio/2022.07.2 R/4.2.1-gnu11.2",
data-option-for-cluster-kubernetes: false,
data-option-for-cluster-kubernetes-test: false,
data-option-for-cluster-kubernetes-dev: false,
Expand Down

0 comments on commit b83b856

Please sign in to comment.