Skip to content
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

Merged
merged 2 commits into from
Jul 28, 2020

Conversation

aLekSer
Copy link
Collaborator

@aLekSer aLekSer commented Jul 28, 2020

remove deprecated -try syntax

What type of PR is this?

Uncomment only one /kind <> line, hit enter to put that in a new line, and remove leading whitespace from that line:

/kind breaking
/kind bug

/kind cleanup

/kind documentation
/kind feature
/kind hotfix

What this PR does / Why we need it:

Which issue(s) this PR fixes:

Closes #

Special notes for your reviewer:

@aLekSer aLekSer added the area/build-tools Development tooling. I.e. pretty much everything in the `build` directory. label Jul 28, 2020
remove deprecated -try syntax
@@ -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)
Copy link
Collaborator Author

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!

@agones-bot
Copy link
Collaborator

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:

  • git fetch https://github.com/googleforgames/agones.git pull/1720/head:pr_1720 && git checkout pr_1720
  • helm install ./install/helm/agones --namespace agones-system --name agones --set agones.image.tag=1.8.0-1306abd

@agones-bot
Copy link
Collaborator

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:

  • git fetch https://github.com/googleforgames/agones.git pull/1720/head:pr_1720 && git checkout pr_1720
  • helm install ./install/helm/agones --namespace agones-system --name agones --set agones.image.tag=1.8.0-e97dbb6

@agones-bot
Copy link
Collaborator

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:

  • git fetch https://github.com/googleforgames/agones.git pull/1720/head:pr_1720 && git checkout pr_1720
  • helm install ./install/helm/agones --namespace agones-system --name agones --set agones.image.tag=1.8.0-6ac379d

@markmandel markmandel merged commit 3e2de43 into googleforgames:master Jul 28, 2020
@google-oss-robot
Copy link

[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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@markmandel markmandel added area/tests Unit tests, e2e tests, anything to make sure things don't break kind/cleanup Refactoring code, fixing up documentation, etc labels Jul 28, 2020
@aLekSer aLekSer deleted the ci/increase-consul-lock branch July 28, 2020 19:08
@markmandel markmandel added this to the 1.8.0 milestone Aug 11, 2020
ilkercelikyilmaz pushed a commit to ilkercelikyilmaz/agones that referenced this pull request Oct 23, 2020
* CI: increase lock time to 1 hour
* Finishing message should be after test results
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved area/build-tools Development tooling. I.e. pretty much everything in the `build` directory. area/tests Unit tests, e2e tests, anything to make sure things don't break cla: yes kind/cleanup Refactoring code, fixing up documentation, etc lgtm size/XS
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants