Skip to content

Commit

Permalink
add commit message to plural up
Browse files Browse the repository at this point in the history
  • Loading branch information
floreks committed Nov 22, 2024
1 parent af1320c commit 4f815fa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions test/plural/lib/workspace-setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ steps:
name: {{ .input.name }}
spec:
cluster: {{ .input.name }}
bucket: {{ .input.name }}-tf-state
bucket: {{ .input.project }}-tf-state
project: {{ .input.project }}
provider: {{ .input.provider }}
region: {{ .input.region }}
Expand All @@ -30,7 +30,7 @@ steps:
subdomain: {{ .input.name }}.onplural.sh
pluraldns: true
availabilityzones: []
bucketPrefix: {{ .input.name }}
bucketPrefix: {{ .input.project }}
context:
StorageAccount: {{ .input.azureStorageAccount }}
SubscriptionId: {{ .input.azureSubscriptionId }}
Expand Down
4 changes: 3 additions & 1 deletion test/plural/up.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,9 @@ testcases:
steps:
- script: |
cd {{ .directory }} ;\
plural up
plural up --commit "Plural up e2e cluster"
retry: 3
delay: 5
- name: Azure teardown
skip:
Expand Down

0 comments on commit 4f815fa

Please sign in to comment.