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

Fix incorrectly gitignore'd vendor files for HTTP/2 #479

Merged
merged 1 commit into from
Sep 14, 2021

Conversation

Gerg
Copy link
Member

@Gerg Gerg commented Sep 13, 2021

What is this change about?

  • The gitignore files for the http2 and grpc assets were ignoring the
    compiled binary names, which happened to collide with the names of
    vendored golang modules.
  • Because the gitignore files are applied recursively, git was ignoring
    these modules, which meant the apps did not work unless you ran go mod vendor before pushing
  • We updated the gitignore files to only apply to the compiled binary
    files in the sample apps' root directories

Please provide contextual information.

Root issue: cloudfoundy/routing-release#200
Previous PR: #473

What version of cf-deployment have you run this cf-acceptance-test change against?

v16.23.0

Please check all that apply for this PR:

  • introduces a new test --- Are you sure everyone should be running this test?
  • changes an existing test
  • requires an update to a CATs integration-config

Did you update the README as appropriate for this change?

  • YES
  • N/A

If you are introducing a new acceptance test, what is your rationale for including it CATs rather than your own acceptance test suite?

N/A

How should this change be described in cf-acceptance-tests release notes?

N/A

How many more (or fewer) seconds of runtime will this change introduce to CATs?

N/A

What is the level of urgency for publishing this change?

  • Urgent - unblocks current or future work
  • [] Slightly Less than Urgent

Tag your pair, your PM, and/or team!

@MerricdeLauney

- The gitignore files for the http2 and grpc assets were ignoring the
compiled binary names, which happened to collide with the names of
vendored golang modules.
- Because the gitignore files are applied recursively, git was ignoring
these modules, which meant the apps did not work unless you ran `go mod
vendor` before pushing
- We updated the gitignore files to only apply to the compiled binary
files in the sample apps' root directories

[cloudfoundy/routing-release#200]

Co-authored-by: Merric de Launey <mdelauney@vmware.com>
@davewalter davewalter added this to In progress in CF Acceptance Tests Sep 14, 2021
@davewalter davewalter self-assigned this Sep 14, 2021
@davewalter davewalter merged commit 72bc323 into develop Sep 14, 2021
CF Acceptance Tests automation moved this from In progress to Done Sep 14, 2021
@davewalter davewalter deleted the http2_fix_gitignore branch September 14, 2021 16:41
@davewalter
Copy link
Member

Thanks @Gerg!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

None yet

2 participants