Skip to content
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

CI: Move the documentation check to a separate job #695

Merged
merged 3 commits into from
Aug 10, 2023
Merged

Conversation

lslezak
Copy link
Member

@lslezak lslezak commented Aug 9, 2023

CI Improvements

  • Run the yardoc check and the D-Bus documentation check only when a respective file is updated
  • This saves some unnecessary builds and makes CI checks faster
  • Cache the installed RubyGems, this reduces the installation time from ~1m40s to ~4s (!)
  • Use the smaller Tumbleweed base image - it needs to install more packages (8s -> 24s = +16s), but the Docker image download is much faster (~2m -> 10s = -110s) so overall it is about 1-2 minutes faster

@coveralls
Copy link

coveralls commented Aug 9, 2023

Coverage Status

coverage: 72.134%. remained the same when pulling ef48130 on ci-yardoc into e9bff87 on master.

@lslezak lslezak merged commit f75bcf4 into master Aug 10, 2023
9 checks passed
@lslezak lslezak deleted the ci-yardoc branch August 10, 2023 07:45
@imobachgs imobachgs mentioned this pull request Sep 26, 2023
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.

None yet

3 participants