Skip to content

Commit 51af82d

Browse files
author
Casey Hillers
authored
[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 flutter/flutter#141188
1 parent 8834186 commit 51af82d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.ci.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -537,6 +537,7 @@ targets:
537537
538538
- name: Linux flutter_packaging_test
539539
recipe: packaging/packaging
540+
presubmit: false
540541
enabled_branches:
541542
- master
542543
properties:
@@ -3280,6 +3281,7 @@ targets:
32803281

32813282
- name: Mac flutter_packaging_test
32823283
recipe: packaging/packaging
3284+
presubmit: false
32833285
enabled_branches:
32843286
- master
32853287
properties:
@@ -3292,6 +3294,7 @@ targets:
32923294

32933295
- name: Mac_arm64 flutter_packaging_test
32943296
recipe: packaging/packaging
3297+
presubmit: false
32953298
enabled_branches:
32963299
- master
32973300
properties:
@@ -5939,6 +5942,7 @@ targets:
59395942

59405943
- name: Windows flutter_packaging_test
59415944
recipe: packaging/packaging
5945+
presubmit: false
59425946
enabled_branches:
59435947
- master
59445948
properties:

0 commit comments

Comments
 (0)