You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/dsf_poc_cli.yml
+19-9Lines changed: 19 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ on:
12
12
deployment_type:
13
13
required: false
14
14
type: string
15
-
default: 'all'
15
+
default: 'all-permutations'
16
16
version:
17
17
type: string
18
18
default: 'latest'
@@ -44,12 +44,12 @@ on:
44
44
default: false
45
45
required: false
46
46
deployment_type:
47
-
description: 'Choose the type of deployments to run: all (default), sonar, dam, dra'
47
+
description: 'Choose the type of deployments to run: sonar, sonar-with-fam, dra, dam, all-products (currently does not include FAM) or all-permutations'
48
48
type: string
49
-
default: 'all'
49
+
default: 'all-permutations'
50
50
required: false
51
51
product_version:
52
-
description: 'Product (DAM, DRA, SONAR) version to deploy, default is latest'
52
+
description: 'Product version to deploy. Valid for options: sonar, sonar-with-fam, dra and dam. Otherwise latest per product is used.'
0 commit comments