Unverified Commit 51af82d3 authored by Casey Hillers's avatar Casey Hillers Committed by GitHub

[ci.yaml] Do not run packaging test on presubmit (#141192)

This test doesn't support presubmit as runs a separate git clone, which won't contain the presubmit hash.

Fixes https://github.com/flutter/flutter/issues/141188
parent 88341867
...@@ -537,6 +537,7 @@ targets: ...@@ -537,6 +537,7 @@ targets:
- name: Linux flutter_packaging_test - name: Linux flutter_packaging_test
recipe: packaging/packaging recipe: packaging/packaging
presubmit: false
enabled_branches: enabled_branches:
- master - master
properties: properties:
...@@ -3280,6 +3281,7 @@ targets: ...@@ -3280,6 +3281,7 @@ targets:
- name: Mac flutter_packaging_test - name: Mac flutter_packaging_test
recipe: packaging/packaging recipe: packaging/packaging
presubmit: false
enabled_branches: enabled_branches:
- master - master
properties: properties:
...@@ -3292,6 +3294,7 @@ targets: ...@@ -3292,6 +3294,7 @@ targets:
- name: Mac_arm64 flutter_packaging_test - name: Mac_arm64 flutter_packaging_test
recipe: packaging/packaging recipe: packaging/packaging
presubmit: false
enabled_branches: enabled_branches:
- master - master
properties: properties:
...@@ -5939,6 +5942,7 @@ targets: ...@@ -5939,6 +5942,7 @@ targets:
- name: Windows flutter_packaging_test - name: Windows flutter_packaging_test
recipe: packaging/packaging recipe: packaging/packaging
presubmit: false
enabled_branches: enabled_branches:
- master - master
properties: properties:
......
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