Elide failing projects from `master` CI (#1645)

* Elide `desktop_photo_search/fluent_ui` from master CI

* Elide `simplistic_calculator` from `master` CI
pull/1644/head
Brett Morgan 3 years ago committed by GitHub
parent e1f3fb020e
commit b5806955eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -21,7 +21,8 @@ declare -ar PROJECT_NAMES=(
# "code_sharing/client" # "code_sharing/client"
"code_sharing/server" "code_sharing/server"
"code_sharing/shared" "code_sharing/shared"
"desktop_photo_search/fluent_ui" # TODO(DomesticMouse): version solving failed
# "desktop_photo_search/fluent_ui"
"desktop_photo_search/material" "desktop_photo_search/material"
"experimental/context_menus" "experimental/context_menus"
"experimental/element_embedding_demo" "experimental/element_embedding_demo"
@ -54,7 +55,8 @@ declare -ar PROJECT_NAMES=(
"platform_view_swift" "platform_view_swift"
"provider_counter" "provider_counter"
"provider_shopper" "provider_shopper"
"simplistic_calculator" # TODO(DomesticMouse): version solving failed
# "simplistic_calculator"
"simplistic_editor" "simplistic_editor"
"testing_app" "testing_app"
"veggieseasons" "veggieseasons"

Loading…
Cancel
Save