Skip to content

Commit

Permalink
Merge pull request #257 from ava-labs/remove-matchup
Browse files Browse the repository at this point in the history
Remove e2e matchup for AvalancheGo base image version
  • Loading branch information
aaronbuchwald authored Jul 9, 2021
2 parents be67e72 + 1defdf1 commit 35467c8
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/run_e2e_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,14 @@ echo "Using $avalanche_testing_image for e2e tests"

# Defines the avalanchego tag to use
# Either uses the same tag as the current branch or uses the default
if docker_tag_exists $avalanchego_repo $current_branch; then
echo "$avalanchego_repo:$current_branch exists; using this avalanchego image to run e2e tests"
AVALANCHE_VERSION=$current_branch
else
echo "$avalanchego_repo $current_branch does NOT exist; using the default image to run e2e tests"
fi
# Disable matchup in favor of explicit tag
# TODO re-enable matchup when our workflow better supports it.
# if docker_tag_exists $avalanchego_repo $current_branch; then
# echo "$avalanchego_repo:$current_branch exists; using this avalanchego image to run e2e tests"
# AVALANCHE_VERSION=$current_branch
# else
# echo "$avalanchego_repo $current_branch does NOT exist; using the default image to run e2e tests"
# fi

# pulling the avalanche-testing image
docker pull $avalanche_testing_image
Expand Down

0 comments on commit 35467c8

Please sign in to comment.