[conductor] update console link (#118338)
* update console link * update test to include new console link
This commit is contained in:
parent
1305a509d4
commit
484d881f27
@ -45,6 +45,9 @@ String luciConsoleLink(String channel, String groupName) {
|
|||||||
);
|
);
|
||||||
final String consoleName =
|
final String consoleName =
|
||||||
channel == 'master' ? groupName : '${channel}_$groupName';
|
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';
|
return 'https://ci.chromium.org/p/flutter/g/$consoleName/console';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -990,7 +990,8 @@ void main() {
|
|||||||
);
|
);
|
||||||
expect(
|
expect(
|
||||||
stdio.stdout,
|
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);
|
expect(finalState.currentPhase, ReleasePhase.VERIFY_RELEASE);
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user