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

Delete data-proofer-ignore attribute #3225

Merged
merged 16 commits into from
Jun 24, 2023

Conversation

Kalaiselvi84
Copy link
Contributor

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:

@github-actions github-actions bot added the kind/feature New features for Agones label Jun 16, 2023
@agones-bot
Copy link
Collaborator

Build Succeeded 👏

Build Id: 27378424-ac51-478d-baae-ebcebecbb1d9

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/3225/head:pr_3225 && git checkout pr_3225
  • helm install agones ./install/helm/agones --namespace agones-system --set agones.image.registry=us-docker.pkg.dev/agones-images/ci --set agones.image.tag=1.33.0-dev-52f17fa-amd64

@agones-bot
Copy link
Collaborator

Build Succeeded 👏

Build Id: dd8a1e05-e5f4-42bb-a55f-0ed28171c10b

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/3225/head:pr_3225 && git checkout pr_3225
  • helm install agones ./install/helm/agones --namespace agones-system --set agones.image.registry=us-docker.pkg.dev/agones-images/ci --set agones.image.tag=1.33.0-dev-f1f1768-amd64

@agones-bot
Copy link
Collaborator

Build Succeeded 👏

Build Id: 8df83520-fc3f-4214-920e-d7750d0dd396

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/3225/head:pr_3225 && git checkout pr_3225
  • helm install agones ./install/helm/agones --namespace agones-system --set agones.image.registry=us-docker.pkg.dev/agones-images/ci --set agones.image.tag=1.33.0-dev-c436d77-amd64

@agones-bot
Copy link
Collaborator

Build Succeeded 👏

Build Id: 41c66ecf-faa6-45b4-b34b-a4ff1db6f15c

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/3225/head:pr_3225 && git checkout pr_3225
  • helm install agones ./install/helm/agones --namespace agones-system --set agones.image.registry=us-docker.pkg.dev/agones-images/ci --set agones.image.tag=1.33.0-dev-d8852e7-amd64

@agones-bot
Copy link
Collaborator

Build Failed 😱

Build Id: f37f6918-d45a-4a19-a77b-014b6fd17070

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

@markmandel
Copy link
Member

Ooh same flake one as #3227

--- FAIL: TestAllocatorAllocate (2.63s)
    allocator_test.go:122: 
        	Error Trace:	/go/src/agones.dev/agones/pkg/gameserverallocations/allocator_test.go:122
        	Error:      	Expected value not to be nil.
        	Test:       	TestAllocatorAllocate
    allocator_test.go:123: 
        	Error Trace:	/go/src/agones.dev/agones/pkg/gameserverallocations/allocator_test.go:123
        	Error:      	Not equal: 
        	            	expected: *errors.fundamental(Could not find an Allocatable GameServer)
        	            	actual  : <nil>(<nil>)
        	Test:       	TestAllocatorAllocate
    allocator_test.go:124: 
        	Error Trace:	/go/src/agones.dev/agones/pkg/gameserverallocations/allocator_test.go:124
        	Error:      	Should be false
        	Test:       	TestAllocatorAllocate

@@ -34,7 +34,7 @@ and copy it into a release issue. Fill in relevant values, found inside {}
- [ ] Create a new file named {version}.md in `/site/content/en/blog/releases`. Copy the draft release content in this file (this will be what you send via email)[refer the previous release file].
- run `make site-server` frequently to make sure everything looks fine for the release in your localhost
- [ ] In `site/content/en/docs/Installation/_index.md #agones-and-kubernetes-supported-versions`, for the current version, replace `{{% k8s-version %}}` with hardcoded Kubernetes versions supported by the current version. And add a row for the Agones release version with `{{% k8s-version %}}` as its supported Kubernetes versions.
- [ ] Review all `link_test` and `data-proofer-ignore` attributes and remove for link testing [delete `data-proofer-ignore` from the release file of previous version]
- [ ] Run `make del-data-proofer-ignore FILENAME={version}-1.md` to remove `data-proofer-ignore` attribute from previous release blog. Review all occurrences of the link_test and data-proofer-ignore attributes globally. Exclude html and release files.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

On FILENAME={version}-1.md - why the -1 ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In the previous release blog, there will be an occurrence of the 'data-proofer-ignore' attribute that requires removal. If the release version is 1.33.0 then we need to remove this attribute from 1.32.0.md.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oooooh! Of course, I was readying that as "append -1 to the filename" not "subtract a minor version from {version}".

Thanks!

@google-oss-prow google-oss-prow bot removed the lgtm label Jun 22, 2023
@google-oss-prow google-oss-prow bot added the lgtm label Jun 22, 2023
@google-oss-prow
Copy link

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: Kalaiselvi84, 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 enabled auto-merge (squash) June 22, 2023 23:34
@google-oss-prow google-oss-prow bot removed the lgtm label Jun 23, 2023
@google-oss-prow
Copy link

New changes are detected. LGTM label has been removed.

@agones-bot
Copy link
Collaborator

Build Failed 😱

Build Id: 1ceadfff-5653-401c-8764-e858216b0217

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

@markmandel
Copy link
Member

Flake on gke-autopilot-1.25. e2e-stable

RBOSE:     gameserverallocation_test.go:736: 
VERBOSE:         	Error Trace:	/go/src/agones.dev/agones/test/e2e/gameserverallocation_test.go:736
VERBOSE:         	Error:      	Not equal: 
VERBOSE:         	            	expected: 100
VERBOSE:         	            	actual  : 95
VERBOSE:         	Test:       	TestGameServerAllocationDuringMultipleAllocationClients
VERBOSE: --- FAIL: TestGameServerAllocationDuringMultipleAllocationClients (66.87s)
VERBOSE: FAIL

@agones-bot
Copy link
Collaborator

Build Succeeded 👏

Build Id: b241660e-a198-4825-bef8-9a53610d33c2

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/3225/head:pr_3225 && git checkout pr_3225
  • helm install agones ./install/helm/agones --namespace agones-system --set agones.image.registry=us-docker.pkg.dev/agones-images/ci --set agones.image.tag=1.33.0-dev-2d25c50-amd64

@markmandel markmandel merged commit adf2ebd into googleforgames:main Jun 24, 2023
1 check passed
@agones-bot
Copy link
Collaborator

Build Succeeded 👏

Build Id: 5aae6f20-9b2a-4b38-83a0-1e8028974fee

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/3225/head:pr_3225 && git checkout pr_3225
  • helm install agones ./install/helm/agones --namespace agones-system --set agones.image.registry=us-docker.pkg.dev/agones-images/ci --set agones.image.tag=1.33.0-dev-2d25c50-amd64

@Kalaiselvi84 Kalaiselvi84 deleted the del-data-proofer-ignore branch March 15, 2024 01:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved kind/feature New features for Agones size/M
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants