Skip to content

CI enhancements - #40

Merged
aosingh merged 9 commits into
mainfrom
ci/adb-free
Aug 4, 2026
Merged

CI enhancements#40
aosingh merged 9 commits into
mainfrom
ci/adb-free

Conversation

@aosingh

@aosingh aosingh commented Aug 2, 2026

Copy link
Copy Markdown
Member

Current PR moves CI tests onto an ephemeral ADB Free container instead of the shared remote database, cutting end-to-end runtime from 1+ hour to roughly 12 minutes.

It also improves test reliability by:

  • Isolating vector-index resources per test module/run, preventing parallel test collisions.
  • Replacing broad vector-index listings with direct fetches of expected indexes.
  • Supplying OCI compartment IDs consistently to provider/profile tests.

@oracle-contributor-agreement oracle-contributor-agreement Bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Aug 2, 2026
@aosingh
aosingh requested a review from Pushpendra-Garg August 3, 2026 16:46
PYSAI_TEST_USER: ${{ secrets.PYSAI_TEST_USER }}_${{env.PYTHON_VERSION_WITHOUT_DOT}}
PYSAI_TEST_USER_PASSWORD: ${{ secrets.PYSAI_TEST_USER_PASSWORD }}
PYSAI_TEST_ADMIN_USER: ${{ secrets.PYSAI_TEST_ADMIN_USER }}
PYSAI_TEST_ADMIN_USER: ADMIN

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please check if username and connect string to be dynamic ?

@aosingh
aosingh merged commit 5893bc2 into main Aug 4, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

OCA Verified All contributors have signed the Oracle Contributor Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants