Skip to content

Dask Distributed

Dask Distributed #46

name: "Dask Distributed"
on:
pull_request:
paths:
- '.github/workflows/framework-dask-distributed.yml'
- 'framework/dask-distributed/**'
push:
branches: [ main ]
paths:
- '.github/workflows/framework-dask-distributed.yml'
- 'framework/dask-distributed/**'
# Allow job to be triggered manually.
workflow_dispatch:
# Run job each night after CrateDB nightly has been published.
schedule:
- cron: '0 4 * * *'
# Cancel in-progress jobs when pushing to the same branch.
concurrency:
cancel-in-progress: true
group: ${{ github.workflow }}-${{ github.ref }}
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os:
- "ubuntu-latest"
cratedb-version:
- 'nightly'
env:
CRATEDB_VERSION: ${{ matrix.cratedb-version }}
name: "
CrateDB ${{ matrix.cratedb-version }}
"
steps:
- name: Acquire sources
uses: actions/checkout@v6
- name: Validate framework/dask-distributed
run: |
# TODO: Generalize invocation into `ngr` test runner.
cd framework/dask-distributed
bash test.sh