Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Improvement: Combine worker assets #876

Merged
merged 1 commit into from
Jul 7, 2023
Merged

Conversation

ctlong
Copy link
Member

@ctlong ctlong commented Jun 30, 2023

Are you submitting this PR against the develop branch?

Yes

What is this change about?

Minimizes our asset footprint by removing assets/worker-app in favor of assets/worker, both of which appear to be able to be about the same app.

Please provide contextual information.

None

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

v29.1.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 many more (or fewer) seconds of runtime will this change introduce to CATs?

None

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!

None

We currently maintain two Golang "worker" assets, one which is
ostensibly for Windows, and another which... isn't?

It seems like they both do relatively the same thing and that there's no
need to differentiate them by OS. So in the interest of minimizing our
assets footprint I deleted assets/worker-app and updated the relevant
tests to use assets/worker.
@ctlong ctlong requested a review from a team June 30, 2023 23:28
@ctlong ctlong merged commit a2b0fd0 into develop Jul 7, 2023
@ctlong ctlong deleted the combine-worker-assets branch July 7, 2023 22:30
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants