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
226e7f7d
Unverified
Commit
226e7f7d
authored
Jan 20, 2025
by
Nikita Titov
Committed by
GitHub
Jan 20, 2025
Browse files
[ci] fix errors about indentation in yaml files (Part 2) (#6789)
parent
7679c735
Changes
7
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
483 additions
and
484 deletions
+483
-484
.github/workflows/cuda.yml
.github/workflows/cuda.yml
+6
-6
.github/workflows/python_package.yml
.github/workflows/python_package.yml
+6
-6
.github/workflows/r_package.yml
.github/workflows/r_package.yml
+6
-6
.github/workflows/static_analysis.yml
.github/workflows/static_analysis.yml
+6
-6
.github/workflows/triggering_comments.yml
.github/workflows/triggering_comments.yml
+19
-19
.vsts-ci.yml
.vsts-ci.yml
+440
-440
.yamllint.yml
.yamllint.yml
+0
-1
No files found.
.github/workflows/cuda.yml
View file @
226e7f7d
.github/workflows/python_package.yml
View file @
226e7f7d
.github/workflows/r_package.yml
View file @
226e7f7d
.github/workflows/static_analysis.yml
View file @
226e7f7d
.github/workflows/triggering_comments.yml
View file @
226e7f7d
.vsts-ci.yml
View file @
226e7f7d
...
...
@@ -6,7 +6,7 @@ trigger:
include
:
-
v*
pr
:
-
master
-
master
variables
:
AZURE
:
'
true'
CMAKE_BUILD_PARALLEL_LEVEL
:
4
...
...
@@ -50,7 +50,7 @@ resources:
tasks
:
true
jobs
:
###########################################
-
job
:
Maintenance
-
job
:
Maintenance
###########################################
pool
:
mariner-20240410-0
container
:
ubuntu-latest
...
...
@@ -81,7 +81,7 @@ jobs:
print-diagnostics
displayName
:
Clean
###########################################
-
job
:
Linux
-
job
:
Linux
###########################################
variables
:
COMPILER
:
gcc
...
...
@@ -141,7 +141,7 @@ jobs:
artifactName
:
PackageAssets
artifactType
:
container
###########################################
-
job
:
Linux_latest
-
job
:
Linux_latest
###########################################
variables
:
COMPILER
:
clang-17
...
...
@@ -216,7 +216,7 @@ jobs:
filePath
:
$(Build.SourcesDirectory)/.ci/test.sh
targetType
:
'
filePath'
###########################################
-
job
:
QEMU_multiarch
-
job
:
QEMU_multiarch
###########################################
variables
:
BUILD_DIRECTORY
:
/LightGBM
...
...
@@ -281,7 +281,7 @@ jobs:
artifactName
:
PackageAssets
artifactType
:
container
###########################################
-
job
:
macOS
-
job
:
macOS
###########################################
variables
:
COMPILER
:
clang
...
...
@@ -333,7 +333,7 @@ jobs:
artifactName
:
PackageAssets
artifactType
:
container
###########################################
-
job
:
Windows
-
job
:
Windows
###########################################
pool
:
vmImage
:
'
windows-2019'
...
...
@@ -377,7 +377,7 @@ jobs:
artifactName
:
PackageAssets
artifactType
:
container
###########################################
-
job
:
R_artifact
-
job
:
R_artifact
###########################################
condition
:
not(startsWith(variables['Build.SourceBranch'], 'refs/pull/'))
pool
:
...
...
@@ -404,7 +404,7 @@ jobs:
artifactType
:
container
###########################################
-
job
:
Package
-
job
:
Package
###########################################
dependsOn
:
-
Linux
...
...
.yamllint.yml
View file @
226e7f7d
...
...
@@ -10,5 +10,4 @@ rules:
check-keys
:
false
# temporarily disabled rules
indentation
:
disable
comments-indentation
:
disable
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