Skip to content

Commit

Permalink
First round
Browse files Browse the repository at this point in the history
  • Loading branch information
pvizeli committed May 7, 2020
1 parent a5d7f77 commit ffc5886
Show file tree
Hide file tree
Showing 8 changed files with 61 additions and 54 deletions.
26 changes: 0 additions & 26 deletions .azure/azp-template-addon.yml

This file was deleted.

15 changes: 11 additions & 4 deletions ada/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,21 @@ trigger:
include:
- ada/*
pr: none
resources:
repositories:
- repository: azure
type: github
name: "home-assistant/ci-azure"
endpoint: "home-assistant"

variables:
- name: versionBuilder
value: "2.0"
- group: docker

jobs:
- template: /.azure/azp-template-addon.yml
- template: templates/azp-job-version.yaml@azure
parameters:
addon: "ada"
arch: "--amd64 --armv7 --armhf"
arch:
- amd64
- armv7
- armhf
15 changes: 11 additions & 4 deletions almond/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,21 @@ trigger:
include:
- almond/*
pr: none
resources:
repositories:
- repository: azure
type: github
name: "home-assistant/ci-azure"
endpoint: "home-assistant"

variables:
- name: versionBuilder
value: "2.0"
- group: docker

jobs:
- template: /.azure/azp-template-addon.yml
- template: templates/azp-job-version.yaml@azure
parameters:
addon: "almond"
arch: "--amd64 --armv7 --aarch64"
arch:
- amd64
- armv7
- aarch64
11 changes: 7 additions & 4 deletions cec_scan/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,17 @@ trigger:
include:
- cec_scan/*
pr: none
resources:
repositories:
- repository: azure
type: github
name: "home-assistant/ci-azure"
endpoint: "home-assistant"

variables:
- name: versionBuilder
value: "2.0"
- group: docker

jobs:
- template: /.azure/azp-template-addon.yml
- template: templates/azp-job-version.yaml@azure
parameters:
addon: "cec_scan"
arch: "--all"
11 changes: 7 additions & 4 deletions check_config/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,17 @@ trigger:
include:
- check_config/*
pr: none
resources:
repositories:
- repository: azure
type: github
name: "home-assistant/ci-azure"
endpoint: "home-assistant"

variables:
- name: versionBuilder
value: "2.0"
- group: docker

jobs:
- template: /.azure/azp-template-addon.yml
- template: templates/azp-job-version.yaml@azure
parameters:
addon: "check_config"
arch: "--all"
11 changes: 7 additions & 4 deletions configurator/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,17 @@ trigger:
include:
- configurator/*
pr: none
resources:
repositories:
- repository: azure
type: github
name: "home-assistant/ci-azure"
endpoint: "home-assistant"

variables:
- name: versionBuilder
value: "2.0"
- group: docker

jobs:
- template: /.azure/azp-template-addon.yml
- template: templates/azp-job-version.yaml@azure
parameters:
addon: "configurator"
arch: "--all"
15 changes: 11 additions & 4 deletions deconz/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,21 @@ trigger:
include:
- deconz/*
pr: none
resources:
repositories:
- repository: azure
type: github
name: "home-assistant/ci-azure"
endpoint: "home-assistant"

variables:
- name: versionBuilder
value: "2.0"
- group: docker

jobs:
- template: /.azure/azp-template-addon.yml
- template: templates/azp-job-version.yaml@azure
parameters:
addon: "deconz"
arch: "--armhf --amd64 --aarch64"
arch:
- armhf
- amd64
- aarch64
11 changes: 7 additions & 4 deletions zwave/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,17 @@ trigger:
include:
- zwave/*
pr: none
resources:
repositories:
- repository: azure
type: github
name: "home-assistant/ci-azure"
endpoint: "home-assistant"

variables:
- name: versionBuilder
value: "2.0"
- group: docker

jobs:
- template: /.azure/azp-template-addon.yml
- template: templates/azp-job-version.yaml@azure
parameters:
addon: "zwave"
arch: "--all"

0 comments on commit ffc5886

Please sign in to comment.