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
8 changes: 4 additions & 4 deletions .github/workflows/acceptance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
frontend:
name: frontend tests
runs-on: ubuntu-20.04
timeout-minutes: 20
timeout-minutes: 90
strategy:
matrix:
# XXX: When updating this, make sure you also update CI_NODE_TOTAL.
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
webpack:
name: create frontend bundle
runs-on: ubuntu-20.04
timeout-minutes: 10
timeout-minutes: 90
outputs:
dist-path: ${{ steps.config.outputs.dist-path }}

Expand Down Expand Up @@ -146,7 +146,7 @@ jobs:
acceptance:
name: acceptance
runs-on: ubuntu-20.04
timeout-minutes: 20
timeout-minutes: 90
strategy:
matrix:
python-version: [3.8.12]
Expand Down Expand Up @@ -209,7 +209,7 @@ jobs:
chartcuterie:
name: chartcuterie integration
runs-on: ubuntu-20.04
timeout-minutes: 30
timeout-minutes: 90
strategy:
matrix:
python-version: [3.8.12]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/backend-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
lint:
name: backend lint
runs-on: ubuntu-20.04
timeout-minutes: 10
timeout-minutes: 90
strategy:
matrix:
python-version: [3.8.12]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/backend-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
test:
name: backend test
runs-on: ubuntu-20.04
timeout-minutes: 20
timeout-minutes: 90
strategy:
matrix:
python-version: [3.8.12]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/backend-typing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
test:
name: backend typing
runs-on: ubuntu-20.04
timeout-minutes: 12
timeout-minutes: 90
strategy:
matrix:
python-version: [3.8.12]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bootstrap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
bootstrap-script:
name: bootstrap
runs-on: macos-11.0
timeout-minutes: 45
timeout-minutes: 90
steps:
- name: Run bootstrap scripts
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-if-migration-is-required.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
should-check:
name: did files change
runs-on: ubuntu-20.04
timeout-minutes: 3
timeout-minutes: 90
# Map a step output to a job output
outputs:
changed: ${{ steps.changes.outputs.migration_lockfile }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/command-line-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
test:
name: cli test
runs-on: ubuntu-20.04
timeout-minutes: 10
timeout-minutes: 90
strategy:
matrix:
python-version: [3.8.12]
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/development-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
dev-environment:
name: dev docs set up
runs-on: ${{ matrix.os }}
timeout-minutes: 40
timeout-minutes: 90
strategy:
matrix:
# Using Ubuntu 18 until I figure out this error:
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:

bootstrap-script:
runs-on: macos-11
timeout-minutes: 45
timeout-minutes: 90
env:
PIP_DISABLE_PIP_VERSION_CHECK: on
# Make the environment more similar to what Mac defaults to
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/migrations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
did-migration-change:
name: check if any migration changes
runs-on: ubuntu-20.04
timeout-minutes: 3
timeout-minutes: 90
# Map a step output to a job output
outputs:
added: ${{ steps.changes.outputs.migrations_added }}
Expand All @@ -24,7 +24,7 @@ jobs:
modified-migration:
name: check if modified migration
runs-on: ubuntu-20.04
timeout-minutes: 4
timeout-minutes: 90
needs: did-migration-change
if: ${{ needs.did-migration-change.outputs.modified == 'true' }}

Expand All @@ -38,7 +38,7 @@ jobs:
sql:
name: Generate SQL
runs-on: ubuntu-20.04
timeout-minutes: 8
timeout-minutes: 90
strategy:
matrix:
python-version: [3.8.12]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/plugins-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
test:
name: plugins test
runs-on: ubuntu-20.04
timeout-minutes: 10
timeout-minutes: 90
strategy:
matrix:
python-version: [3.8.12]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
python-deps:
name: install
runs-on: ${{ matrix.os }}
timeout-minutes: 20
timeout-minutes: 90
strategy:
matrix:
os: [macos-11.0, ubuntu-20.04]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/relay-integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
test:
name: relay test
runs-on: ubuntu-20.04
timeout-minutes: 10
timeout-minutes: 90
strategy:
matrix:
python-version: [3.8.12]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/snuba-integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
test:
name: snuba test
runs-on: ubuntu-20.04
timeout-minutes: 30
timeout-minutes: 90
strategy:
matrix:
python-version: [3.8.12]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/symbolicator-integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
test:
name: symbolicator test
runs-on: ubuntu-20.04
timeout-minutes: 10
timeout-minutes: 90
strategy:
matrix:
python-version: [3.8.12]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/visual-diff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
visual-diff:
if: github.repository == 'getsentry/sentry'
runs-on: ubuntu-20.04
timeout-minutes: 20
timeout-minutes: 90

steps:
- name: Diff snapshots
Expand Down