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
335d1688
Unverified
Commit
335d1688
authored
Jan 26, 2025
by
Nikita Titov
Committed by
GitHub
Jan 26, 2025
Browse files
[ci] fix errors about comments indentation in yaml files (Part 3) (#6794)
parent
3654ecaa
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
24 additions
and
19 deletions
+24
-19
.vsts-ci.yml
.vsts-ci.yml
+24
-16
.yamllint.yml
.yamllint.yml
+0
-3
No files found.
.vsts-ci.yml
View file @
335d1688
...
@@ -49,9 +49,10 @@ resources:
...
@@ -49,9 +49,10 @@ resources:
tools
:
true
tools
:
true
tasks
:
true
tasks
:
true
jobs
:
jobs
:
###########################################
###############
# Maintenance #
###############
-
job
:
Maintenance
-
job
:
Maintenance
###########################################
pool
:
mariner-20240410-0
pool
:
mariner-20240410-0
container
:
ubuntu-latest
container
:
ubuntu-latest
# routine maintenance (like periodically deleting old files),
# routine maintenance (like periodically deleting old files),
...
@@ -80,9 +81,10 @@ jobs:
...
@@ -80,9 +81,10 @@ jobs:
# check disk usage again
# check disk usage again
print-diagnostics
print-diagnostics
displayName
:
Clean
displayName
:
Clean
###########################################
#########
# Linux #
#########
-
job
:
Linux
-
job
:
Linux
###########################################
variables
:
variables
:
COMPILER
:
gcc
COMPILER
:
gcc
SETUP_CONDA
:
'
false'
SETUP_CONDA
:
'
false'
...
@@ -140,9 +142,10 @@ jobs:
...
@@ -140,9 +142,10 @@ jobs:
pathtoPublish
:
'
$(Build.ArtifactStagingDirectory)'
pathtoPublish
:
'
$(Build.ArtifactStagingDirectory)'
artifactName
:
PackageAssets
artifactName
:
PackageAssets
artifactType
:
container
artifactType
:
container
###########################################
################
# Linux_latest #
################
-
job
:
Linux_latest
-
job
:
Linux_latest
###########################################
variables
:
variables
:
COMPILER
:
clang-17
COMPILER
:
clang-17
DEBIAN_FRONTEND
:
'
noninteractive'
DEBIAN_FRONTEND
:
'
noninteractive'
...
@@ -215,9 +218,10 @@ jobs:
...
@@ -215,9 +218,10 @@ jobs:
inputs
:
inputs
:
filePath
:
$(Build.SourcesDirectory)/.ci/test.sh
filePath
:
$(Build.SourcesDirectory)/.ci/test.sh
targetType
:
'
filePath'
targetType
:
'
filePath'
###########################################
##################
# QEMU_multiarch #
##################
-
job
:
QEMU_multiarch
-
job
:
QEMU_multiarch
###########################################
variables
:
variables
:
BUILD_DIRECTORY
:
/LightGBM
BUILD_DIRECTORY
:
/LightGBM
COMPILER
:
gcc
COMPILER
:
gcc
...
@@ -280,9 +284,10 @@ jobs:
...
@@ -280,9 +284,10 @@ jobs:
pathtoPublish
:
'
$(Build.ArtifactStagingDirectory)'
pathtoPublish
:
'
$(Build.ArtifactStagingDirectory)'
artifactName
:
PackageAssets
artifactName
:
PackageAssets
artifactType
:
container
artifactType
:
container
###########################################
#########
# macOS #
#########
-
job
:
macOS
-
job
:
macOS
###########################################
variables
:
variables
:
COMPILER
:
clang
COMPILER
:
clang
OS_NAME
:
'
macos'
OS_NAME
:
'
macos'
...
@@ -332,9 +337,10 @@ jobs:
...
@@ -332,9 +337,10 @@ jobs:
pathtoPublish
:
'
$(Build.ArtifactStagingDirectory)'
pathtoPublish
:
'
$(Build.ArtifactStagingDirectory)'
artifactName
:
PackageAssets
artifactName
:
PackageAssets
artifactType
:
container
artifactType
:
container
###########################################
###########
# Windows #
###########
-
job
:
Windows
-
job
:
Windows
###########################################
pool
:
pool
:
vmImage
:
'
windows-2019'
vmImage
:
'
windows-2019'
strategy
:
strategy
:
...
@@ -376,9 +382,10 @@ jobs:
...
@@ -376,9 +382,10 @@ jobs:
pathtoPublish
:
'
$(Build.ArtifactStagingDirectory)'
pathtoPublish
:
'
$(Build.ArtifactStagingDirectory)'
artifactName
:
PackageAssets
artifactName
:
PackageAssets
artifactType
:
container
artifactType
:
container
###########################################
##############
# R_artifact #
##############
-
job
:
R_artifact
-
job
:
R_artifact
###########################################
condition
:
not(startsWith(variables['Build.SourceBranch'], 'refs/pull/'))
condition
:
not(startsWith(variables['Build.SourceBranch'], 'refs/pull/'))
pool
:
pool
:
vmImage
:
'
ubuntu-22.04'
vmImage
:
'
ubuntu-22.04'
...
@@ -403,9 +410,10 @@ jobs:
...
@@ -403,9 +410,10 @@ jobs:
artifactName
:
R-package
artifactName
:
R-package
artifactType
:
container
artifactType
:
container
###########################################
###########
# Package #
###########
-
job
:
Package
-
job
:
Package
###########################################
dependsOn
:
dependsOn
:
-
Linux
-
Linux
-
Linux_latest
-
Linux_latest
...
...
.yamllint.yml
View file @
335d1688
...
@@ -8,6 +8,3 @@ rules:
...
@@ -8,6 +8,3 @@ rules:
truthy
:
truthy
:
# prevent treating GitHub Workflow "on" key as boolean value
# prevent treating GitHub Workflow "on" key as boolean value
check-keys
:
false
check-keys
:
false
# temporarily disabled rules
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