Skip to content

Commit

Permalink
Merge branch 'master' into fix-async-calculation
Browse files Browse the repository at this point in the history
  • Loading branch information
Twixes committed Mar 28, 2024
2 parents 774d93b + c677074 commit d8bd057
Show file tree
Hide file tree
Showing 295 changed files with 1,054 additions and 2,040 deletions.
399 changes: 0 additions & 399 deletions .github/workflows/ci-backend-depot.yml

This file was deleted.

12 changes: 6 additions & 6 deletions .github/workflows/ci-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
# Job to decide if we should run backend ci
# See https://github.com/dorny/paths-filter#conditional-execution for more details
changes:
runs-on: ubuntu-latest
runs-on: depot-ubuntu-latest-4
timeout-minutes: 5
if: github.repository == 'PostHog/posthog'
name: Determine need to run backend checks
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
timeout-minutes: 30

name: Python code quality checks
runs-on: ubuntu-latest
runs-on: depot-ubuntu-latest-4

steps:
# If this run wasn't initiated by the bot (meaning: snapshot update) and we've determined
Expand Down Expand Up @@ -174,7 +174,7 @@ jobs:
timeout-minutes: 10

name: Validate Django migrations
runs-on: ubuntu-latest
runs-on: depot-ubuntu-latest-4

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -237,7 +237,7 @@ jobs:
timeout-minutes: 30

name: Django tests – ${{ matrix.segment }} (persons-on-events ${{ matrix.person-on-events && 'on' || 'off' }}), Py ${{ matrix.python-version }}, ${{ matrix.clickhouse-server-image }} (${{matrix.group}}/${{ matrix.concurrency }})
runs-on: ubuntu-latest
runs-on: depot-ubuntu-latest-4

strategy:
fail-fast: false
Expand Down Expand Up @@ -318,7 +318,7 @@ jobs:
matrix:
clickhouse-server-image: ['clickhouse/clickhouse-server:23.11.2.11-alpine']
if: needs.changes.outputs.backend == 'true'
runs-on: ubuntu-latest
runs-on: depot-ubuntu-latest-4
steps:
- name: 'Checkout repo'
uses: actions/checkout@v3
Expand Down Expand Up @@ -375,7 +375,7 @@ jobs:
calculate-running-time:
name: Calculate running time
needs: [django, async-migrations]
runs-on: ubuntu-latest
runs-on: depot-ubuntu-latest-4
if: needs.changes.outputs.backend == 'true'
steps:
- name: Calculate running time
Expand Down
313 changes: 0 additions & 313 deletions .github/workflows/ci-e2e-depot.yml

This file was deleted.

Loading

0 comments on commit d8bd057

Please sign in to comment.