Skip to content

Commit 1a237c8

Browse files
authored
Merge pull request #16589 from MinaProtocol/feature/disable-compatibility-tests
Remove compatibility tests that are no longer useful
2 parents 46a78df + 92c48ad commit 1a237c8

File tree

3 files changed

+2
-98
lines changed

3 files changed

+2
-98
lines changed

buildkite/scripts/check-compatibility.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
set -eox pipefail
66

7+
CURR_BRANCH=$(git rev-parse --symbolic-full-name --abbrev-ref HEAD)
8+
79
function get_shas {
810
SHAS=$(git log -n 10 --format="%h" --abbrev=7 --first-parent)
911
}
@@ -148,8 +150,6 @@ fi
148150

149151
MAIN_BRANCH_IMAGE_TAG=$IMAGE_TAG
150152

151-
CURR_BRANCH=$(git rev-parse --symbolic-full-name --abbrev-ref HEAD)
152-
153153
echo "Checking out PR branch"
154154
git checkout $CURR_BRANCH
155155

buildkite/src/Jobs/Test/BerkeleyCompatibility.dhall

Lines changed: 0 additions & 48 deletions
This file was deleted.

buildkite/src/Jobs/Test/DevelopCompatibility.dhall

Lines changed: 0 additions & 48 deletions
This file was deleted.

0 commit comments

Comments
 (0)