mirror of https://github.com/hashicorp/consul
fix image
parent
458449ecb7
commit
6a7d602d8a
|
@ -524,7 +524,9 @@ jobs:
|
|||
-tags "${{ env.GOTAGS }}" \
|
||||
-timeout=20m \
|
||||
-parallel=2 \
|
||||
-json .
|
||||
-json . \
|
||||
--target-image ${{ env.CONSUL_LATEST_IMAGE_NAME }} \
|
||||
--target-version local
|
||||
env:
|
||||
# this is needed because of incompatibility between RYUK container and GHA
|
||||
GOTESTSUM_JUNITFILE: ${{ env.TEST_RESULTS_DIR }}/results.xml
|
||||
|
|
|
@ -15,6 +15,7 @@ import (
|
|||
|
||||
"github.com/hashicorp/consul/api"
|
||||
"github.com/hashicorp/consul/sdk/testutil/retry"
|
||||
"github.com/hashicorp/consul/test/integration/consul-container/libs/utils"
|
||||
"github.com/hashicorp/consul/testing/deployer/sprawl/sprawltest"
|
||||
"github.com/hashicorp/consul/testing/deployer/topology"
|
||||
)
|
||||
|
@ -40,9 +41,7 @@ func Test_Snapshot_Restore_Agentless(t *testing.T) {
|
|||
staticClientSID := topology.NewServiceID("static-client", "default", "default")
|
||||
|
||||
clu := &topology.Config{
|
||||
Images: topology.Images{
|
||||
ConsulEnterprise: "hashicorp/consul-enterprise:local",
|
||||
},
|
||||
Images: utils.TargetImages(),
|
||||
Networks: []*topology.Network{
|
||||
{Name: "dc1"},
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue