Skip to content

Commit 2057ab8

Browse files
authored
Merge pull request #1889 from thatmidwesterncoder/hotfix_provtests
2 parents aa75e45 + e9909af commit 2057ab8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

scripts/provisioning-tests

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,4 +98,11 @@ cd "$RANCHER_DIR"
9898
# Remove superfluous check for UI only bumps in this context
9999
sed -i -e '3,5d' ./scripts/provisioning-tests
100100

101+
# setting the agent image to the last community version manually for now,
102+
# this will be fixed when https://github.com/rancher/kontainer-driver-metadata/pull/1838 merges
103+
export CATTLE_AGENT_IMAGE=rancher/rancher-agent:v2.12.2
104+
105+
# pulling the image into the local docker daemon to be pushed into the registry-cache when tests run
106+
docker pull -q rancher/rancher-agent:v2.12.2
107+
101108
./scripts/provisioning-tests

0 commit comments

Comments
 (0)