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

remove cache-compiled-release command #464

Merged
merged 2 commits into from
Jan 12, 2024

Conversation

crhntr
Copy link
Contributor

@crhntr crhntr commented Jan 12, 2024

The TAS tile has not used this command for a long time.

Also there is a better way to compile BOSH Releases now given cloudfoundry/bosh-agent#315 has been merged. TAS Slingshots is working on workflows to do compilation for all tiles and those workflows will not use this command.

This command adds significant complexity to acceptance tests.

Removing it will simplify other work and will make kiln developers more likely to run acceptance tests more often and earlier.

@cf-gitbot
Copy link
Member

We have created an issue in Pivotal Tracker to manage this. Unfortunately, the Pivotal Tracker project is private so you may be unable to view the contents of the story.

The labels on this github issue will be updated when the story is started.

@crhntr
Copy link
Contributor Author

crhntr commented Jan 12, 2024

I have another story to fix the flakey test values: #462

@crhntr crhntr added the tas-slingshots Created by https://github.com/orgs/pivotal-cf/teams/tas-strategic-initiatives-slingshot label Jan 12, 2024
@crhntr crhntr force-pushed the remove-cache-compiled-releases branch from e59d6b6 to ffbda31 Compare January 12, 2024 19:46
internal/acceptance/workflows/hello-tile Outdated Show resolved Hide resolved
internal/test/integration_test.go Outdated Show resolved Hide resolved
@pvaramballypivot pvaramballypivot merged commit 2efc510 into main Jan 12, 2024
3 checks passed
@pvaramballypivot pvaramballypivot deleted the remove-cache-compiled-releases branch January 12, 2024 19:52
@kvmw
Copy link

kvmw commented Sep 30, 2024

@crhntr @pvaramballypivot We used to run cache-compiled-release in our tile CI to cache the compiled releases (dependencies) in a s3 bucket, in order to speed up the next builds.

Since this command has been removed, whats the alternative to cache the compiled dependencies, in order to avoid recompiling them for each CI execution ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tas-slingshots Created by https://github.com/orgs/pivotal-cf/teams/tas-strategic-initiatives-slingshot
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants