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

Cloud Build script for crd-client #3290

Merged

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
/kind release

What this PR does / Why we need it:

Which issue(s) this PR fixes:

Closes #3281

Special notes for your reviewer:

@google-oss-prow google-oss-prow bot requested a review from aLekSer July 27, 2023 18:55
@github-actions github-actions bot added the kind/feature New features for Agones label Jul 27, 2023
@Kalaiselvi84
Copy link
Contributor Author

Build succeeded for crd-client in my project

@agones-bot
Copy link
Collaborator

Build Failed 😱

Build Id: 3b683963-ecf6-4c3d-93e1-1e81ab8ba062

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

env:
- REPOSITORY=${_REPOSITORY}
script: |
make -j 1 push
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
make -j 1 push
make push

By default -j is 1 anyway, so seems redundant. But otherwise this looks great.

Copy link
Member

Choose a reason for hiding this comment

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

(Same for the other examples too)

script: |
make -j 1 push
options:
machineType: E2_HIGHCPU_32
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
machineType: E2_HIGHCPU_32

I think a standard machine will do - it'll be faster too, as the bigger machines take longer to initially spin up.

Copy link
Member

Choose a reason for hiding this comment

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

(Same for the other examples too)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Just wanted to let you know that I noticed a slight difference in build completion times while testing with the xonotic image. Specifically, when using machineType: E2_HIGHCPU_32, the build took approximately 4 minutes, whereas without this machine type, build took around 7 minutes.

Copy link
Member

Choose a reason for hiding this comment

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

Yeah that's fine - there's often a longer wait for 32's to spin up too, so there is that as well.

@agones-bot
Copy link
Collaborator

Build Failed 😱

Build Id: 4822631b-595a-47a4-960b-d13354b03508

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: 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) August 3, 2023 19:28
@google-oss-prow google-oss-prow bot removed the lgtm label Aug 3, 2023
@google-oss-prow
Copy link

New changes are detected. LGTM label has been removed.

@agones-bot
Copy link
Collaborator

Build Succeeded 👏

Build Id: d06e295f-6323-41fd-a4e9-e550f9cf366f

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/3290/head:pr_3290 && git checkout pr_3290
  • 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.34.0-dev-8cf0d67-amd64

@markmandel markmandel merged commit 019903b into googleforgames:main Aug 3, 2023
3 checks passed
@Kalaiselvi84 Kalaiselvi84 deleted the build-script-crd-client branch March 15, 2024 01:15
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.

Cloud Build script for each Example Image
3 participants