Skip to content

Latest commit

 

History

History

workflows

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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 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