f877c37fc6
tests / Test (windows-latest, 3.13) (push) Blocked by required conditions
tests / Test (windows-latest, 3.14) (push) Blocked by required conditions
tests / Validate (push) Waiting to run
tests / Test (macos-latest, 3.10) (push) Blocked by required conditions
tests / Test (macos-latest, 3.11) (push) Blocked by required conditions
tests / Test (macos-latest, 3.12) (push) Blocked by required conditions
tests / Test (macos-latest, 3.13) (push) Blocked by required conditions
tests / Test (macos-latest, 3.14) (push) Blocked by required conditions
tests / Test (ubuntu-latest, 3.10) (push) Blocked by required conditions
tests / Test (ubuntu-latest, 3.11) (push) Blocked by required conditions
tests / Test (ubuntu-latest, 3.12) (push) Blocked by required conditions
tests / Test (ubuntu-latest, 3.13) (push) Blocked by required conditions
tests / Test (ubuntu-latest, 3.14) (push) Blocked by required conditions
tests / Test (windows-latest, 3.10) (push) Blocked by required conditions
tests / Test (windows-latest, 3.11) (push) Blocked by required conditions
tests / Test (windows-latest, 3.12) (push) Blocked by required conditions
universe validation / Validate (push) Waiting to run
23 lines
613 B
Plaintext
23 lines
613 B
Plaintext
name: Weekly GPU tests
|
|
|
|
on:
|
|
schedule:
|
|
- cron: '0 1 * * MON'
|
|
|
|
jobs:
|
|
weekly-gputests:
|
|
strategy:
|
|
fail-fast: false
|
|
matrix:
|
|
branch: [master, v4]
|
|
if: github.repository_owner == 'explosion'
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: Trigger buildkite build
|
|
uses: buildkite/trigger-pipeline-action@v1.2.0
|
|
env:
|
|
PIPELINE: explosion-ai/spacy-slow-gpu-tests
|
|
BRANCH: ${{ matrix.branch }}
|
|
MESSAGE: ":github: Weekly GPU + slow tests - triggered from a GitHub Action"
|
|
BUILDKITE_API_ACCESS_TOKEN: ${{ secrets.BUILDKITE_SECRET }}
|