Skip to content

Commit

Permalink
Shorten the name of a project resource name to pass the check
Browse files Browse the repository at this point in the history
The name may be max 30 characters in length.
  • Loading branch information
jstourac committed Oct 2, 2024
1 parent bf9fb11 commit b3bf853
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Test Tags Dashboard
*** Variables ***
${PRJ_TITLE}= ODS-CI DS Project 2
${PRJ_TITLE_GPU}= ODS-CI DS Project GPU
${PRJ_RESOURCE_NAME}= ods-ci-ds-project-test-additional
${PRJ_RESOURCE_NAME}= ods-ci-ds-pr-test-0410
${PRJ_DESCRIPTION}= ${PRJ_TITLE} is a test project for validating DS Project feature
${TOLERATIONS}= workbench-tolerations
${TOLERATIONS_2}= workbench-tolerations-two
Expand Down

0 comments on commit b3bf853

Please sign in to comment.