Added ARM, AWS templates and pipelines.

This commit is contained in:
jefferyfry
2020-04-28 21:10:29 -07:00
parent 38d2524ee1
commit 4e9153dffa
156 changed files with 5757 additions and 725 deletions

19
Ansible/test/tests/README.md Executable file
View File

@@ -0,0 +1,19 @@
## Test framework
### How to run it locally
```
./gradlew clean commonTests
```
### Adding new tests
### Gradle cleanup. Delete the folder:
```
~/.gradle/caches/
./gradlew clean
```
### Or run
```
./gradlew clean
```