Skip to content

jadarsie/e2e-ci-poc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

e2e-ci-poc

Inputs

Cloud Details

Compose an .env file with your cloud details. Example sample.env lists the required variables.

Test cluster

Compose a .json file with your cluster definition and variables overrides. Variables defaults are here. Checkout sample.json shows how to override default values.

Run locally

Requires docker, azure-cli, git, bash & jq. Make sure you can reach Azure Stack's metadata endpoint.

make run-local INPUT=env/sample.env

If you do not have make

./scripts/run-local.sh env/sample.env

Run on a Linux DVM

Create a Linux VM (DVM) and make sure your input .env sets variable DVM_HOST.

make setup-dvm run-dvm results INPUT=env/sample.env

If you do not have make

./scripts/upload.sh env/sample.env
./scripts/run-dvm.sh env/sample.env
./scripts/results.sh env/sample.env

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published