-
Notifications
You must be signed in to change notification settings - Fork 150
acc: Introduce phases; speed up "test-update" 2x. #4795
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
base: main
Are you sure you want to change the base?
Changes from all commits
204a9f8
709f983
46540cc
de5a12b
a50af78
97972d4
b1dce52
6a73f0b
afc047a
498fc69
3f9f164
a60dcfb
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,3 @@ | ||
| Phase = 1 | ||
| RecordRequests = true | ||
| Ignore = ['.databricks'] |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,3 @@ | ||
| Phase = 1 | ||
| RecordRequests = true | ||
| EnvMatrix.READPLAN = ["", "1"] |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,4 @@ | ||
| Phase = 1 | ||
| RecordRequests = true | ||
| Local = true | ||
| IncludeRequestHeaders = ["User-Agent"] | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you copy the comment from the Makefile here?
Something along the lines of:
Makes it easier to understand why this is needed. An example would be nice too.