-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f6b535f
commit 7cc1efd
Showing
66 changed files
with
704 additions
and
833 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,7 +37,7 @@ readonly number_nodes=${NUMBER_NODES:-1} | |
|
||
# Initialize ginkgo. | ||
export PATH=${PATH}:$(go env GOPATH)/bin | ||
go install github.com/onsi/ginkgo/v2/[email protected].1 | ||
go install github.com/onsi/ginkgo/v2/[email protected].2 | ||
|
||
# Build e2e-test CLI | ||
go build -mod=vendor -o ${PKGDIR}/bin/e2e-test-ci ./test/e2e | ||
|
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 |
---|---|---|
|
@@ -35,7 +35,7 @@ readonly ginkgo_flake_attempts="${E2E_TEST_GINKGO_FLAKE_ATTEMPTS:-2}" | |
|
||
# Initialize ginkgo. | ||
export PATH=${PATH}:$(go env GOPATH)/bin | ||
go install github.com/onsi/ginkgo/v2/[email protected].1 | ||
go install github.com/onsi/ginkgo/v2/[email protected].2 | ||
|
||
# Build e2e-test CLI | ||
go build -mod=vendor -o ${PKGDIR}/bin/e2e-test-ci ./test/e2e | ||
|
Oops, something went wrong.