Skip to content

Commit

Permalink
ci: Remove obsolete dcr up -w from import test
Browse files Browse the repository at this point in the history
I _think_ we can get away with this but let's see what the CI thinks. If it passes, it should save us another minuter or two.
  • Loading branch information
BYK committed Jan 17, 2025
1 parent 9ceb00f commit 48434fe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
5 changes: 0 additions & 5 deletions _integration-test/test_02_backup.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,6 @@ def test_02_import(setup_backup_restore_env_variables):
capture_output=True,
)

subprocess.run(
["docker", "compose", "--ansi", "never", "up", "--wait"],
check=True,
capture_output=True,
)
sentry_admin_sh = os.path.join(os.getcwd(), "sentry-admin.sh")
subprocess.run(
[
Expand Down
1 change: 1 addition & 0 deletions sentry-admin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ on the host filesystem. Commands that write files should write them to the '/sen
# Actual invocation that runs the command in the container.
invocation() {
$dc up postgres --wait
$dc up redis --wait
$dcr --no-deps -v "$VOLUME_MAPPING" -T -e SENTRY_LOG_LEVEL=CRITICAL web "$@" 2>&1
}

Expand Down

0 comments on commit 48434fe

Please sign in to comment.