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
484d881f
Unverified
Commit
484d881f
authored
Feb 01, 2023
by
Kevin Chisholm
Committed by
GitHub
Feb 01, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[conductor] update console link (#118338)
* update console link * update test to include new console link
parent
1305a509
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
state.dart
dev/conductor/core/lib/src/state.dart
+3
-0
next_test.dart
dev/conductor/core/test/next_test.dart
+2
-1
No files found.
dev/conductor/core/lib/src/state.dart
View file @
484d881f
...
...
@@ -45,6 +45,9 @@ String luciConsoleLink(String channel, String groupName) {
);
final
String
consoleName
=
channel
==
'master'
?
groupName
:
'
${channel}
_
$groupName
'
;
if
(
groupName
==
'packaging'
)
{
return
'https://luci-milo.appspot.com/p/dart-internal/g/flutter_packaging/console'
;
}
return
'https://ci.chromium.org/p/flutter/g/
$consoleName
/console'
;
}
...
...
dev/conductor/core/test/next_test.dart
View file @
484d881f
...
...
@@ -990,7 +990,8 @@ void main() {
);
expect
(
stdio
.
stdout
,
contains
(
'Release archive packages must be verified on cloud storage: https://ci.chromium.org/p/flutter/g/beta_packaging/console'
),
contains
(
'Release archive packages must be verified on cloud storage: https://luci-milo.appspot.com/p/dart-internal/g/flutter_packaging/console'
),
);
expect
(
finalState
.
currentPhase
,
ReleasePhase
.
VERIFY_RELEASE
);
});
...
...
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