Unverified Commit 909dc300 authored by Jenn Magder's avatar Jenn Magder Committed by GitHub

Verify Mac artifact codesigning on x64 and arm64 (#119971)

* Verify Mac artifact codesigning on x64 and arm64

* mac_arm64
parent 0fbef469
...@@ -3215,7 +3215,24 @@ targets: ...@@ -3215,7 +3215,24 @@ targets:
- bin/** - bin/**
- .ci.yaml - .ci.yaml
- name: Mac verify_binaries_codesigned - name: Mac_x64 verify_binaries_codesigned
bringup: true
enabled_branches:
- flutter-\d+\.\d+-candidate\.\d+
recipe: flutter/flutter
timeout: 60
properties:
dependencies: >-
[
{"dependency": "xcode", "version": "14a5294e"}
]
tags: >
["framework", "hostonly", "shard", "mac"]
validation: verify_binaries_codesigned
validation_name: Verify x64 binaries codesigned
- name: Mac_arm64 verify_binaries_codesigned
bringup: true
enabled_branches: enabled_branches:
- flutter-\d+\.\d+-candidate\.\d+ - flutter-\d+\.\d+-candidate\.\d+
recipe: flutter/flutter recipe: flutter/flutter
...@@ -3228,7 +3245,7 @@ targets: ...@@ -3228,7 +3245,7 @@ targets:
tags: > tags: >
["framework", "hostonly", "shard", "mac"] ["framework", "hostonly", "shard", "mac"]
validation: verify_binaries_codesigned validation: verify_binaries_codesigned
validation_name: Verify binaries codesigned validation_name: Verify arm64 binaries codesigned
- name: Mac web_tool_tests - name: Mac web_tool_tests
recipe: flutter/flutter_drone recipe: flutter/flutter_drone
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment