Skip to content

Commit

Permalink
E2e cleanup. (#853)
Browse files Browse the repository at this point in the history
Changes are made to update e2e test suite to work in tandem with the
latest release of interchaintest repo of v8.

Still a work in progress PR as code is all cleaned up but it needs to be
tested.
  • Loading branch information
arhamchordia authored Sep 12, 2024
1 parent fc5d737 commit e293275
Show file tree
Hide file tree
Showing 50 changed files with 2,628 additions and 4,703 deletions.
20 changes: 10 additions & 10 deletions scripts/makefiles/docker.mk
Original file line number Diff line number Diff line change
Expand Up @@ -110,14 +110,14 @@ docker-test-e2e: docker-compose-up

docker-e2e-build:
$(eval CHAINS=$(filter-out $@,$(MAKECMDGOALS)))
@for chain in $(CHAINS); do
echo "Building $$chain"
DOCKER_BUILDKIT=1 docker build \
-t $$chain:local \
-t $$chain:local-distroless \
--build-arg GO_VERSION=$(GO_VERSION) \
--build-arg RUNNER_IMAGE=$(RUNNER_BASE_IMAGE_DISTROLESS) \
--build-arg GIT_VERSION=$(VERSION) \
--build-arg GIT_COMMIT=$(COMMIT) \
-f ./tests/e2e/dockerfiles/$$chain.Dockerfile .
@for chain in $(CHAINS); do \
echo "Building $$chain"; \
DOCKER_BUILDKIT=1 docker build \
-t $$chain:local \
-t $$chain:local-distroless \
--build-arg GO_VERSION=$(GO_VERSION) \
--build-arg RUNNER_IMAGE=$(RUNNER_BASE_IMAGE_DISTROLESS) \
--build-arg GIT_VERSION=$(VERSION) \
--build-arg GIT_COMMIT=$(COMMIT) \
-f ./tests/e2e/dockerfiles/$$chain.Dockerfile .; \
done
104 changes: 0 additions & 104 deletions tests/e2e/README.md

This file was deleted.

23 changes: 0 additions & 23 deletions tests/e2e/cases/_helpers/contract.go

This file was deleted.

19 changes: 0 additions & 19 deletions tests/e2e/cases/_helpers/ibc.go

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit e293275

Please sign in to comment.