mirror of
https://github.com/whyour/qinglong.git
synced 2026-09-23 03:18:09 +08:00
feat(ql3): prove Console adopted cutover entry
This commit is contained in:
@@ -70,7 +70,6 @@ const VERIFICATION = Object.freeze({
|
||||
function verificationGates(variant) {
|
||||
return Object.freeze({
|
||||
...VERIFICATION,
|
||||
legacyUpgradeCutover: variant === 'headless' ? 'passed' : 'not_applicable',
|
||||
consoleLiveJourney: variant === 'console' ? 'passed' : 'not_applicable',
|
||||
firstAutomationJourney: variant === 'console' ? 'passed' : 'not_applicable',
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user