You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 14, 2022. It is now read-only.
make sure we install the correct version of ginkgo
Hoping to fix:
Output from proc 3:
flag provided but not defined: -ginkgo.timeout
Usage of /e2e.test:
-alsologtostderr
log to standard error as well as files
-ginkgo.dryRun
If set, ginkgo will walk the test hierarchy without actually running anything. Best paired with -v.
Signed-off-by: Sebastiaan van Stijn <[email protected]>
RUN --mount=target=/root/.cache,type=cache make bin/compose-controller bin/compose-controller.test e2e-binary bin/installer bin/api-server bin/api-server.test bin/e2e_benchmark
35
-
RUN go get github.com/onsi/ginkgo/ginkgo
35
+
RUN GO111MODULE=on go install github.com/onsi/ginkgo/ginkgo@v1.16.5
36
36
RUN curl -fLO https://storage.googleapis.com/kubernetes-release/release/v${KUBERNETES_VERSION}/bin/linux/amd64/kubectl && \
0 commit comments