mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-07 00:55:55 +00:00
This adds the Terraform needed to create a gauntlet testing framework for a cluster that is a mirror of Samsung's. It is meant to be run once a day in CI via the GitLab scheduler.
8 lines
145 B
Bash
8 lines
145 B
Bash
#!/bin/bash
|
|
|
|
|
|
#openssl rand -base64 32 | tr -d /=+ | cut -c -16
|
|
|
|
./setupSamsungGauntlet.sh
|
|
./testSamsungGauntlet.sh
|
|
./teardownSamsungGauntlet.sh
|