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

Bug: make install uses local helm and jq #2672

Merged

Conversation

markmandel
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:

In a difference between " and ', meant that the make install command that would check the helm install and uninstall if necessary was actually using the local installations of helm and jq rather than the ones in the Docker container.

This didn't fail in most places, as Cloud Build, and many of our dev machines have these installed already, and the command is set to be ignored if it fails for whatever reason (as a safety measure).

I only noticed the output on screen when helping a teammate debug some other issues.

Which issue(s) this PR fixes:

N/A

Special notes for your reviewer:

N/A

In a difference between " and ', meant that the `make install` command
that would check the helm install and uninstall if necessary was
actually using the local installations of `helm` and `jq` rather than
the ones in the Docker container.

This didn't fail in most places, as Cloud Build, and many of our dev
machines have these installed already, and the command is set to be
ignored if it fails for whatever reason (as a safety measure).

I only noticed the output on screen when helping a teammate debug some
other issues.
@markmandel markmandel added kind/bug These are bugs. area/build-tools Development tooling. I.e. pretty much everything in the `build` directory. labels Jul 14, 2022
@markmandel markmandel requested a review from roberthbailey July 14, 2022 20:54
@google-oss-prow google-oss-prow bot requested a review from dzlier-gcp July 14, 2022 20:54
Copy link
Member

@roberthbailey roberthbailey left a comment

Choose a reason for hiding this comment

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

Gotta love quotes in shell.

@google-oss-prow
Copy link

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: markmandel, 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:
  • OWNERS [markmandel,roberthbailey]

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@agones-bot
Copy link
Collaborator

Build Succeeded 👏

Build Id: cc6fb377-2758-485f-a400-57a3e52818ff

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/2672/head:pr_2672 && git checkout pr_2672
  • helm install agones ./install/helm/agones --namespace agones-system --set agones.image.tag=1.25.0-6959fd5-amd64

@markmandel markmandel merged commit 8f922c2 into googleforgames:main Jul 14, 2022
@markmandel markmandel deleted the build/bug-jq-helm-install branch July 14, 2022 21:21
@SaitejaTamma SaitejaTamma added this to the 1.25.0 milestone Jul 26, 2022
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. kind/bug These are bugs. lgtm size/XS
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants