xpk/.github/workflows at main · AI-Hypercomputer/xpk

Integration Test Workflows

The following tests are currently implemented through Github Actions:

  • Create an XPK Cluster with zero node pools
  • Delete the cluster created
  • Create a Private XPK Cluster with 2x v4-8 nodepools
  • Delete the cluster created
  • Create an XPK Cluster with 2x v4-8 nodepools
  • Delete the cluster created

Nightly Tests:

A cron job is scheduled to run at 12AM PST daily. The details of the jobs run are in xpk/.github/workflows/nightly_tests.yaml

Integration Tests:

Integration tests are run on a push to the main branch and on an approved PR. The details of the jobs run are in xpk/.github/workflows/build_tests.yaml