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

Update the minikube driver flag name (--vm-driver is deprecated) #2399

Merged
merged 2 commits into from
Dec 21, 2021

Conversation

roberthbailey
Copy link
Member

What type of PR is this?

Uncomment only one /kind <> line, press 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:

@roberthbailey roberthbailey added the kind/cleanup Refactoring code, fixing up documentation, etc label Dec 16, 2021
@agones-bot
Copy link
Collaborator

Build Failed 😱

Build Id: f8b786da-3da4-44d5-8fbd-a83539005ef7

To get permission to view the Cloud Build view, join the agones-discuss Google Group.

@roberthbailey
Copy link
Member Author

Flake in e2e-feature-gates:

--- FAIL: TestFleetAutoscalerTLSWebhook (318.36s)
    framework.go:284: 
        	Error Trace:	framework.go:284
        	            				fleetautoscaler_test.go:709
        	Error:      	Received unexpected error:
        	            	timed out waiting for the condition
        	Test:       	TestFleetAutoscalerTLSWebhook
        	Messages:   	error waiting for fleet condition on fleet: simple-fleet-p6v9r
FAIL

@agones-bot
Copy link
Collaborator

Build Failed 😱

Build Id: 645e772f-eda7-447a-9f05-50aee0e28d31

To get permission to view the Cloud Build view, join the agones-discuss Google Group.

@roberthbailey
Copy link
Member Author

Another flake in e2e-feature gates:

--- FAIL: TestFleetAutoscalerTLSWebhook (317.10s)
    framework.go:284: 
        	Error Trace:	framework.go:284
        	            				fleetautoscaler_test.go:709
        	Error:      	Received unexpected error:
        	            	timed out waiting for the condition
        	Test:       	TestFleetAutoscalerTLSWebhook
        	Messages:   	error waiting for fleet condition on fleet: simple-fleet-w698n
FAIL

@agones-bot
Copy link
Collaborator

Build Failed 😱

Build Id: 562cb5f9-f753-48fe-9316-3f51c50e904d

To get permission to view the Cloud Build view, join the agones-discuss Google Group.

@roberthbailey
Copy link
Member Author

Flakes in e2e-feature-gates:

--- FAIL: TestAutoscalerBasicFunctions (356.34s)
    framework.go:284: 
        	Error Trace:	framework.go:284
        	            				fleetautoscaler_test.go:89
        	Error:      	Received unexpected error:
        	            	timed out waiting for the condition
        	Test:       	TestAutoscalerBasicFunctions
        	Messages:   	error waiting for fleet condition on fleet: simple-fleet-8lwfq
...
--- FAIL: TestFleetAutoscalerTLSWebhook (315.91s)
    framework.go:284: 
        	Error Trace:	framework.go:284
        	            				fleetautoscaler_test.go:709
        	Error:      	Received unexpected error:
        	            	timed out waiting for the condition
        	Test:       	TestFleetAutoscalerTLSWebhook
        	Messages:   	error waiting for fleet condition on fleet: simple-fleet-dl6gt
FAIL

@agones-bot
Copy link
Collaborator

Build Failed 😱

Build Id: 084ce7e6-fd32-4d0f-a9d2-786fc58ef5b5

To get permission to view the Cloud Build view, join the agones-discuss Google Group.

@google-oss-prow
Copy link

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: cindy52, roberthbailey

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

@roberthbailey
Copy link
Member Author

More flaky tests in e2e-feature-gates.... :/

--- FAIL: TestAutoscalerStressCreate (336.59s)
    framework.go:284: 
        	Error Trace:	framework.go:284
        	            				fleetautoscaler_test.go:355
        	            				fleetautoscaler_test.go:363
        	Error:      	Received unexpected error:
        	            	timed out waiting for the condition
        	Test:       	TestAutoscalerStressCreate
        	Messages:   	error waiting for fleet condition on fleet: simple-fleet-twt44
...
--- FAIL: TestAutoscalerBasicFunctions (328.17s)
    framework.go:284: 
        	Error Trace:	framework.go:284
        	            				fleetautoscaler_test.go:89
        	Error:      	Received unexpected error:
        	            	timed out waiting for the condition
        	Test:       	TestAutoscalerBasicFunctions
        	Messages:   	error waiting for fleet condition on fleet: simple-fleet-s64ns
FAIL

@agones-bot
Copy link
Collaborator

Build Failed 😱

Build Id: 886043ea-5ed8-4c84-83f7-e95576f9dd1b

To get permission to view the Cloud Build view, join the agones-discuss Google Group.

@roberthbailey
Copy link
Member Author

tests are now failing from the link checker:

  Get https://v1-18.docs.kubernetes.io/docs/reference/generated/kubernetes-api/v1.18/: x509: certificate is valid for *.netlify.app, netlify.app, not v1-18.docs.kubernetes.io --- site/docs/faq/index.html --> https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.18/#containerport-v1-core

It looks like the 1.18 kubernetes docs are no longer being published. The 1.19 docs still appear to work.

@roberthbailey
Copy link
Member Author

I've created a separate PR to fix the broken links: #2405

@google-oss-prow google-oss-prow bot removed the lgtm label Dec 21, 2021
@google-oss-prow
Copy link

New changes are detected. LGTM label has been removed.

@agones-bot
Copy link
Collaborator

Build Succeeded 👏

Build Id: 28ca68a8-44dc-4260-8053-265bd47c4144

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/2399/head:pr_2399 && git checkout pr_2399
  • helm install ./install/helm/agones --namespace agones-system --name agones --set agones.image.tag=1.20.0-477238b

@roberthbailey roberthbailey merged commit e86ae70 into googleforgames:main Dec 21, 2021
@SaitejaTamma SaitejaTamma added this to the 1.20.0 milestone Jan 4, 2022
@roberthbailey roberthbailey deleted the minikube-driver-flag branch March 28, 2022 18:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved kind/cleanup Refactoring code, fixing up documentation, etc size/M
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants