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

sg: enable starting from a specific commit #44400

Closed
Tracked by #43746
burmudar opened this issue Nov 15, 2022 · 1 comment
Closed
Tracked by #43746

sg: enable starting from a specific commit #44400

burmudar opened this issue Nov 15, 2022 · 1 comment
Assignees
Labels
jh/clean @jhchabran's label for grouping issues that needs grooming/cleaning

Comments

@burmudar
Copy link
Contributor

When diagnosing regressions you want to start old commit versions of sourcegraph. Currently it requires you to checkout the repository on the commit you want to test out, but we could pull the docker images for this commit and start them.

We could provide two flags that do this?
Checkout the repository at the commit and start it ... there might be some complications here with the "dev" having to be rolled back to older versions

sg start --commit DEADBEEF

Pulls the versions at the specified commit from docker and starts it, the benefit here is that the dev environment will not have to rolled back and is unaffected

sg start --commit DEADBEAF --docker
@jhchabran
Copy link
Member

todo @mucles ask in the context of esc-eng to Application Engineers if that would be valuable (to debug stuff from old customers)

@jhchabran jhchabran added jh/clean @jhchabran's label for grouping issues that needs grooming/cleaning and removed devx/support/q4b1 labels Dec 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
jh/clean @jhchabran's label for grouping issues that needs grooming/cleaning
Projects
None yet
Development

No branches or pull requests

2 participants