Skip to content

Commit

Permalink
Merge branch main into colin/runtime-task-cancel
Browse files Browse the repository at this point in the history
  • Loading branch information
Colin Ho authored and Colin Ho committed Oct 31, 2024
2 parents ab26801 + 5fc9531 commit ab10825
Show file tree
Hide file tree
Showing 180 changed files with 7,911 additions and 1,825 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/broken-link-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
retry_on: error
command: blc https://www.getdaft.io -ro --exclude www.pytorch.org/ --exclude https://github.com/Eventual-Inc/Daft/ --exclude https://twitter.com/daft_dataframe --exclude https://www.linkedin.com/company/eventualcomputing/
- name: Send Slack notification on failure
uses: slackapi/slack-github-action@v1.26.0
uses: slackapi/slack-github-action@v1.27.0
if: failure()
with:
payload: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/daft-profiling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
path: tpch-*.txt

- name: Send Slack notification on failure
uses: slackapi/slack-github-action@v1.26.0
uses: slackapi/slack-github-action@v1.27.0
if: failure()
with:
payload: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/nightlies-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
env:
DAFT_RUNNER: ${{ matrix.daft-runner }}
- name: Send Slack notification on failure
uses: slackapi/slack-github-action@v1.26.0
uses: slackapi/slack-github-action@v1.27.0
if: ${{ failure() && (github.ref == 'refs/heads/main') }}
with:
payload: |
Expand Down Expand Up @@ -137,7 +137,7 @@ jobs:
env:
DAFT_RUNNER: ${{ matrix.daft-runner }}
- name: Send Slack notification on failure
uses: slackapi/slack-github-action@v1.26.0
uses: slackapi/slack-github-action@v1.27.0
if: ${{ failure() && (github.ref == 'refs/heads/main') }}
with:
payload: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/notebook-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Run notebooks in tutorials
run: find tutorials -name "*.ipynb" -print0 | xargs -0 -I {} papermill {} /tmp/out.ipynb -p CI True --kernel python3 --no-progress-bar --cwd /tmp/
- name: Send Slack notification on failure
uses: slackapi/slack-github-action@v1.26.0
uses: slackapi/slack-github-action@v1.27.0
if: failure()
with:
payload: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/property-based-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
HYPOTHESIS_MAX_EXAMPLES: 10000

- name: Send Slack notification on failure
uses: slackapi/slack-github-action@v1.26.0
uses: slackapi/slack-github-action@v1.27.0
if: failure()
with:
payload: |
Expand Down
22 changes: 11 additions & 11 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ jobs:
path: ./report-output

- name: Send Slack notification on failure
uses: slackapi/slack-github-action@v1.26.0
uses: slackapi/slack-github-action@v1.27.0
if: ${{ failure() && (github.ref == 'refs/heads/main') }}
with:
payload: |
Expand Down Expand Up @@ -265,7 +265,7 @@ jobs:
DAFT_RUNNER: ${{ matrix.daft-runner }}

- name: Send Slack notification on failure
uses: slackapi/slack-github-action@v1.26.0
uses: slackapi/slack-github-action@v1.27.0
if: ${{ failure() && (github.ref == 'refs/heads/main') }}
with:
payload: |
Expand Down Expand Up @@ -341,7 +341,7 @@ jobs:
env:
DAFT_RUNNER: ${{ matrix.daft-runner }}
- name: Send Slack notification on failure
uses: slackapi/slack-github-action@v1.26.0
uses: slackapi/slack-github-action@v1.27.0
if: ${{ failure() && (github.ref == 'refs/heads/main') }}
with:
payload: |
Expand Down Expand Up @@ -437,7 +437,7 @@ jobs:
env:
DAFT_RUNNER: ${{ matrix.daft-runner }}
- name: Send Slack notification on failure
uses: slackapi/slack-github-action@v1.26.0
uses: slackapi/slack-github-action@v1.27.0
if: ${{ failure() }}
with:
payload: |
Expand Down Expand Up @@ -519,7 +519,7 @@ jobs:
DAFT_RUNNER: ${{ matrix.daft-runner }}
DAFT_ENABLE_NATIVE_EXECUTOR: ${{ matrix.enable-native-executor }}
- name: Send Slack notification on failure
uses: slackapi/slack-github-action@v1.26.0
uses: slackapi/slack-github-action@v1.27.0
if: ${{ failure() && (github.ref == 'refs/heads/main') }}
with:
payload: |
Expand Down Expand Up @@ -600,7 +600,7 @@ jobs:
DAFT_RUNNER: ${{ matrix.daft-runner }}
DAFT_ENABLE_NATIVE_EXECUTOR: ${{ matrix.enable-native-executor }}
- name: Send Slack notification on failure
uses: slackapi/slack-github-action@v1.26.0
uses: slackapi/slack-github-action@v1.27.0
if: ${{ failure() && (github.ref == 'refs/heads/main') }}
with:
payload: |
Expand Down Expand Up @@ -682,7 +682,7 @@ jobs:
with:
run: pytest tests/benchmarks -m benchmark --codspeed
- name: Send Slack notification on failure
uses: slackapi/slack-github-action@v1.26.0
uses: slackapi/slack-github-action@v1.27.0
if: ${{ failure() && (github.ref == 'refs/heads/main') }}
with:
payload: |
Expand Down Expand Up @@ -728,7 +728,7 @@ jobs:
name: coverage-reports-rust-tests-${{ runner.os }}
path: ./report-output
- name: Send Slack notification on failure
uses: slackapi/slack-github-action@v1.26.0
uses: slackapi/slack-github-action@v1.27.0
if: ${{ failure() && (github.ref == 'refs/heads/main') }}
with:
payload: |
Expand Down Expand Up @@ -830,7 +830,7 @@ jobs:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
files: ./report-output/*
- name: Send Slack notification on failure
uses: slackapi/slack-github-action@v1.26.0
uses: slackapi/slack-github-action@v1.27.0
if: ${{ failure() && (github.ref == 'refs/heads/main') }}
with:
payload: |
Expand Down Expand Up @@ -911,7 +911,7 @@ jobs:
python -c 'import daft; from daft import *'
- name: Send Slack notification on failure
uses: slackapi/slack-github-action@v1.26.0
uses: slackapi/slack-github-action@v1.27.0
if: ${{ failure() && (github.ref == 'refs/heads/main') }}
with:
payload: |
Expand Down Expand Up @@ -978,7 +978,7 @@ jobs:
pre-commit run --all-files
- name: Send Slack notification on failure
uses: slackapi/slack-github-action@v1.26.0
uses: slackapi/slack-github-action@v1.27.0
if: ${{ failure() && (github.ref == 'refs/heads/main') }}
with:
payload: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
path: dist

- name: Send Slack notification on failure
uses: slackapi/slack-github-action@v1.26.0
uses: slackapi/slack-github-action@v1.27.0
if: ${{ failure() && (github.ref == 'refs/heads/main') }}
with:
payload: |
Expand Down Expand Up @@ -186,7 +186,7 @@ jobs:
upload_wheels
- name: Send Slack notification on failure
uses: slackapi/slack-github-action@v1.26.0
uses: slackapi/slack-github-action@v1.27.0
if: failure()
with:
payload: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ray-compatibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
DAFT_RUNNER: ray

- name: Send Slack notification on failure
uses: slackapi/slack-github-action@v1.26.0
uses: slackapi/slack-github-action@v1.27.0
if: failure()
with:
payload: |
Expand Down
Loading

0 comments on commit ab10825

Please sign in to comment.