-
Notifications
You must be signed in to change notification settings - Fork 367
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: [M3-8931] - Add doc link and region availability banner for Accelerated plans #11363
Conversation
…ated compute plans
// TODO: accelerated plans - update to GA link (when GA launches) | ||
export const ACCELERATED_COMPUTE_INSTANCES_LINK = | ||
'https://techdocs.akamai.com/cloud-computing/docs/accelerated-compute-instances-beta'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
created [M3-8962] to update docs link (+ setting a reminder/event for myself to remember)
} | ||
variant="warning" | ||
> | ||
<Notice spacingBottom={8} variant="warning"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(going back to the original spacingBottom, now that we're introducing the region availability notice)
Coverage Report: ✅ |
@coliu-akamai how do you feel about removing the transfer banner if the region has no availability? It could be a follow up - not a blocker since this is what we do for GPU plans too |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
@abailly-akamai created [M3-8963] to check with UX about removing this banner for regions where it's not available |
Cloud Manager UI test results🔺 1 failing test on test run #3 ↗︎
Details
TroubleshootingUse this command to re-run the failing tests: yarn cy:run -s "cypress/e2e/core/linodes/update-linode-labels.spec.ts" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Confirmed:
✅ Region availability banner shows up as expected (for all regions except the 5 accel is available in)
✅ Doc link
test passed locally - merging |
Cloud Manager E2E Run #6917
Run Properties:
|
Project |
Cloud Manager E2E
|
Branch Review |
develop
|
Run status |
Failed #6917
|
Run duration | 29m 14s |
Commit |
af363a52f6: feat: [M3-8931] - Add doc link and region availability banner for Accelerated pl...
|
Committer | Connie Liu |
View all properties for this run ↗︎ |
Test results | |
---|---|
Failures |
1
|
Flaky |
1
|
Pending |
2
|
Skipped |
0
|
Passing |
464
|
View all changes introduced in this branch ↗︎ |
Tests for review
cypress/e2e/core/linodes/update-linode-labels.spec.ts • 1 failed test
Test | Artifacts | |
---|---|---|
update linode label > updates a linode label from the "Settings" tab |
Screenshots
Video
|
cypress/e2e/core/linodes/linode-config.spec.ts • 1 flaky test
Test | Artifacts | |
---|---|---|
Linode Config management > End-to-End > Clones a config |
Screenshots
Video
|
Description 📝
Target release date 🗓️
12/10 - must be in for 12/10 release
Preview 📷
Include a screenshot or screen recording of the change.
🔒 Use the Mask Sensitive Data setting for security.
💡 Use
<video src="" />
tag when including recordings in table.How to test 🧪
Author Checklists
As an Author, to speed up the review process, I considered 🤔
👀 Doing a self review
❔ Our contribution guidelines
🤏 Splitting feature into small PRs
➕ Adding a changeset
🧪 Providing/improving test coverage
🔐 Removing all sensitive information from the code and PR description
🚩 Using a feature flag to protect the release
👣 Providing comprehensive reproduction steps
📑 Providing or updating our documentation
🕛 Scheduling a pair reviewing session
📱 Providing mobile support
♿ Providing accessibility support
As an Author, before moving this PR from Draft to Open, I confirmed ✅