-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
ci: Faster and smarter backup/restore tests #3516
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
Changes from all commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
0736582
ci: Faster and smarter backup/restore tests
BYK c4882c1
some minor optimizations
BYK dd28fd0
fix lol
BYK 794a71d
disable redundant test for now
BYK e9b5984
sigh, pytest
BYK 0cb0b1b
grumble
BYK 2ca86ff
more grumble
BYK 42e3274
works now?
BYK bd8437c
YES?
BYK 984b6a8
perms
BYK df1aa2c
do it before upping
BYK 85a8aed
move out of band
BYK 93a1e07
fix some things
BYK 9e50281
bake in customizations to avoid duplicate installs
BYK d48ced3
try again
BYK 8d9f28b
add kafka fix too
BYK f999b5a
change order
BYK 6f2366c
remove redundant http check
BYK 872c832
we need those empty dirs
BYK 262ec05
oops, wrong flag
BYK b7925cd
undo temp disabled test
BYK 44ba71c
try local action
BYK f3c1178
fix yaml
BYK dc7618b
try path
BYK 15a53fe
fix token passing
BYK bac93fd
fix yaml check
BYK cd802cf
Merge branch 'master' into byk/ci/snapshot-backup-test
BYK 24e2569
remove potentially obsolete dc up -w
BYK 9892af8
add comment about db reset
BYK fbe59f8
Merge branch 'master' into byk/ci/snapshot-backup-test
BYK 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,9 @@ | ||
echo "${_group}Bootstrapping and migrating Snuba ..." | ||
|
||
$dcr snuba-api bootstrap --force | ||
if [[ -z "${SKIP_DB_MIGRATIONS:-}" ]]; then | ||
$dcr snuba-api bootstrap --force | ||
else | ||
echo "Skipped DB migrations due to SKIP_DB_MIGRATIONS=$SKIP_DB_MIGRATIONS" | ||
fi | ||
|
||
echo "${_endgroup}" |
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.
Uh oh!
There was an error while loading. Please reload this page.