зеркало из https://github.com/microsoft/LightGBM.git
This commit is contained in:
Родитель
6482b47e9d
Коммит
a2ae6b95fc
|
@ -107,10 +107,12 @@ jobs:
|
|||
docker_img="${docker_img}-ubuntu$(lsb_release -rs)"
|
||||
fi
|
||||
docker run --env-file docker.env -v "$GITHUB_WORKSPACE":"$ROOT_DOCKER_FOLDER" --rm --gpus all "$docker_img" /bin/bash $ROOT_DOCKER_FOLDER/docker-script.sh
|
||||
all-successful:
|
||||
# https://github.community/t/is-it-possible-to-require-all-github-actions-tasks-to-pass-without-enumerating-them/117957/4?u=graingert
|
||||
all-cuda-jobs-successful:
|
||||
if: always()
|
||||
runs-on: ubuntu-latest
|
||||
needs: [test]
|
||||
steps:
|
||||
- name: Note that all tests succeeded
|
||||
run: echo "🎉"
|
||||
uses: re-actors/alls-green@v1.2.2
|
||||
with:
|
||||
jobs: ${{ toJSON(needs) }}
|
||||
|
|
|
@ -7,7 +7,7 @@ on:
|
|||
- release/*
|
||||
|
||||
jobs:
|
||||
all-successful:
|
||||
all-optional-checks-successful:
|
||||
timeout-minutes: 120
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
|
|
|
@ -71,10 +71,12 @@ jobs:
|
|||
export PATH=${CONDA}/bin:${PATH}
|
||||
$GITHUB_WORKSPACE/.ci/setup.sh || exit -1
|
||||
$GITHUB_WORKSPACE/.ci/test.sh || exit -1
|
||||
all-successful:
|
||||
# https://github.community/t/is-it-possible-to-require-all-github-actions-tasks-to-pass-without-enumerating-them/117957/4?u=graingert
|
||||
all-python-package-jobs-successful:
|
||||
if: always()
|
||||
runs-on: ubuntu-latest
|
||||
needs: [test]
|
||||
steps:
|
||||
- name: Note that all tests succeeded
|
||||
run: echo "🎉"
|
||||
uses: re-actors/alls-green@v1.2.2
|
||||
with:
|
||||
jobs: ${{ toJSON(needs) }}
|
||||
|
|
|
@ -246,10 +246,12 @@ jobs:
|
|||
echo "NOTEs, WARNINGs, or ERRORs have been found by R CMD check"
|
||||
exit -1
|
||||
fi
|
||||
all-successful:
|
||||
# https://github.community/t/is-it-possible-to-require-all-github-actions-tasks-to-pass-without-enumerating-them/117957/4?u=graingert
|
||||
runs-on: ubuntu-22.04
|
||||
all-r-package-jobs-successful:
|
||||
if: always()
|
||||
runs-on: ubuntu-latest
|
||||
needs: [test, test-r-sanitizers, test-r-debian-clang]
|
||||
steps:
|
||||
- name: Note that all tests succeeded
|
||||
run: echo "🎉"
|
||||
uses: re-actors/alls-green@v1.2.2
|
||||
with:
|
||||
jobs: ${{ toJSON(needs) }}
|
||||
|
|
|
@ -80,10 +80,12 @@ jobs:
|
|||
echo ""
|
||||
exit -1
|
||||
fi
|
||||
all-successful:
|
||||
# https://github.community/t/is-it-possible-to-require-all-github-actions-tasks-to-pass-without-enumerating-them/117957/4?u=graingert
|
||||
runs-on: ubuntu-22.04
|
||||
all-static-analysis-jobs-successful:
|
||||
if: always()
|
||||
runs-on: ubuntu-latest
|
||||
needs: [test, r-check-docs]
|
||||
steps:
|
||||
- name: Note that all tests succeeded
|
||||
run: echo "🎉"
|
||||
uses: re-actors/alls-green@v1.2.2
|
||||
with:
|
||||
jobs: ${{ toJSON(needs) }}
|
||||
|
|
Загрузка…
Ссылка в новой задаче