CI Debug WIP
This commit is contained in:
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -166,6 +166,7 @@ jobs:
|
||||
sudo ./nomad agent -dev -log-level=WARN -config e2e-config.hcl &
|
||||
until curl -s --fail http://localhost:4646/v1/agent/health ; do sleep 1; done
|
||||
chmod +x ./poseidon
|
||||
echo $POSEIDON_AWS_FUNCTIONS
|
||||
./poseidon &
|
||||
until curl -s --fail http://localhost:7200/api/v1/health ; do sleep 1; done
|
||||
make e2e-test
|
||||
|
@ -65,6 +65,7 @@ func TestMain(m *testing.M) {
|
||||
|
||||
func initAWS() {
|
||||
for i, function := range config.Config.AWS.Functions {
|
||||
log.WithField("function", function).Warn("Yes, we do have functions.")
|
||||
id := dto.EnvironmentID(tests.DefaultEnvironmentIDAsInteger + i + 1)
|
||||
path := helpers.BuildURL(api.BasePath, api.EnvironmentsPath, id.ToString())
|
||||
request := dto.ExecutionEnvironmentRequest{Image: function}
|
||||
|
Reference in New Issue
Block a user