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

Website fix - OpenSSL Switch from master branch to more specific tag v1.1.1 #1716

Merged
merged 4 commits into from
Jul 28, 2020

Conversation

aLekSer
Copy link
Collaborator

@aLekSer aLekSer commented Jul 24, 2020

Fix all hidden errors on CI, caused by not working htmltest:

  1. A page with status 404 on github.
  2. Hash does not exist error after switch to a new Hugo version:

#setlabelkey-value if it contain a comma. Or without any dashes in the other case.

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:

Merge before #1715 .
For #1712.

Special notes for your reviewer:

@aLekSer aLekSer self-assigned this Jul 24, 2020
@aLekSer aLekSer added the area/site The website itself - including redirects, styling, search, etc label Jul 24, 2020
@aLekSer aLekSer changed the title Switch from master branch to more specific tag CI: website OpenSSL Switch from master branch to more specific tag v1.1.1 Jul 24, 2020
@agones-bot
Copy link
Collaborator

Build Succeeded 👏

Build Id: fe0baa58-1511-4b04-b06c-5b1716e88088

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/1716/head:pr_1716 && git checkout pr_1716
  • helm install ./install/helm/agones --namespace agones-system --name agones --set agones.image.tag=1.8.0-aba1b8d

Fix a hidden error, caused by not working htmltest.
@aLekSer aLekSer force-pushed the fix/openssl-links branch from aba1b8d to 7c35af3 Compare July 24, 2020 14:45
Links with # watch-gameserver becomes # watchgameserver. After Hugo
update.
@aLekSer
Copy link
Collaborator Author

aLekSer commented Jul 24, 2020

Htmltest should not contain any hash does not exist now. Please take a look on Step 17 tests. Now it's ready to be merged:

Total in 1914 ms
make[2]: Leaving directory '/workspace/build'
for i in 1 2 3 4 5; \
	do echo "Html Test: Attempt $i" && \
	  docker run --rm -t -e "TERM=xterm-256color" -v /workspace/build//.config/gcloud:/root/.config/gcloud -v ~/.kube/:/root/.kube -v ~/.config/helm:/root/.config/helm -v ~/.cache/helm:/root/.cache/helm -v /workspace:/go/src/agones.dev/agones -v /workspace/build//.gomod:/go/pkg/mod -v /workspace/build//.gocache:/root/.cache/go-build  agones-build:8f335b4456 bash -c \
		"mkdir -p /tmp/website && cp -r /go/src/agones.dev/agones/site/public /tmp/website/site && htmltest -c /go/src/agones.dev/agones/site/htmltest.yaml /tmp/website" && \
break || sleep 60; done
Html Test: Attempt 1
htmltest started at 03:11:00 on /tmp/website
========================================================================
✔✔✔ passed in 349.462185ms
tested 111 documents
make[1]: Leaving directory '/workspace/build'

@agones-bot
Copy link
Collaborator

Build Succeeded 👏

Build Id: 81cc541d-6476-44cf-a31e-615d750a05d6

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/1716/head:pr_1716 && git checkout pr_1716
  • helm install ./install/helm/agones --namespace agones-system --name agones --set agones.image.tag=1.8.0-7c35af3

@agones-bot
Copy link
Collaborator

Build Succeeded 👏

Build Id: 45d3b1b0-ad9b-4c1a-865b-46324728687e

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/1716/head:pr_1716 && git checkout pr_1716
  • helm install ./install/helm/agones --namespace agones-system --name agones --set agones.image.tag=1.8.0-3874bab

@aLekSer aLekSer changed the title CI: website OpenSSL Switch from master branch to more specific tag v1.1.1 Website fix - OpenSSL Switch from master branch to more specific tag v1.1.1 Jul 27, 2020
@agones-bot
Copy link
Collaborator

Build Succeeded 👏

Build Id: 03213c25-0b5b-4e9c-8c36-13c419265eb9

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/1716/head:pr_1716 && git checkout pr_1716
  • helm install ./install/helm/agones --namespace agones-system --name agones --set agones.image.tag=1.8.0-43d75a0

@aLekSer aLekSer requested a review from markmandel July 28, 2020 16:12
@aLekSer
Copy link
Collaborator Author

aLekSer commented Jul 28, 2020

Hello @markmandel this htmltest fail was covered by wrong bash script in website.mk #1715 which would be fixed after this PR.

@aLekSer aLekSer removed request for EricFortin and devjgm July 28, 2020 16:34
@agones-bot
Copy link
Collaborator

Build Succeeded 👏

Build Id: 8bd2093c-a30c-467f-bf4c-cd7aaf65ec9a

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/1716/head:pr_1716 && git checkout pr_1716
  • helm install ./install/helm/agones --namespace agones-system --name agones --set agones.image.tag=1.8.0-51697e1

Copy link
Collaborator

@markmandel markmandel left a comment

Choose a reason for hiding this comment

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

LGTM

@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 merged commit 5cafbfe into googleforgames:master Jul 28, 2020
@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 fix/openssl-links branch July 28, 2020 17:15
@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
…v1.1.1 (googleforgames#1716)

* Switch from master branch to more specific tag

Fix a hidden error, caused by not working htmltest.

* Fix hash does not exist error

Links with # watch-gameserver becomes # watchgameserver. After Hugo
update.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved area/site The website itself - including redirects, styling, search, etc 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/M
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants