Skip to content

Commit 6ad3970

Browse files
authored
Merge pull request MinaProtocol#15986 from MinaProtocol/sai/fix-develop-compatibility-test
replacing compatibility test berkeley hard code with devnet
2 parents dc53b2f + 05ed104 commit 6ad3970

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

buildkite/scripts/check-compatibility.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ function get_shas {
1111

1212
function image_tag {
1313
SHA=$1
14-
IMAGE_TAG="$SHA-bullseye-berkeley"
14+
IMAGE_TAG="$SHA-bullseye-devnet"
1515
}
1616

1717
function download-docker {

buildkite/src/Jobs/Test/DevelopCompatibility.dhall

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ let Size = ../../Command/Size.dhall
1616

1717
let dependsOn =
1818
[ { name = "MinaArtifactBullseye"
19-
, key = "daemon-berkeley-bullseye-docker-image"
19+
, key = "daemon-devnet-bullseye-docker-image"
2020
}
2121
]
2222

0 commit comments

Comments
 (0)