47de62a11c
This adds a script that a developer can use to run airship in a pod in a dynamically created AKS cluster. By default a resource group is created and then cleaned up following the test. Further work needs to be done to surface some indication of a failed test out of the pod, and watch for that condition in this script. Change-Id: I29f462b9becd6d1de0a9e0e1d7877c6019cbd6ee
29 lines
318 B
Plaintext
29 lines
318 B
Plaintext
# Binaries for programs and plugins
|
|
*.exe
|
|
*.exe~
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
bin/
|
|
|
|
# Test binary, build with `go test -c`
|
|
*.test
|
|
*.example
|
|
|
|
# Output of the go coverage tool
|
|
*.out
|
|
.coverage/
|
|
|
|
# Various user specific files
|
|
.DS_Store
|
|
.idea/
|
|
.vimrc
|
|
*.swp
|
|
.vscode/
|
|
|
|
# Sphinx build venv
|
|
.tox/
|
|
|
|
# Logging
|
|
tools/airship-in-a-pod/logs/
|