Commit 227c8b6
authored
patch: CI - bump mongo single kernel workflow - wait for poetry to find the newly released lib version (#236)
<!-- Provide a general summary of your changes in the Title above -->
<!-- markdownlint-disable MD041 -->
## 🏷️ Type of changes
<!--- What types of changes does your code introduce? -->
<!--- Put an `x` in all the boxes that apply: -->
- [x] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing
functionality to change)
- [ ] Documentation update
- [x] Tooling and CI
- [ ] Dependencies upgrade or change
- [ ] Chores / refactoring
## 📝 Description
<!--
Describe your changes in detail including:
- the purpose and feature scope of this PR (what)
- the motivation behind this change (why)
- the impacted components (often matches conventional commit scope)
- explanation/algorithm if required (how)
-->
Even if the we cant fetch the library from PYPI, poetry does not seem
up-to-date inmmediately
We try polling poetry until it finds it:
interval: 1 minute
timeout: 30 minutes
Test using workflow dispatch of a version that does not exist:
<img width="777" height="257" alt="image"
src="https://github.com/user-attachments/assets/183bc630-c347-4aa6-8948-8eee31d56f07"
/>
Test using workflow dispatch of a version that exists:
<img width="545" height="777" alt="image"
src="https://github.com/user-attachments/assets/4c5d8cc8-38ac-4cdc-b802-f8bfc2e98ff8"
/>
## ✅ Checklist
<!--- Go over all the following points, and put an `x` in all the boxes
that apply. -->
<!--- If you're unsure about any of these, don't hesitate to ask. We're
here to help! -->
- [x] My code follows the code style of this project.
- [ ] I have added or updated any relevant documentation.
- [ ] I have read the [**CONTRIBUTING**](../blob/8/edge/CONTRIBUTING.md)
document.
- [ ] I have added tests to cover my changes.
- [ ] All new and existing tests passed.1 parent f8b0fcf commit 227c8b6
1 file changed
+16
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | | - | |
107 | | - | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
108 | 122 | | |
109 | 123 | | |
110 | 124 | | |
| |||
0 commit comments