Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/sentry/utils/relocation.py
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ class OrderedTask(Enum):
- "--findings-file"
- "/findings/import-$jsonfile"
$args
timeout: 900s
timeout: 2400s
"""
)

Expand Down Expand Up @@ -250,7 +250,7 @@ class OrderedTask(Enum):
- "--findings-file"
- "/findings/export-$jsonfile"
$args
timeout: 900s
timeout: 2400s
"""
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ steps:
- --overwrite-configs
id: import-baseline-config
name: gcr.io/cloud-builders/docker
timeout: 900s
timeout: 2400s
waitFor:
- copy-inputs-being-validated
- create-working-dirs
Expand Down Expand Up @@ -157,7 +157,7 @@ steps:
- importing
id: import-colliding-users
name: gcr.io/cloud-builders/docker
timeout: 900s
timeout: 2400s
waitFor:
- copy-inputs-being-validated
- create-working-dirs
Expand Down Expand Up @@ -188,7 +188,7 @@ steps:
- testing
id: import-raw-relocation-data
name: gcr.io/cloud-builders/docker
timeout: 900s
timeout: 2400s
waitFor:
- copy-inputs-being-validated
- create-working-dirs
Expand Down Expand Up @@ -221,7 +221,7 @@ steps:
- /findings/export-baseline-config.json
id: export-baseline-config
name: gcr.io/cloud-builders/docker
timeout: 900s
timeout: 2400s
waitFor:
- import-baseline-config
- import-raw-relocation-data
Expand Down Expand Up @@ -254,7 +254,7 @@ steps:
- importing
id: export-colliding-users
name: gcr.io/cloud-builders/docker
timeout: 900s
timeout: 2400s
waitFor:
- import-colliding-users
- export-baseline-config
Expand Down Expand Up @@ -287,7 +287,7 @@ steps:
- testing
id: export-raw-relocation-data
name: gcr.io/cloud-builders/docker
timeout: 900s
timeout: 2400s
waitFor:
- import-raw-relocation-data
- export-colliding-users
Expand Down