percona / pg_stat_monitor

Query Performance Monitoring Tool for PostgreSQL
https://docs.percona.com/pg-stat-monitor/
Other
466 stars 59 forks source link

Tune CI triggers #444

Closed artemgavrilov closed 4 months ago

artemgavrilov commented 5 months ago

This PR sets same CI triggers for all workflows. It triggers all workflows on push in main branch, push of release tags and in Pull Requests. With that change we will be able to compare state of CI in feature PRs with something stable (main branch or release). Now it's hard sometimes to understand if it's your changes caused problems in CI or same problem exists in main

Naeem-Akhter commented 5 months ago

I would suggest to have this discussed in next full-force DS, as earlier we decided to have some workflows specific to PRs and others to PUSH.

Maybe we need to exclude the workflows against the Server Build too, as these are time consuming and potentially an unneeded overhead. And just adopt the server install via packages workflows only for both PR and PUSH.

codecov[bot] commented 4 months ago

Codecov Report

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

Project coverage is 84.56%. Comparing base (3d84610) to head (603c308). Report is 13 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #444 +/- ## ========================================== - Coverage 90.55% 84.56% -6.00% ========================================== Files 3 3 Lines 1271 1270 -1 Branches 35 196 +161 ========================================== - Hits 1151 1074 -77 Misses 98 98 - Partials 22 98 +76 ```

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