-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(e2e): nv/test suite interchain v1.x.x [ENG-1504] (#228)
- Loading branch information
Showing
24 changed files
with
4,155 additions
and
2,417 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 2 additions & 5 deletions
7
contrib/images/pob.e2e.Dockerfile → contrib/images/pob.integration.Dockerfile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,14 @@ | ||
FROM golang:1.20-bullseye AS builder | ||
|
||
WORKDIR /src/pob | ||
COPY go.mod go.sum ./ | ||
RUN go mod download | ||
|
||
WORKDIR /src/pob | ||
COPY . . | ||
|
||
RUN go mod tidy | ||
RUN make build-test-app | ||
|
||
## Prepare the final clear binary | ||
FROM ubuntu:rolling | ||
EXPOSE 26656 26657 1317 9090 7171 | ||
ENTRYPOINT ["testappd", "start"] | ||
|
||
COPY --from=builder /src/pob/build/* /usr/local/bin/ | ||
RUN apt-get update && apt-get install ca-certificates -y |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
go 1.20 | ||
|
||
use ./tests/integration |
Oops, something went wrong.