oracle-actions/Setup-Oracle-Test-Pilot

Setup Test Pilot helps integrating Oracle Test Pilot for Third Party Software within your GitHub Action workflows.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Jul 9, 2026
License
Other

Pinned Snippet

workflow.ymlSHA-pinned
uses: oracle-actions/setup-testpilot@0e9d9b877bb35f65e3f1f1c54c6a425329dd7ece # v1.0.27

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
versionThe version to use.yesv1.0.27
actionThe action to run (create*, delete, skip-testing).yescreate
oci-serviceThe Oracle Cloud Infrastructure service to test.yesautonomous-transaction-processing-serverless-26ai
userThe 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.no
connection-string-formatThe resulting connection string format (easy-connect*, tns).noeasy-connect
surround-connection-string-with-double-quotesIf the connection string must be surrounded by double quotes (false*, true).nofalse
prefix_listA comma separated list of file(s) or folder(s) that if changed should not trigger any test (example: folder containing documentation).no
namedescription
database_hostThe database hostname.
database_serviceThe database service name.
database_passwordThe database password.
database_versionThe database version.
connection_string_suffixThe database connection string suffix (after @).
skip_testsShould skip tests?