Skip to content

Commit 520862e

Browse files
committed
New data collected at 2025-05-12_00-03-17
1 parent 29f2976 commit 520862e

16 files changed

Lines changed: 55 additions & 19 deletions

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ jobs:
5858
_R_CHECK_SUGGESTS_ONLY_: true
5959
_R_CHECK_THINGS_IN_TEMP_DIR_: true
6060
_R_CHECK_TESTS_NLINES_: 300
61-
RCMDCHECK_ERROR_ON: note
61+
RCMDCHECK_ERROR_ON: error
62+
NOT_CRAN: true
6263
## Specific to futures
6364
R_PARALLELLY_AVAILABLECORES_SYSTEM: ${{ matrix.config.availablecores }}
6465
R_FUTURE_RNG_ONMISUSE: error

github-actions/future/tmate.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
matrix:
2323
config:
2424
# - {os: windows-latest, r: 'devel' }
25+
- {os: windows-latest, r: 'release' }
2526
# - {os: windows-latest, r: 'release', parallelly: 'develop' }
2627
# - {os: windows-latest, r: 'oldrel' }
2728
# - {os: macOS-latest, r: 'devel' }
@@ -35,7 +36,7 @@ jobs:
3536
# - {os: ubuntu-latest, r: '4.0' }
3637
#
3738
# - {os: ubuntu-latest, r: 'release' , availablecores: 1, label: 'availableCores.system=1' }
38-
- {os: ubuntu-latest, r: 'release' , availablecores: 2, label: 'availableCores.system=2' }
39+
# - {os: ubuntu-latest, r: 'release' , availablecores: 2, label: 'availableCores.system=2' }
3940
# - {os: ubuntu-latest, r: 'release' , language: ko, label: ko }
4041
# - {os: ubuntu-latest, r: 'release' , language: zh_CN, label: zh_CN }
4142
# - {os: ubuntu-latest, r: 'release' , language: zh_TW, label: zh_TW }

github-actions/igraph/codecov.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Configure
2626
shell: bash
2727
working-directory: ${{github.workspace}}/build
28-
run: cmake $GITHUB_WORKSPACE -G"Unix Makefiles" -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DIGRAPH_ENABLE_TLS=ON -DIGRAPH_ENABLE_CODE_COVERAGE=ON -DFLEX_KEEP_LINE_NUMBERS=ON
28+
run: cmake $GITHUB_WORKSPACE -G"Ninja" -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DIGRAPH_ENABLE_TLS=ON -DIGRAPH_ENABLE_CODE_COVERAGE=ON -DFLEX_KEEP_LINE_NUMBERS=ON
2929

3030
- name: Build
3131
working-directory: ${{github.workspace}}/build
@@ -37,7 +37,7 @@ jobs:
3737
- name: Coverage
3838
working-directory: ${{github.workspace}}/build
3939
shell: bash
40-
run: cmake --build . --target check --parallel
40+
run: cmake --build . --target coverage --parallel
4141

4242
- name: Codecov.io
4343
uses: codecov/codecov-action@v5

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ defaults:
4848
shell: bash --noprofile --norc -exo pipefail {0}
4949

5050
env:
51-
MLFLOW_HOME: /home/runner/work/mlflow/mlflow
51+
MLFLOW_HOME: ${{ github.workspace }}
5252
PIP_EXTRA_INDEX_URL: https://download.pytorch.org/whl/cpu
5353
PIP_CONSTRAINT: ${{ github.workspace }}/requirements/constraints.txt
5454

github-actions/mlflow/examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ defaults:
3535
shell: bash --noprofile --norc -exo pipefail {0}
3636

3737
env:
38-
MLFLOW_HOME: /home/runner/work/mlflow/mlflow
38+
MLFLOW_HOME: ${{ github.workspace }}
3939
MLFLOW_CONDA_HOME: /usr/share/miniconda
4040
PYTHONFAULTHANDLER: "1"
4141

github-actions/mlflow/master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ defaults:
2323
shell: bash --noprofile --norc -exo pipefail {0}
2424

2525
env:
26-
MLFLOW_HOME: /home/runner/work/mlflow/mlflow
26+
MLFLOW_HOME: ${{ github.workspace }}
2727
# Note miniconda is pre-installed in the virtual environments for GitHub Actions:
2828
# https://github.com/actions/virtual-environments/blob/main/images/linux/scripts/installers/miniconda.sh
2929
MLFLOW_CONDA_HOME: /usr/share/miniconda

github-actions/mlflow/protobuf-cross-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ defaults:
2929
shell: bash --noprofile --norc -exo pipefail {0}
3030

3131
env:
32-
MLFLOW_HOME: /home/runner/work/mlflow/mlflow
32+
MLFLOW_HOME: ${{ github.workspace }}
3333
# Note miniconda is pre-installed in the virtual environments for GitHub Actions:
3434
# https://github.com/actions/virtual-environments/blob/main/images/linux/scripts/installers/miniconda.sh
3535
MLFLOW_CONDA_HOME: /usr/share/miniconda

github-actions/mlflow/protos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ on:
1818
- requirements/core-requirements.txt
1919

2020
env:
21-
MLFLOW_HOME: /home/runner/work/mlflow/mlflow
21+
MLFLOW_HOME: ${{ github.workspace }}
2222

2323
concurrency:
2424
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.ref }}

github-actions/mlflow/r.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ concurrency:
2020
cancel-in-progress: true
2121

2222
env:
23-
MLFLOW_HOME: /home/runner/work/mlflow/mlflow
23+
MLFLOW_HOME: ${{ github.workspace }}
2424

2525
jobs:
2626
r:

github-actions/mlflow/requirements.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ concurrency:
2020
cancel-in-progress: true
2121

2222
env:
23-
MLFLOW_HOME: /home/runner/work/mlflow/mlflow
23+
MLFLOW_HOME: ${{ github.workspace }}
2424
MLFLOW_CONDA_HOME: /usr/share/miniconda
2525
SPARK_LOCAL_IP: localhost
2626
PYTHON_VERSION: "3.10" # minimum supported version + 1

0 commit comments

Comments
 (0)