[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
This commit is contained in:
4
.ci.yaml
4
.ci.yaml
@@ -537,6 +537,7 @@ targets:
|
||||
|
||||
- name: Linux flutter_packaging_test
|
||||
recipe: packaging/packaging
|
||||
presubmit: false
|
||||
enabled_branches:
|
||||
- master
|
||||
properties:
|
||||
@@ -3280,6 +3281,7 @@ targets:
|
||||
|
||||
- name: Mac flutter_packaging_test
|
||||
recipe: packaging/packaging
|
||||
presubmit: false
|
||||
enabled_branches:
|
||||
- master
|
||||
properties:
|
||||
@@ -3292,6 +3294,7 @@ targets:
|
||||
|
||||
- name: Mac_arm64 flutter_packaging_test
|
||||
recipe: packaging/packaging
|
||||
presubmit: false
|
||||
enabled_branches:
|
||||
- master
|
||||
properties:
|
||||
@@ -5939,6 +5942,7 @@ targets:
|
||||
|
||||
- name: Windows flutter_packaging_test
|
||||
recipe: packaging/packaging
|
||||
presubmit: false
|
||||
enabled_branches:
|
||||
- master
|
||||
properties:
|
||||
|
||||
Reference in New Issue
Block a user