-
Notifications
You must be signed in to change notification settings - Fork 18
Package Sync #235
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
Merged
Merged
Package Sync #235
Changes from 9 commits
Commits
Show all changes
55 commits
Select commit
Hold shift + click to select a range
5f2c3e1
sync
shughes-uk 6146ac9
Restructure to use package_sync: no more setup/cleanup of coiled
828d261
Dropped import in merge
09e151c
I guess we should run these.
b1c4c36
Fix condition
1b5f171
Merge branch 'main' into irose/package-sync-as-default
d0ad7f1
Merge branch 'main' into irose/package-sync-as-default
b200554
Skip output db, in combine step, which might appear if there are CI
fc40b10
Always upload static site
f17fe0c
test ci
a9ed685
Merge branch 'main' into irose/package-sync-as-default
393681a
test ci
5b7c0c1
test ci
80a87fc
Merge branch 'main' into irose/package-sync-as-default
4d4b385
Merge branch 'main' into irose/package-sync-as-default
69c6369
test ci
21cf14d
Rerun CI
jrbourbeau dea73fb
Test ci
e962837
Test ci
5ff1ac7
Test ci
ef2f850
test ci
984987f
test ci
b8cbcbc
Use package_sync and benchmarking infrastructure in spill tests
6c2665e
Remove now-unneeded workaround
e08de70
Skip test_spilling for now
9e7af44
Bump default image size
a0debfc
Test CI
6772842
Un-skip
c62fa87
test ci
97bf05c
Test CI
161c99c
Test CI
d7a8a06
Merge branch 'main' into irose/package-sync-as-default
1cfc431
Update fixtures
6ddea66
Try bumping instance type for small_cluster
fc0225e
Merge branch 'main' into irose/package-sync-as-default
928d176
Revert "Try bumping instance type for small_cluster"
e1a0ffb
Try an SSD instance for spill tests
e1972c2
Revert "Try an SSD instance for spill tests"
576e855
Reduce the spill test to 2x memory, try to avoid a test that takes 30
2ca5adc
Revert
1271307
Test ci
7e0fe7e
Test ci
99c2d4d
Try installing git dep for upstream
5d13ab9
Did we catch something
6ab38a3
Revert "Did we catch something"
347c499
Test CI
1566741
test ci
1bdcda6
Test CI
b272706
Test CI
d46ff90
Test CI
db098a2
Merge branch 'main' into irose/package-sync-as-default
9c54eab
clean up after merge
e673418
Merge branch 'main' into irose/package-sync-as-default
636ad71
Declare bankruptcy on cluster startup time
3271051
Apply suggestions from code review
ian-r-rose File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Changed things so we always generate the static site and upload it as an artifact. So if there is a regression detected, it's easier to download the artifacts to inspect (cf #251)