Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tianlh
LightGBM-DCU
Commits
4131ef8f
Unverified
Commit
4131ef8f
authored
Dec 28, 2022
by
James Lamb
Committed by
GitHub
Dec 28, 2022
Browse files
[ci] allow ubuntu-latest to float for some GitHub Actions jobs (#5644)
parent
59c73133
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
6 deletions
+6
-6
.github/workflows/linkchecker.yml
.github/workflows/linkchecker.yml
+1
-1
.github/workflows/optional_checks.yml
.github/workflows/optional_checks.yml
+1
-1
.github/workflows/r_package.yml
.github/workflows/r_package.yml
+3
-3
.github/workflows/static_analysis.yml
.github/workflows/static_analysis.yml
+1
-1
No files found.
.github/workflows/linkchecker.yml
View file @
4131ef8f
...
@@ -17,7 +17,7 @@ env:
...
@@ -17,7 +17,7 @@ env:
jobs
:
jobs
:
check-links
:
check-links
:
timeout-minutes
:
60
timeout-minutes
:
60
runs-on
:
ubuntu-
22.04
runs-on
:
ubuntu-
latest
steps
:
steps
:
-
name
:
Checkout repository
-
name
:
Checkout repository
uses
:
actions/checkout@v3
uses
:
actions/checkout@v3
...
...
.github/workflows/optional_checks.yml
View file @
4131ef8f
...
@@ -9,7 +9,7 @@ on:
...
@@ -9,7 +9,7 @@ on:
jobs
:
jobs
:
all-optional-checks-successful
:
all-optional-checks-successful
:
timeout-minutes
:
120
timeout-minutes
:
120
runs-on
:
ubuntu-
22.04
runs-on
:
ubuntu-
latest
steps
:
steps
:
-
name
:
Checkout repository
-
name
:
Checkout repository
uses
:
actions/checkout@v3
uses
:
actions/checkout@v3
...
...
.github/workflows/r_package.yml
View file @
4131ef8f
...
@@ -181,9 +181,9 @@ jobs:
...
@@ -181,9 +181,9 @@ jobs:
$env:TASK = "${{ matrix.task }}"
$env:TASK = "${{ matrix.task }}"
& "$env:GITHUB_WORKSPACE/.ci/test_windows.ps1"
& "$env:GITHUB_WORKSPACE/.ci/test_windows.ps1"
test-r-sanitizers
:
test-r-sanitizers
:
name
:
r-sanitizers (ubuntu-
22.04
, R-devel, ${{ matrix.compiler }} ASAN/UBSAN)
name
:
r-sanitizers (ubuntu-
latest
, R-devel, ${{ matrix.compiler }} ASAN/UBSAN)
timeout-minutes
:
60
timeout-minutes
:
60
runs-on
:
ubuntu-
22.04
runs-on
:
ubuntu-
latest
container
:
wch1/r-debug
container
:
wch1/r-debug
strategy
:
strategy
:
fail-fast
:
false
fail-fast
:
false
...
@@ -219,7 +219,7 @@ jobs:
...
@@ -219,7 +219,7 @@ jobs:
test-r-debian-clang
:
test-r-debian-clang
:
name
:
r-package (debian, R-devel, clang)
name
:
r-package (debian, R-devel, clang)
timeout-minutes
:
60
timeout-minutes
:
60
runs-on
:
ubuntu-
22.04
runs-on
:
ubuntu-
latest
container
:
rhub/debian-clang-devel
container
:
rhub/debian-clang-devel
steps
:
steps
:
-
name
:
Install Git before checkout
-
name
:
Install Git before checkout
...
...
.github/workflows/static_analysis.yml
View file @
4131ef8f
...
@@ -47,7 +47,7 @@ jobs:
...
@@ -47,7 +47,7 @@ jobs:
r-check-docs
:
r-check-docs
:
name
:
r-package-check-docs
name
:
r-package-check-docs
timeout-minutes
:
60
timeout-minutes
:
60
runs-on
:
ubuntu-
22.04
runs-on
:
ubuntu-
latest
container
:
rocker/verse
container
:
rocker/verse
steps
:
steps
:
-
name
:
Trust git cloning LightGBM
-
name
:
Trust git cloning LightGBM
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment