Skip to content

Commit

Permalink
chore: update template versions (#3135)
Browse files Browse the repository at this point in the history
Co-authored-by: Tasko Olevski <tasko.olevski@sdsc.ethz.ch>
  • Loading branch information
rokroskar and olevski authored Jul 7, 2023
1 parent b05dc0d commit 810d09b
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ object projects {
val desc = maybeDescription.getOrElse(
prefixParagraph("Generated by tests: ", maxWords = 3).generateOne
)
val template = Template(maybeTemplate getOrElse "Basic Python")
val template = Template(maybeTemplate getOrElse "Python")
ProjectDetails(title, visibility, desc, template, readmeTitle = title)
}

Expand Down
2 changes: 1 addition & 1 deletion cypress-tests/cypress/e2e/publicProject.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ describe("Basic public project functionality", () => {
// Create a project
if (projectTestConfig.shouldCreateProject) {
cy.visit("/");
cy.createProject({ templateName: "Basic Python", ...projectIdentifier });
cy.createProject({ templateName: "Python", ...projectIdentifier });
}
});

Expand Down
2 changes: 1 addition & 1 deletion cypress-tests/cypress/e2e/rstudioSession.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ describe("Basic rstudio functionality", () => {
// Create a project
if (projectTestConfig.shouldCreateProject) {
cy.visit("/");
cy.createProject({ templateName: "Basic R", ...projectIdentifier });
cy.createProject({ templateName: "R (", ...projectIdentifier });
}
});

Expand Down
2 changes: 1 addition & 1 deletion cypress-tests/cypress/e2e/useSession.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ describe("Basic public project functionality", () => {
// Create a project
if (projectTestConfig.shouldCreateProject) {
cy.visit("/");
cy.createProject({ templateName: "Basic Python", ...projectIdentifier });
cy.createProject({ templateName: "Python", ...projectIdentifier });
}
});

Expand Down
4 changes: 2 additions & 2 deletions helm-chart/renku/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -623,10 +623,10 @@ ui:
custom: true
repositories:
- url: https://github.com/SwissDataScienceCenter/renku-project-template
ref: 0.6.1
ref: 0.7.0
name: Renku
- url: https://github.com/SwissDataScienceCenter/contributed-project-templates
ref: 0.5.0
ref: 0.6.0
name: Community

## Configuration for a canary version of the UI
Expand Down

0 comments on commit 810d09b

Please sign in to comment.