Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit d792826

Browse files
authored
Start uploading artifacts to GCS. (#33970)
1 parent 8cee666 commit d792826

File tree

4 files changed

+32
-18
lines changed

4 files changed

+32
-18
lines changed

ci/builders/linux_android_aot_engine.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"archives": [
55
{
66
"name": "android_profile",
7+
"type": "gcs",
78
"base_path": "out/android_profile/zip_archives/",
89
"include_paths": [
910
"out/android_profile/zip_archives/android-arm-profile/artifacts.zip",
@@ -43,6 +44,7 @@
4344
"archives": [
4445
{
4546
"name": "android_release",
47+
"type": "gcs",
4648
"base_path": "out/android_release/zip_archives/",
4749
"include_paths": [
4850
"out/android_release/zip_archives/android-arm-release/artifacts.zip",
@@ -82,6 +84,7 @@
8284
"archives": [
8385
{
8486
"name": "android_release_arm64",
87+
"type": "gcs",
8588
"base_path": "out/android_release_arm64/zip_archives/",
8689
"include_paths": [
8790
"out/android_release_arm64/zip_archives/android-arm64-release/artifacts.zip",
@@ -120,6 +123,7 @@
120123
"archives": [
121124
{
122125
"name": "android_profile_x64",
126+
"type": "gcs",
123127
"base_path": "out/android_profile_x64/zip_archives/",
124128
"include_paths": [
125129
"out/android_profile_x64/zip_archives/android-x64-profile/artifacts.zip",
@@ -158,6 +162,7 @@
158162
"archives": [
159163
{
160164
"name": "android_release_x64",
165+
"type": "gcs",
161166
"base_path": "out/android_release_x64/zip_archives/",
162167
"include_paths": [
163168
"out/android_release_x64/zip_archives/android-x64-release/artifacts.zip",

ci/builders/linux_android_debug_engine.json

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@
33
{
44
"archives": [
55
{
6+
"name": "linux_profile_arm64",
7+
"type": "gcs",
68
"base_path": "out/linux_profile_arm64/zip_archives/",
79
"include_paths": [
810
"out/linux_profile_arm64/zip_archives/linux-arm64-profile/linux-arm64-flutter-gtk.zip"
9-
],
10-
"name": "linux_profile_arm64"
11+
]
1112
}
1213
],
1314
"drone_dimensions": [
@@ -37,14 +38,15 @@
3738
{
3839
"archives": [
3940
{
41+
"name": "linux_debug_arm64",
42+
"type": "gcs",
4043
"base_path": "out/linux_debug_arm64/zip_archives/",
4144
"include_paths": [
4245
"out/linux_debug_arm64/zip_archives/linux-arm64/artifacts.zip",
4346
"out/linux_debug_arm64/zip_archives/linux-arm64/font-subset.zip",
4447
"out/linux_debug_arm64/zip_archives/linux-arm64-debug/linux-arm64-flutter-gtk.zip",
4548
"out/linux_debug_arm64/zip_archives/dart-sdk-linux-arm64.zip"
46-
],
47-
"name": "linux_debug_arm64"
49+
]
4850
}
4951
],
5052
"drone_dimensions": [
@@ -77,11 +79,12 @@
7779
{
7880
"archives": [
7981
{
82+
"name": "linux_release_arm64",
83+
"type": "gcs",
8084
"base_path": "out/linux_release_arm64/zip_archives/",
8185
"include_paths": [
8286
"out/linux_release_arm64/zip_archives/linux-arm64-release/linux-arm64-flutter-gtk.zip"
83-
],
84-
"name": "linux_release_arm64"
87+
]
8588
}
8689
],
8790
"drone_dimensions": [

ci/builders/linux_arm_host_engine.json

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@
33
{
44
"archives": [
55
{
6+
"name": "linux_profile_arm64",
7+
"type": "gcs",
68
"base_path": "out/linux_profile_arm64/zip_archives/",
79
"include_paths": [
810
"out/linux_profile_arm64/zip_archives/linux-arm64-profile/linux-arm64-flutter-gtk.zip"
9-
],
10-
"name": "linux_profile_arm64"
11+
]
1112
}
1213
],
1314
"drone_dimensions": [
@@ -37,14 +38,15 @@
3738
{
3839
"archives": [
3940
{
41+
"name": "linux_debug_arm64",
42+
"type": "gcs",
4043
"base_path": "out/linux_debug_arm64/zip_archives/",
4144
"include_paths": [
4245
"out/linux_debug_arm64/zip_archives/linux-arm64/artifacts.zip",
4346
"out/linux_debug_arm64/zip_archives/linux-arm64/font-subset.zip",
4447
"out/linux_debug_arm64/zip_archives/linux-arm64-debug/linux-arm64-flutter-gtk.zip",
4548
"out/linux_debug_arm64/zip_archives/dart-sdk-linux-arm64.zip"
46-
],
47-
"name": "linux_debug_arm64"
49+
]
4850
}
4951
],
5052
"drone_dimensions": [
@@ -77,11 +79,12 @@
7779
{
7880
"archives": [
7981
{
82+
"name": "linux_release_arm64",
83+
"type": "gcs",
8084
"base_path": "out/linux_release_arm64/zip_archives/",
8185
"include_paths": [
8286
"out/linux_release_arm64/zip_archives/linux-arm64-release/linux-arm64-flutter-gtk.zip"
83-
],
84-
"name": "linux_release_arm64"
87+
]
8588
}
8689
],
8790
"drone_dimensions": [

ci/builders/linux_host_engine.json

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@
2727
{
2828
"archives": [
2929
{
30+
"name": "host_debug",
31+
"type": "gcs",
3032
"base_path": "out/host_debug/zip_archives/",
3133
"include_paths": [
3234
"out/host_debug/zip_archives/linux-x64/artifacts.zip",
@@ -36,8 +38,7 @@
3638
"out/host_debug/zip_archives/dart-sdk-linux-x64.zip",
3739
"out/host_debug/zip_archives/flutter-web-sdk-linux-x64.zip",
3840
"out/host_debug/zip_archives/linux-x64-flutter-gtk.zip"
39-
],
40-
"name": "host_debug"
41+
]
4142
}
4243
],
4344
"drone_dimensions": [
@@ -72,11 +73,12 @@
7273
{
7374
"archives": [
7475
{
76+
"name": "host_profile",
77+
"type": "gcs",
7578
"base_path": "out/host_profile/zip_archives/",
7679
"include_paths": [
7780
"out/host_profile/zip_archives/linux-x64-profile/linux-x64-flutter-gtk.zip"
78-
],
79-
"name": "host_profile"
81+
]
8082
}
8183
],
8284
"drone_dimensions": [
@@ -120,12 +122,13 @@
120122
{
121123
"archives": [
122124
{
125+
"name": "host_release",
126+
"type": "gcs",
123127
"base_path": "out/host_release/zip_archives/",
124128
"include_paths": [
125129
"out/host_release/zip_archives/flutter_patched_sdk_product.zip",
126130
"out/host_release/zip_archives/linux-x64-release/linux-x64-flutter-gtk.zip"
127-
],
128-
"name": "host_release"
131+
]
129132
}
130133
],
131134
"drone_dimensions": [

0 commit comments

Comments
 (0)