BlueBrain / nmodl

Code Generation Framework For NEURON MODeling Language
https://bluebrain.github.io/nmodl/
Apache License 2.0
52 stars 15 forks source link

Deactivate Gitlab CI. #1177

Closed 1uc closed 6 months ago

1uc commented 6 months ago

Gitlab is currently completely broken and unusable. Hence we deactivate it until it can be used.

pramodk commented 6 months ago

@1uc: if it's matter of days (assuming its temporary gitlab glitch), is making it an optional from GitHub settings is an option as well?

codecov-commenter commented 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 87.17%. Comparing base (39922a3) to head (1fbade8).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1177 +/- ## ======================================= Coverage 87.17% 87.17% ======================================= Files 175 175 Lines 12878 12878 ======================================= Hits 11227 11227 Misses 1651 1651 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

1uc commented 6 months ago

@pramodk it would still generate jobs on Gitlab. We don't know how they're gonna fix it. The "fix" might require us to cancel everything that didn't start. We can get it back with a simple git revert.

1uc commented 6 months ago

We had to disable the "Required" check, because not running is the same as not passing. We ended up disabling all "Required" checks, because we should merge when CI is green and not merge when it's red.

If CI is spuriously red, it needs to be fixed and if that's absolutely impossible disabled or removed.