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: README.adoc
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
:linkattrs:
3
3
:project-owner: oracle-actions
4
4
:project-name: setup-testpilot
5
-
:project-tag: v1.0.23
5
+
:project-tag: v1.0.24
6
6
7
7
ifdef::env-github[]
8
8
:tip-caption: :bulb:
@@ -37,6 +37,7 @@ Following inputs may be used as `step.with` keys:
37
37
| oci-service | | autonomous-transaction-processing-serverless-26ai | A valid Oracle Cloud Infrastructure service to be tested.
38
38
Valid OCI service are: `autonomous-transaction-processing-serverless-19c`, `autonomous-transaction-processing-serverless-26ai`, `base-database-service-19c`, `base-database-service-21c`, `base-database-service-23ai`, and `base-database-service-26ai`.
39
39
| user | | | The database username to be used for database creation. If multiple users (up to 10) are required then enter a comma-separated list of usernames (no space). Limit usernames to 118 chars maximum. Accepted chars are: upper case letters, lower case letters, digits, colon, hyphen, underscore, and dot.
40
+
| connection-string-format | | easy-connect | The resulting connection string format: `easy-connect` or `tns`.
40
41
| prefix_list | | | A comma separated list of file(s) or folder(s) that if changed should not trigger any test (example: folder containing documentation).
Copy file name to clipboardExpand all lines: action.yml
+6-2Lines changed: 6 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ branding:
9
9
inputs:
10
10
version:
11
11
description: 'The version to use.'
12
-
default: 'v1.0.23'
12
+
default: 'v1.0.24'
13
13
required: true
14
14
action:
15
15
description: 'The action to run (create*, delete, skip-testing).'
@@ -22,6 +22,10 @@ inputs:
22
22
user:
23
23
description: 'The database username to be used for database creation. If multiple users (up to 10) are required then enter a comma-separated list of usernames (no space). Limit usernames to 118 chars maximum. Accepted chars are: upper case letters, lower case letters, digits, colon, hyphen, underscore, and dot.'
24
24
required: false
25
+
connection-string-format:
26
+
description: 'The resulting connection string format (easy-connect*, tns).'
27
+
default: 'easy-connect'
28
+
required: false
25
29
prefix_list:
26
30
description: 'A comma separated list of file(s) or folder(s) that if changed should not trigger any test (example: folder containing documentation).'
thrownewTestPilotException(CONNECTION_STRING_FORMAT_MISSING_PARAMETER, newIllegalArgumentException("Missing value for --connection-string-format parameter"));
--create: to provision the requested Oracle Cloud Infrastructure service to test
222
233
Options:
223
-
--oci-service <value> OCI service type (autonomous-transaction-processing-serverless, base-database-service-19c, base-database-service-21c, base-database-service-23ai)
234
+
--oci-service <value> OCI service type (autonomous-transaction-processing-serverless, base-database-service-19c, base-database-service-21c, base-database-service-26ai)
224
235
--user <user> user name to be used (if several, then comma separated list without any space)
236
+
--connection-string-format requested connection string format (easy-connect*, or tns)
225
237
--delete: to de-provision the Oracle Cloud Infrastructure service
226
238
Options:
227
-
--oci-service <value> OCI service type (autonomous-transaction-processing-serverless, base-database-service-19c, base-database-service-21c, base-database-service-23ai)
239
+
--oci-service <value> OCI service type (autonomous-transaction-processing-serverless, base-database-service-19c, base-database-service-21c, base-database-service-26ai)
228
240
--user <user> user name to be used (if several, then comma separated list without any space)
0 commit comments