-
Notifications
You must be signed in to change notification settings - Fork 819
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CI: increase lock time to 1 hour #1720
CI: increase lock time to 1 hour #1720
Conversation
remove deprecated -try syntax
1306abd
to
6ac379d
Compare
@@ -256,7 +256,7 @@ test-e2e-integration: $(ensure-build-image) | |||
--gameserver-image=$(GS_TEST_IMAGE) \ | |||
--pullsecret=$(IMAGE_PULL_SECRET) \ | |||
--feature-gates=$(FEATURE_GATES) \ | |||
--namespace=$(GAMESERVERS_NAMESPACE) \ | |||
--namespace=$(GAMESERVERS_NAMESPACE) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is done to fix ordering of messages.
Just to compare:
go test -mod=vendor -race -parallel=64 agones.dev/agones/test/e2e --kubeconfig /root/.kube/config \
--gameserver-image=gcr.io/agones-images/udp-server:0.21 \
--pullsecret= \
--feature-gates="" \
--namespace="" \
echo "Finishing e2e integration test!"
ok agones.dev/agones/test/e2e 261.472s
make[1]: Leaving directory '/workspace/build'
make test-e2e-failure
make[1]: Entering directory '/workspace/build'
echo "starting e2e controller failure test"
starting e2e controller failure test
go test -mod=vendor -race -parallel=1 agones.dev/agones/test/e2e/controller --kubeconfig /root/.kube/config \
--gameserver-image=gcr.io/agones-images/udp-server:0.21 \
--pullsecret=
ok agones.dev/agones/test/e2e/controller 14.000s
echo "Finishing e2e controller failure test!"
Finishing e2e controller failure test!
Build Succeeded 👏 Build Id: 2a4b23fe-99fd-4720-bd17-b89e4b082edd The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
Build Succeeded 👏 Build Id: 297ce237-32ef-43fc-b6a3-61c6e7b95c4f The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
Build Succeeded 👏 Build Id: e192e056-98eb-4203-b865-cea8ef96c298 The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: aLekSer, markmandel The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
* CI: increase lock time to 1 hour * Finishing message should be after test results
remove deprecated -try syntax
What type of PR is this?
/kind cleanup
What this PR does / Why we need it:
Which issue(s) this PR fixes:
Closes #
Special notes for your reviewer: