Skip to content

Commit

Permalink
Merge pull request #15986 from MinaProtocol/sai/fix-develop-compatibi…
Browse files Browse the repository at this point in the history
…lity-test

replacing compatibility test berkeley hard code with devnet
  • Loading branch information
svv232 authored Aug 28, 2024
2 parents dc53b2f + 05ed104 commit 6ad3970
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buildkite/scripts/check-compatibility.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ function get_shas {

function image_tag {
SHA=$1
IMAGE_TAG="$SHA-bullseye-berkeley"
IMAGE_TAG="$SHA-bullseye-devnet"
}

function download-docker {
Expand Down
2 changes: 1 addition & 1 deletion buildkite/src/Jobs/Test/DevelopCompatibility.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ let Size = ../../Command/Size.dhall

let dependsOn =
[ { name = "MinaArtifactBullseye"
, key = "daemon-berkeley-bullseye-docker-image"
, key = "daemon-devnet-bullseye-docker-image"
}
]

Expand Down

0 comments on commit 6ad3970

Please sign in to comment.