Skip to content

SBRA-708 validate docker images before publishing them#68

Merged
A669015 merged 3 commits intomainfrom
SBRA-708-validate-docker-image-before-publishing-them
Jan 15, 2025
Merged

SBRA-708 validate docker images before publishing them#68
A669015 merged 3 commits intomainfrom
SBRA-708-validate-docker-image-before-publishing-them

Conversation

@A669015
Copy link
Contributor

@A669015 A669015 commented Jan 15, 2025

Add test phase before pushing docker image

@github-actions
Copy link

github-actions bot commented Jan 15, 2025

Coverage report for reactive-flows/cnf-combustion/unets model project

File Coverage Missing
All files 90%
config.py 95% 38
data.py 91% 61 75 78 120 130 136
models.py 87% 40-41 44 47
trainer.py 71% 56-59 63-65 69
unet.py 96% 90 120

Minimum allowed coverage is 0%

Generated by 🐒 cobertura-action against 9e27aad

@github-actions
Copy link

github-actions bot commented Jan 15, 2025

Coverage report for weather-forecast/gravity-wave-drag/cnns model project

File Coverage Missing
All files 93%
config.py 95% 37
data.py 98% 160
models.py 89% 36-39 89 98
trainer.py 85% 75-77 81

Minimum allowed coverage is 0%

Generated by 🐒 cobertura-action against 9e27aad

@github-actions
Copy link

github-actions bot commented Jan 15, 2025

Coverage report for reactive-flows/cnf-combustion/gnns model project

File Coverage Missing
All files 84%
config.py 91% 44 77-81
data.py 80% 108-135 162 213
inferer.py 88% 213-240
models.py 73% 87 116-132 156-160 208-212
plotters.py 92% 55-56 142-143 146-147 160 165
trainer.py 68% 66-71 80-82 86-88

Minimum allowed coverage is 0%

Generated by 🐒 cobertura-action against 9e27aad

@github-actions
Copy link

github-actions bot commented Jan 15, 2025

Coverage report for weather-forecast/ecrad-3d-correction/unets model project

File Coverage Missing
All files 88%
config.py 95% 25
dataproc.py 92% 140 144-145 184-186
models.py 77% 51 61-62 65-69 92-93 96 99 102 105
trainer.py 71% 64-67 71-73 77
unet.py 94% 89 119 122

Minimum allowed coverage is 0%

Generated by 🐒 cobertura-action against 9e27aad

@A669015 A669015 force-pushed the SBRA-708-validate-docker-image-before-publishing-them branch from cb39b6b to cc01c8d Compare January 15, 2025 09:59
@cbovalo cbovalo self-requested a review January 15, 2025 10:00
@A669015 A669015 marked this pull request as ready for review January 15, 2025 10:17
@A669015 A669015 requested a review from a team as a code owner January 15, 2025 10:17
@A669015 A669015 marked this pull request as draft January 15, 2025 10:19
@A669015 A669015 marked this pull request as ready for review January 15, 2025 10:30
@A669015 A669015 merged commit 8115186 into main Jan 15, 2025
18 checks passed
@A669015 A669015 deleted the SBRA-708-validate-docker-image-before-publishing-them branch January 15, 2025 10:40
A669015 added a commit that referenced this pull request Apr 23, 2025
* Sbra 634 documentation of reactive flows (#47)

Co-authored-by: root <root@LAPTOP-9QVLPDRM.localdomain>
Co-authored-by: Léo Nicoletti <leo.nicoletti@eviden.com>

* Fix doc (#48)

* Upgrade all use-cases to pytorch/lightning 2 (#49)

* Fix base requirements for gnns (#50)

* Fix dependabot permissions (#52)

* Bump jinja2 from 3.1.4 to 3.1.5 in /reactive-flows/cnf-combustion/unets (#51)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Lionel VINCENT <97742788+A669015@users.noreply.github.com>

* Bump jinja2 from 3.1.4 to 3.1.5 in /weather-forecast/ecrad-3d-correction/unets in the pip group across 1 directory (#53)

* SBRA-714 add dependabot workflow to auto merge its PR (#55)

* Bump the pip group across 2 directories with 1 update (#54)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* SBRA-708 validate docker images before publishing them (#68)

* SBRA-709 automate linting (#69)

* SBRA-720 remove notebooks (#70)

* SBRA-718 refactor reactive-flows/cnf-combustion/gnns to remove config.py (#71)

* SBRA-718 refactor reactive-flows/cnf-combustion/unets to remove config.py (#72)

* SBRA-718 refactor weather-forecast/gravity-wave-drag/cnns to remove config.py (#74)

* SBRA-718 refactor weather-forecast/ecrad-3d-correction/unets to remove config.py (#73)

* SBRA-732 Add omegaconf (#75)

* SBRA-736 add coverage for the functional tests (#77)

* SBRA-731 Clean trainer (#76)

* SBRA-738 expose splitting strategy in the config files (#78)

* Bump keras from 3.7.0 to 3.9.0 in /weather-forecast/ecrad-3d-correction/unets in the pip group across 1 directory (#80)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump the pip group across 4 directories with 1 update (#81)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: VINCENT, LIONEL <lionel.vincent.dm@atos.net>

* clean nox venv after each session to save space

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Léo Nicoletti <leo.nicoletti@atos.net>
Co-authored-by: root <root@LAPTOP-9QVLPDRM.localdomain>
Co-authored-by: Léo Nicoletti <leo.nicoletti@eviden.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants