Skip to content

Commit

Permalink
[ci.yaml] Do not run packaging test on presubmit (#141192)
Browse files Browse the repository at this point in the history
This test doesn't support presubmit as runs a separate git clone, which won't contain the presubmit hash.

Fixes flutter/flutter#141188
  • Loading branch information
Casey Hillers authored Jan 9, 2024
1 parent 8834186 commit 51af82d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -537,6 +537,7 @@ targets:
- name: Linux flutter_packaging_test
recipe: packaging/packaging
presubmit: false
enabled_branches:
- master
properties:
Expand Down Expand Up @@ -3280,6 +3281,7 @@ targets:

- name: Mac flutter_packaging_test
recipe: packaging/packaging
presubmit: false
enabled_branches:
- master
properties:
Expand All @@ -3292,6 +3294,7 @@ targets:

- name: Mac_arm64 flutter_packaging_test
recipe: packaging/packaging
presubmit: false
enabled_branches:
- master
properties:
Expand Down Expand Up @@ -5939,6 +5942,7 @@ targets:

- name: Windows flutter_packaging_test
recipe: packaging/packaging
presubmit: false
enabled_branches:
- master
properties:
Expand Down

0 comments on commit 51af82d

Please sign in to comment.