Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ec088c73e9 | |||
| 5829cf8b05 | |||
| 42da5a26e3 | |||
| b9174a292e |
@@ -0,0 +1,14 @@
|
|||||||
|
name: Renovate
|
||||||
|
on:
|
||||||
|
schedule:
|
||||||
|
- cron: '0 3 * * *'
|
||||||
|
workflow_dispatch:
|
||||||
|
jobs:
|
||||||
|
renovate:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
- uses: renovatebot/github-action@v40.3.0
|
||||||
|
with:
|
||||||
|
configurationFile: renovate.json
|
||||||
|
renovate-json5: true
|
||||||
@@ -90,7 +90,7 @@ roleRef:
|
|||||||
subjects:
|
subjects:
|
||||||
- kind: ServiceAccount
|
- kind: ServiceAccount
|
||||||
name: headlamp
|
name: headlamp
|
||||||
namespace: headlamp
|
namespace: <your-namespace>
|
||||||
```
|
```
|
||||||
|
|
||||||
## Troubleshooting
|
## Troubleshooting
|
||||||
|
|||||||
+2
-6
@@ -44,12 +44,8 @@ test.describe('Rook plugin smoke tests', () => {
|
|||||||
await page.goto('/c/main/rook-ceph');
|
await page.goto('/c/main/rook-ceph');
|
||||||
|
|
||||||
const sidebar = page.getByRole('navigation', { name: 'Navigation' });
|
const sidebar = page.getByRole('navigation', { name: 'Navigation' });
|
||||||
const rookBtn = sidebar.getByRole('button', { name: /rook/i });
|
const storageClassesLink = sidebar.getByRole('link', { name: /storage classes/i });
|
||||||
await rookBtn.click();
|
await expect(storageClassesLink).toBeVisible({ timeout: 10_000 });
|
||||||
await page.waitForLoadState('networkidle');
|
|
||||||
|
|
||||||
const storageClassesLink = sidebar.getByRole('button', { name: /storage classes/i });
|
|
||||||
await expect(storageClassesLink).toBeVisible({ timeout: 15_000 });
|
|
||||||
await storageClassesLink.click();
|
await storageClassesLink.click();
|
||||||
|
|
||||||
await page.waitForLoadState('networkidle');
|
await page.waitForLoadState('networkidle');
|
||||||
|
|||||||
Generated
+325
-323
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user