deploy-and-test

Deploy and test GPU-backed OCI starter packs across regions.

3|2|Updated Sep 25, 2025
One-click install
npx skills add https://github.com/oci-ai-incubations/ai-accelerator-starter-packs --skill deploy-and-test
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deploy-and-test
Source: https://github.com/oci-ai-incubations/ai-accelerator-starter-packs/tree/main/.claude/skills/deploy-and-test
Command: npx skills add https://github.com/oci-ai-incubations/ai-accelerator-starter-packs --skill deploy-and-test

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the end-to-end deployment and validation of GPU-backed starter packs on OCI, reducing manual orchestration and rollout risk.

Core Features & Use Cases

  • End-to-end deployment orchestration: capacity checks, region selection, ORM stack deployment, pod verification, and pack-specific testing.
  • Pack-agnostic testing workflow: API, infra, and UI tests run against live deployments with just-in-time test loading.
  • Clean teardown and artifact generation: optional destroy, test reports, and artifact preservation for auditing.

Quick Start

Provide the starter pack category and size to begin the automated deployment and test workflow.

Frequently Asked Questions about deploy-and-test

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate GPU deployment and testing across OCI regions?

Automating GPU deployment across OCI regions requires orchestrating capacity checks, region selection, ORM stack deployment, pod verification, and pack-specific Playwright tests for end-to-end validation.

Do I need Terraform and OCI CLI to deploy GPU-backed starter packs?

Yes, deploying GPU-backed starter packs requires OCI CLI, Terraform, Python, and Playwright environments to execute the full deployment workflow and load per-pack test coverage.

What's the best way to validate live OCI infrastructure after a Terraform deployment?

Validating live OCI infrastructure uses pack-agnostic testing workflows running API, infra, and UI tests against live deployments with just-in-time test loading to verify pod status and functionality.

Can I run Playwright tests against regional GPU deployments on OCI?

Yes, Playwright tests run against regional GPU deployments by loading pack-specific test coverage and artifacts automatically after ORM stack deployment and pod verification complete.

How do I perform a clean teardown of OCI GPU starter packs after testing?

Clean teardown of OCI GPU starter packs involves optional destroy operations alongside test report generation and artifact preservation for auditing after deployment validation completes.