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.26
5
+
:project-tag: v1.0.27
6
6
7
7
ifdef::env-github[]
8
8
:tip-caption: :bulb:
@@ -38,6 +38,7 @@ Following inputs may be used as `step.with` keys:
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-26ai`, and `base-database-service-26ai-rac`.
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
40
| connection-string-format | | easy-connect | The resulting connection string format: `easy-connect` or `tns`.
41
+
| surround-connection-string-with-double-quotes | | false | If the connection string must be surrounded by double quotes: `true` or `false`.
41
42
| prefix_list | | | A comma separated list of file(s) or folder(s) that if changed should not trigger any test (example: folder containing documentation).
thrownewTestPilotException(USER_PARAMETER_TOO_LONG, newIllegalArgumentException("Value for --user parameter is too long, maximum length: "+MAX_USERS_LENGTH));
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
242
261
Options:
243
-
--oci-service <value> OCI service type (autonomous-transaction-processing-serverless, base-database-service-19c, base-database-service-21c, base-database-service-26ai, base-database-service-26airac)
262
+
--oci-service <value> OCI service type (autonomous-transaction-processing-serverless-26ai, autonomous-transaction-processing-serverless-19c, base-database-service-26ai, base-database-service-26ai-rac, base-database-service-19c, base-database-service-21c)
244
263
--user <user> user name to be used (if several, then comma separated list without any space)
245
264
--connection-string-format requested connection string format (easy-connect*, or tns)
265
+
--surround-connection-string-with-double-quotes tells if the connection string must be surrounded with double quotes (false*, or true)
246
266
--delete: to de-provision the Oracle Cloud Infrastructure service
247
267
Options:
248
-
--oci-service <value> OCI service type (autonomous-transaction-processing-serverless, base-database-service-19c, base-database-service-21c, base-database-service-26ai, base-database-service-26airac)
268
+
--oci-service <value> OCI service type (autonomous-transaction-processing-serverless-26ai, autonomous-transaction-processing-serverless-19c, base-database-service-26ai, base-database-service-26ai-rac, base-database-service-19c, base-database-service-21c)
249
269
--user <user> user name to be used (if several, then comma separated list without any space)
250
270
--skip-testing
251
271
Options:
@@ -438,14 +458,25 @@ private void writeDatabaseInformationToGitHubOutput(Database database, String co
0 commit comments