Add jobs names to Wheels builds (#38363)
This commit is contained in:
parent
98ce4897ab
commit
cb40ee342e
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue