Skip to content

Commit 2b7f86a

Browse files
committed
New data collected at 2026-03-23_00-05-53
1 parent a5439a3 commit 2b7f86a

26 files changed

Lines changed: 72 additions & 34 deletions

github-actions/fs/R-CMD-check.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
- {os: windows-latest, r: 'oldrel-2'}
3030
- {os: windows-latest, r: 'oldrel-3'}
3131
- {os: windows-latest, r: 'oldrel-4'}
32+
- {os: windows-11-arm, r: 'devel'}
3233
- {os: ubuntu-latest, r: 'devel', http-user-agent: 'release'}
3334
- {os: ubuntu-latest, r: 'release'}
3435
- {os: ubuntu-latest, r: 'oldrel-1'}
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
name: Copilot Setup Steps
2+
3+
on:
4+
workflow_dispatch:
5+
push:
6+
paths:
7+
- .github/workflows/copilot-setup-steps.yml
8+
pull_request:
9+
paths:
10+
- .github/workflows/copilot-setup-steps.yml
11+
12+
jobs:
13+
copilot-setup-steps:
14+
runs-on: ubuntu-latest
15+
16+
permissions:
17+
contents: read
18+
19+
steps:
20+
- name: Checkout code
21+
uses: actions/checkout@HEAD
22+
23+
- name: Install R
24+
uses: r-lib/actions/setup-r@HEAD
25+
with:
26+
use-public-rspm: true

github-actions/knitr/knitr-examples.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,8 @@ jobs:
9292
shell: bash
9393

9494
- uses: actions/upload-artifact@v4
95-
if: failure()
9695
with:
9796
name: knitr-examples
9897
path:
99-
knitr-examples/[0-9][0-9][0-9]-*.*
98+
knitr-examples/*
10099
retention-days: 7

github-actions/mlflow/advice.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ defaults:
1212
jobs:
1313
notify:
1414
if: >
15-
github.event.pull_request.draft == false &&
1615
!(github.event.pull_request.user.login == 'Copilot' && github.event.pull_request.user.type == 'Bot')
1716
runs-on: ubuntu-slim
1817
timeout-minutes: 10

github-actions/mlflow/build-wheel.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ on:
1414
paths-ignore:
1515
- "docs/**"
1616
- "**.md"
17+
- "dev/clint/**"
1718
- ".github/workflows/docs.yml"
1819
- ".github/workflows/preview-docs.yml"
1920
- "mlflow/server/js/**"

github-actions/mlflow/cross-version-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
paths-ignore:
1010
- "docs/**"
1111
- "**.md"
12+
- "dev/clint/**"
1213
- ".github/workflows/docs.yml"
1314
- ".github/workflows/preview-docs.yml"
1415
- "mlflow/server/js/**"

github-actions/mlflow/examples.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
paths-ignore:
1010
- "docs/**"
1111
- "**.md"
12+
- "dev/clint/**"
1213
- ".github/workflows/docs.yml"
1314
- ".github/workflows/preview-docs.yml"
1415
- "mlflow/server/js/**"
@@ -92,7 +93,7 @@ jobs:
9293
if: ${{ github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' || steps.check-diff.outputs.examples_changed == 'true' }}
9394
run: |
9495
source ./dev/install-common-deps.sh --ml
95-
pip install fastapi uvicorn tf-keras
96+
pip install fastapi uvicorn
9697
sudo apt-get update -y
9798
# Required for the transformers example that uses the Whisper model
9899
sudo apt-get install -y ffmpeg

github-actions/mlflow/fs2db.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ on:
1313
paths-ignore:
1414
- "docs/**"
1515
- "**.md"
16+
- "dev/clint/**"
1617
- ".github/workflows/docs.yml"
1718
- ".github/workflows/preview-docs.yml"
1819
- "mlflow/server/js/**"

github-actions/mlflow/lint.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ jobs:
3232
fail-fast: false
3333
matrix:
3434
os: [ubuntu-latest, macos-latest]
35-
is-merge-queue:
36-
- ${{ github.event_name == 'merge_group' }}
35+
is-pull-request:
36+
- ${{ github.event_name == 'pull_request' }}
3737
exclude:
3838
- os: macos-latest
39-
is-merge-queue: true
39+
is-pull-request: false
4040
runs-on: ${{ matrix.os }}
4141
timeout-minutes: 10
4242
permissions:
@@ -52,6 +52,8 @@ jobs:
5252
fetch-depth: 300
5353
- uses: ./.github/actions/untracked
5454
- uses: ./.github/actions/setup-python
55+
with:
56+
pin-micro-version: false
5557
- uses: ./.github/actions/setup-node
5658
- name: Add problem matchers
5759
if: matrix.os == 'ubuntu-latest'
@@ -103,10 +105,8 @@ jobs:
103105
files=$(gh pr view "${PR_NUMBER}" --repo "${REPO}" --json files --jq '.files[].path')
104106
if echo "$files" | grep -q '^uv.lock$' && echo "$files" | grep -q '^pyproject.toml$'; then
105107
echo '::warning file=pyproject.toml,line=1,col=1::[Non-blocking]' \
106-
'Ignore if you did not intend to upgrade package versions.' \
107-
'`uv lock` does not automatically upgrade package versions' \
108-
'when relaxing version constraints (e.g., bumping max version).' \
109-
'Use `uv lock --upgrade-package <package>` to upgrade.'
108+
'Run `uv lock --upgrade-package <package>` if this PR should update package versions.' \
109+
'`uv lock` alone won'"'"'t bump them.'
110110
fi
111111
112112
- name: Check unused media

github-actions/mlflow/master.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
paths-ignore:
1010
- "docs/**"
1111
- "**.md"
12+
- "dev/clint/**"
1213
- ".github/workflows/docs.yml"
1314
- ".github/workflows/preview-docs.yml"
1415
- "mlflow/server/js/**"
@@ -374,7 +375,7 @@ jobs:
374375
uv sync --extra extras --extra genai --extra mcp
375376
uv pip install \
376377
-r requirements/test-requirements.txt \
377-
pyspark datasets tensorflow torch transformers tf-keras openai \
378+
pyspark datasets tensorflow torch transformers openai \
378379
tests/resources/mlflow-test-plugin
379380
- uses: ./.github/actions/show-versions
380381
- uses: ./.github/actions/pipdeptree

0 commit comments

Comments
 (0)