fix image

pull/19435/head
cskh 2023-10-30 16:30:05 -04:00
parent 458449ecb7
commit 6a7d602d8a
2 changed files with 5 additions and 4 deletions

View File

@ -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

View File

@ -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"},
},