Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
eb1868b0
Unverified
Commit
eb1868b0
authored
Mar 19, 2021
by
godofredoc
Committed by
GitHub
Mar 19, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use flutter-cirrus gke cluster for framework tasks. (#77982)
parent
b948bc07
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
7 deletions
+12
-7
.cirrus.yml
.cirrus.yml
+11
-6
Dockerfile
dev/ci/docker_linux/Dockerfile
+1
-1
No files found.
.cirrus.yml
View file @
eb1868b0
...
@@ -5,12 +5,9 @@
...
@@ -5,12 +5,9 @@
# See https://confluence.atlassian.com/bitbucket/yaml-anchors-960154027.html
# See https://confluence.atlassian.com/bitbucket/yaml-anchors-960154027.html
use_compute_credits
:
$CIRRUS_USER_COLLABORATOR == 'true'
environment
:
environment
:
# For details about environment variables used in Cirrus, including how encrypted variables work,
# For details about environment variables used in Cirrus, including how encrypted variables work,
# see https://cirrus-ci.org/guide/writing-tasks/#environment-variables
# see https://cirrus-ci.org/guide/writing-tasks/#environment-variables
GCLOUD_SERVICE_ACCOUNT_KEY
:
ENCRYPTED[f12abe60f5045d619ef4c79b83dd1e0722a0b0b13dbea95fbe334e2db7fffbcd841a5a92da8824848b539a19afe0c9fb]
# We change Flutter's directory to include a space in its name (see $CIRRUS_WORKING_DIR) so that
# We change Flutter's directory to include a space in its name (see $CIRRUS_WORKING_DIR) so that
# we constantly test path names with spaces in them. The FLUTTER_SDK_PATH_WITH_SPACE variable must
# we constantly test path names with spaces in them. The FLUTTER_SDK_PATH_WITH_SPACE variable must
# therefore have a space in it.
# therefore have a space in it.
...
@@ -24,11 +21,19 @@ environment:
...
@@ -24,11 +21,19 @@ environment:
CIRRUS_CHANGE_MESSAGE
:
"
"
CIRRUS_CHANGE_MESSAGE
:
"
"
CIRRUS_COMMIT_MESSAGE
:
"
"
CIRRUS_COMMIT_MESSAGE
:
"
"
gcp_credentials
:
ENCRYPTED[1917385f09764ac58515f6fee14ed58688afc808849b244969d41d0b082061eecd0a4c8ba801f00833877a12b51f8bb5]
# LINUX SHARDS
# LINUX SHARDS
task
:
task
:
container
:
gke_container
:
# https://cirrus-ci.org/guide/docker-builder-vm/#dockerfile-as-a-ci-environment
dockerfile
:
"
dev/ci/docker_linux/Dockerfile"
dockerfile
:
"
dev/ci/docker_linux/Dockerfile"
builder_image_name
:
docker-builder
# gce vm image
builder_image_project
:
flutter-cirrus
cluster_name
:
build-32-cluster
zone
:
us-central1-a
namespace
:
default
cpu
:
$CPU
cpu
:
$CPU
memory
:
$MEMORY
memory
:
$MEMORY
use_in_memory_disk
:
$USE_IN_MEMORY_DISK
use_in_memory_disk
:
$USE_IN_MEMORY_DISK
...
...
dev/ci/docker_linux/Dockerfile
View file @
eb1868b0
...
@@ -110,7 +110,7 @@ ENV PATH="${GOPATH}/bin:${PATH}"
...
@@ -110,7 +110,7 @@ ENV PATH="${GOPATH}/bin:${PATH}"
RUN
$GOBINARY
get
-u
github.com/technosophos/dashing
RUN
$GOBINARY
get
-u
github.com/technosophos/dashing
# Set locale to en_US
# Set locale to en_US
RUN
locale-gen en_US
"en_US.UTF-8"
&&
dpkg-reconfigure locales
RUN
locale-gen en_US
"en_US.UTF-8"
&&
DEBIAN_FRONTEND
=
noninteractive
dpkg-reconfigure locales
ENV
LANG en_US.UTF-8
ENV
LANG en_US.UTF-8
# Install fastlane via pinned Gemfile & Gemfile.lock
# Install fastlane via pinned Gemfile & Gemfile.lock
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment