-
Notifications
You must be signed in to change notification settings - Fork 5
chore: populate TH5 workaround VLAN range #1230
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
Conversation
Signed-off-by: Emanuele Di Pascale <[email protected]>
6022bb9 to
1e0ef59
Compare
|
@Frostman @pau-hedgehog there's been a couple of spurious CI failures, but then the upgrade jobs from 25.04 (and only those, upgrading from 25.05 appears to work just fine) always time out at 60 minutes. It appears they always get stuck at: I've tried looking in the artifacts for those jobs but I couldn't spot anything obvious, probably also because I am not quite sure what to look for. And since this is something happening consistently when the CI doesn't randomly implode, I don't feel comfortable just disabling the CI upgrade jobs for the sake of getting a green light. Any idea? |
All 7 switches encountered "No space left on device" errors during the initial NOS installation (#1015). Despite the installation errors, all switches eventually boot successfully but the lost time made the workflow timeout with: |
OK, that is a relief, but if this is a bug of 25.04 I still do not understand why it's happening always with this PR and not with other PRs that have been opened since? 🤔 In any case, if this is happening regularly, should we disable the upgrade jobs from 25.04? What's the way forward? |
Good question. For now I can't explain. I'll keep investigating |
You were right. My analysis was wrong because a 25.04 bug wouldn't affect the upgrade step in the workflow. After adding a commit to extend timeout and gather show-tech I could see what's really happening: Timeline of Failure:
The new validation webhook requirement enforces that TH5 workaround VLANs must be configured in the Fabricator CR but validation webhook seems to block any updates to the Fabricator CR without TH5 VLANs |
6fb1f36 to
db7d4eb
Compare
Thanks @pau-hedgehog. I wonder why this is not a problem when upgrading from 25.05? |
Signed-off-by: Sergei Lukianov <[email protected]>
db7d4eb to
cec0d59
Compare
No description provided.