Skip to content

Commit

Permalink
opt out of codesign (#1457)
Browse files Browse the repository at this point in the history
* opt out of codesign

* flip to false

* add component governance

* Update .mxchip-ci.yml

* Update arduino-esp.yml

* Update linux_back_compat.yml

* Update longhaul.vsts-ci.yml

* Update mxchip-nightly-ci.yml

* Update raspi.yaml

* Update raspi.yaml

* Update .mxchip-ci.yml

* Update mxchip-nightly-ci.yml

* removing skip variable.

Co-authored-by: jbobotek <jeremy.bobotek@gmail.com>
  • Loading branch information
danewalton-msft and jbobotek authored Mar 17, 2020
1 parent 8a27860 commit 0b63887
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
2 changes: 2 additions & 0 deletions build/.vsts-ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
name: $(BuildID)_$(BuildDefinitionName)_$(SourceBranchName)_$(Date:yyyyMMdd)$(Rev:.r)
variables:
runCodesignValidationInjection: false
resources:
- repo: self
clean: true
Expand Down
5 changes: 4 additions & 1 deletion build/linux_back_compat.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
name: $(BuildID)_$(BuildDefinitionName)_$(SourceBranchName)_$(Date:yyyyMMdd)$(Rev:.r)

variables:
runCodesignValidationInjection: false
resources:
- repo: self
clean: true
Expand Down Expand Up @@ -33,4 +36,4 @@ jobs:
PROVISIONING_CONNECTION_STRING_INVALIDCERT: $(PROVISIONING-CONNECTION-STRING-INVALIDCERT)
- script: sudo rm -rf $(Agent.BuildDirectory)/*
displayName: 'cleanup'
condition: always()
condition: always()
2 changes: 2 additions & 0 deletions build/longhaul.vsts-ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
name: $(BuildID)_$(BuildDefinitionName)_$(SourceBranchName)_$(Date:yyyyMMdd)$(Rev:.r)
variables:
runCodesignValidationInjection: false
resources:
- repo: self
clean: true
Expand Down
1 change: 0 additions & 1 deletion jenkins/raspberrypi/raspi.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Copyright (c) Microsoft. All rights reserved.
# Licensed under the MIT license. See LICENSE file in the project root for full license information.

schedules:
- cron: "0 0 * * *"
displayName: Daily midnight build
Expand Down

0 comments on commit 0b63887

Please sign in to comment.