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
8743f94f
Unverified
Commit
8743f94f
authored
Apr 02, 2021
by
Casey Hillers
Committed by
GitHub
Apr 02, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Create dev/ci.yaml (#79396)
parent
bf6e38db
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
32 additions
and
0 deletions
+32
-0
.ci.yaml
.ci.yaml
+31
-0
CODEOWNERS
CODEOWNERS
+1
-0
No files found.
.ci.yaml
0 → 100644
View file @
8743f94f
# Describes the targets run in continuous integration environment.
#
# Cocoon[1] uses this file to generate a checklist of tasks to be performed for
# every commit.
#
# [1] github.com/flutter/cocoon
#
# Required properties:
# * name: human readable, unique string identifier that describes the target
# * builder: name of the LUCI builder to run the target on
# See https://cs.opensource.google/flutter/infra/+/master:config/
#
# Optional properties:
# * bringup: boolean hether the target can block the tree.
# Targets should be marked as bringup when newly added, until they have
# soaked for a 25 runs. Tragets that are flaky but not being actively worked
# on should be hidden because they just cause confusion otherwise.
# * dependencies: List<String> of target names this target is dependent on.
# This only supports one parent target, and when that target completes
# successfully, this target will be started.
# Child targets can reuse artifacts from parent targets.
# * properties: Map<String, String> of properties to pass to recipe
enabled_branches
:
-
master
targets
:
-
name
:
analyze_linux
bringup
:
true
builder
:
Linux analyze
properties
:
validation
:
analyze
validation_name
:
Analyze
CODEOWNERS
View file @
8743f94f
...
...
@@ -6,6 +6,7 @@
#
# Use git ls-files '<pattern>' without a / prefix to see the list of matching files.
/.ci.yaml @caseyhillers @christopherfujino
/CODEOWNERS @jmagman
/dev/ci/ @christopherfujino
/packages/flutter_goldens @Piinks
...
...
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