This commit is contained in:
Родитель
717479ba6c
Коммит
f273ec4a58
|
@ -65,16 +65,13 @@ jobs:
|
|||
ls -lta
|
||||
cd enterprise_scale/construction_sets/aks/online/aks_secure_baseline/standalone/
|
||||
export ARM_SUBSCRIPTION_ID=$(az account show --query id -o tsv)
|
||||
export PREFIX=$(terraform output -json | jq -r '.global_settings.prefixes[0]')
|
||||
export ENVIRONMENT=sandpit # replace if another Environment was set in the rover, default is sandpit
|
||||
export PREFIX=$(terraform output -json | jq -r '.global_settings.value.prefixes[0]')
|
||||
echo $(terraform output -json | jq -r .aks_clusters_kubeconfig.value.cluster_re1.aks_kubeconfig_admin_cmd) | bash
|
||||
|
||||
cd ../test
|
||||
go mod tidy
|
||||
go test -v shared_services/shared_services_test.go
|
||||
go test -v aks/aks_test.go
|
||||
|
||||
cd ../standalone/
|
||||
echo $(terraform output -json | jq -r .aks_clusters_kubeconfig.cluster_re1.aks_kubeconfig_admin_cmd) | bash
|
||||
go test -v flux/flux_test.go
|
||||
- name: Destroy Standalone
|
||||
if: contains(github.event.comment.body, '/deploy-all') || contains(github.event.comment.body, '/deploy-launchpad') || github.event_name != 'issue_comment'
|
||||
|
|
|
@ -134,6 +134,7 @@ github.com/elazarl/goproxy v0.0.0-20170405201442-c4fc26588b6e/go.mod h1:/Zj4wYkg
|
|||
github.com/elazarl/goproxy v0.0.0-20180725130230-947c36da3153/go.mod h1:/Zj4wYkgs4iZTTu3o/KG3Itv/qCCa8VVMlb3i9OVuzc=
|
||||
github.com/elazarl/goproxy v0.0.0-20190911111923-ecfe977594f1 h1:yY9rWGoXv1U5pl4gxqlULARMQD7x0QG85lqEXTWysik=
|
||||
github.com/elazarl/goproxy v0.0.0-20190911111923-ecfe977594f1/go.mod h1:Ro8st/ElPeALwNFlcTpWmkr6IoMFfkjXAvTHpevnDsM=
|
||||
github.com/elazarl/goproxy/ext v0.0.0-20190711103511-473e67f1d7d2 h1:dWB6v3RcOy03t/bUadywsbyrQwCqZeNIEX6M1OtSZOM=
|
||||
github.com/elazarl/goproxy/ext v0.0.0-20190711103511-473e67f1d7d2/go.mod h1:gNh8nYJoAm43RfaxurUnxr+N1PwuFV3ZMl/efxlIlY8=
|
||||
github.com/emicklei/go-restful v0.0.0-20170410110728-ff4f55a20633/go.mod h1:otzb+WCGbkyDHkqmQmT5YD2WR4BBwUdeQoFo8l/7tVs=
|
||||
github.com/emicklei/go-restful v2.9.5+incompatible/go.mod h1:otzb+WCGbkyDHkqmQmT5YD2WR4BBwUdeQoFo8l/7tVs=
|
||||
|
|
Загрузка…
Ссылка в новой задаче