Skip to content

Commit

Permalink
Use RBE for Fuchsia CI builds (flutter#51675)
Browse files Browse the repository at this point in the history
I'm not seeing the failures I had seen in these builds previously. I
suspect in the meantime we've rolled reclient forward in CI.
  • Loading branch information
zanderso authored Mar 26, 2024
1 parent 4504933 commit d7ac6fa
Showing 1 changed file with 60 additions and 24 deletions.
84 changes: 60 additions & 24 deletions ci/builders/linux_fuchsia.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,17 @@
"os=Linux"
],
"gclient_variables": {
"download_android_deps": false
"download_android_deps": false,
"use_rbe": true
},
"gn": [
"--fuchsia",
"--fuchsia-cpu",
"arm64",
"--runtime-mode",
"profile"
"profile",
"--rbe",
"--no-goma"
],
"name": "fuchsia_profile_arm64",
"ninja": {
Expand All @@ -32,15 +35,18 @@
],
"gclient_variables": {
"download_android_deps": false,
"run_fuchsia_emu": true
"run_fuchsia_emu": true,
"use_rbe": true
},
"gn": [
"--fuchsia",
"--fuchsia-cpu",
"arm64",
"--runtime-mode",
"profile",
"--no-lto"
"--no-lto",
"--rbe",
"--no-goma"
],
"name": "fuchsia_profile_arm64_tester",
"ninja": {
Expand Down Expand Up @@ -69,14 +75,17 @@
"os=Linux"
],
"gclient_variables": {
"download_android_deps": false
"download_android_deps": false,
"use_rbe": true
},
"gn": [
"--fuchsia",
"--fuchsia-cpu",
"arm64",
"--runtime-mode",
"release"
"release",
"--rbe",
"--no-goma"
],
"name": "fuchsia_release_arm64",
"ninja": {
Expand All @@ -95,15 +104,18 @@
],
"gclient_variables": {
"download_android_deps": false,
"run_fuchsia_emu": true
"run_fuchsia_emu": true,
"use_rbe": true
},
"gn": [
"--fuchsia",
"--fuchsia-cpu",
"arm64",
"--runtime-mode",
"release",
"--no-lto"
"--no-lto",
"--rbe",
"--no-goma"
],
"name": "fuchsia_release_arm64_tester",
"ninja": {
Expand Down Expand Up @@ -132,15 +144,18 @@
"os=Linux"
],
"gclient_variables": {
"download_android_deps": false
"download_android_deps": false,
"use_rbe": true
},
"gn": [
"--fuchsia",
"--fuchsia-cpu",
"arm64",
"--runtime-mode",
"debug",
"--no-lto"
"--no-lto",
"--rbe",
"--no-goma"
],
"name": "fuchsia_debug_arm64",
"ninja": {
Expand Down Expand Up @@ -174,15 +189,18 @@
],
"gclient_variables": {
"download_android_deps": false,
"run_fuchsia_emu": true
"run_fuchsia_emu": true,
"use_rbe": true
},
"gn": [
"--fuchsia",
"--fuchsia-cpu",
"arm64",
"--runtime-mode",
"debug",
"--no-lto"
"--no-lto",
"--rbe",
"--no-goma"
],
"name": "fuchsia_debug_arm64_tester",
"ninja": {
Expand Down Expand Up @@ -211,14 +229,17 @@
"os=Linux"
],
"gclient_variables": {
"download_android_deps": false
"download_android_deps": false,
"use_rbe": true
},
"gn": [
"--fuchsia",
"--fuchsia-cpu",
"x64",
"--runtime-mode",
"profile"
"profile",
"--rbe",
"--no-goma"
],
"name": "fuchsia_profile_x64",
"ninja": {
Expand All @@ -237,15 +258,18 @@
],
"gclient_variables": {
"download_android_deps": false,
"run_fuchsia_emu": true
"run_fuchsia_emu": true,
"use_rbe": true
},
"gn": [
"--fuchsia",
"--fuchsia-cpu",
"x64",
"--runtime-mode",
"profile",
"--no-lto"
"--no-lto",
"--rbe",
"--no-goma"
],
"name": "fuchsia_profile_x64_tester",
"ninja": {
Expand Down Expand Up @@ -275,14 +299,17 @@
],
"gclient_variables": {
"download_android_deps": false,
"run_fuchsia_emu": true
"run_fuchsia_emu": true,
"use_rbe": true
},
"gn": [
"--fuchsia",
"--fuchsia-cpu",
"x64",
"--runtime-mode",
"release"
"release",
"--rbe",
"--no-goma"
],
"name": "fuchsia_release_x64",
"ninja": {
Expand All @@ -301,15 +328,18 @@
],
"gclient_variables": {
"download_android_deps": false,
"run_fuchsia_emu": true
"run_fuchsia_emu": true,
"use_rbe": true
},
"gn": [
"--fuchsia",
"--fuchsia-cpu",
"x64",
"--runtime-mode",
"release",
"--no-lto"
"--no-lto",
"--rbe",
"--no-goma"
],
"name": "fuchsia_release_x64_tester",
"ninja": {
Expand Down Expand Up @@ -339,15 +369,18 @@
],
"gclient_variables": {
"download_android_deps": false,
"run_fuchsia_emu": true
"run_fuchsia_emu": true,
"use_rbe": true
},
"gn": [
"--fuchsia",
"--fuchsia-cpu",
"x64",
"--runtime-mode",
"debug",
"--no-lto"
"--no-lto",
"--rbe",
"--no-goma"
],
"name": "fuchsia_debug_x64",
"ninja": {
Expand Down Expand Up @@ -381,15 +414,18 @@
],
"gclient_variables": {
"download_android_deps": false,
"run_fuchsia_emu": true
"run_fuchsia_emu": true,
"use_rbe": true
},
"gn": [
"--fuchsia",
"--fuchsia-cpu",
"x64",
"--runtime-mode",
"debug",
"--no-lto"
"--no-lto",
"--rbe",
"--no-goma"
],
"name": "fuchsia_debug_x64_tester",
"ninja": {
Expand Down

0 comments on commit d7ac6fa

Please sign in to comment.