mirror of
https://github.com/home-assistant/core.git
synced 2025-07-29 18:28:14 +02:00
Add jobs names to Wheels builds (#38363)
This commit is contained in:
committed by
Davide Varricchio
parent
14b4722b69
commit
58dcc059c7
@ -35,6 +35,7 @@ jobs:
|
||||
wheelsRequirement: 'requirements.txt'
|
||||
wheelsRequirementDiff: 'requirements_diff.txt'
|
||||
wheelsConstraint: 'homeassistant/package_constraints.txt'
|
||||
jobName: 'Wheels_Core'
|
||||
preBuild:
|
||||
- script: |
|
||||
if [[ "$(Build.Reason)" =~ (Schedule|Manual) ]]; then
|
||||
@ -52,6 +53,7 @@ jobs:
|
||||
wheelsRequirement: 'requirements_wheels.txt'
|
||||
wheelsRequirementDiff: 'requirements_diff.txt'
|
||||
wheelsConstraint: 'homeassistant/package_constraints.txt'
|
||||
jobName: 'Wheels_Integrations'
|
||||
preBuild:
|
||||
- script: |
|
||||
cp requirements_all.txt requirements_wheels.txt
|
||||
|
Reference in New Issue
Block a user