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

feat(ci): run CI pipeline on ghcr.io containers, not cvmfs #401

Closed
wants to merge 1 commit into from

Conversation

wdconinc
Copy link
Contributor

Briefly, what does this PR introduce?

Instead of using the cvmfs container (with inherent lag) this switches some of the CI over to using the containers on ghcr.io directly. We'll assess how well/fast this works.

What kind of change does this PR introduce?

  • Bug fix (issue #__)
  • New feature (issue #__)
  • Documentation update
  • Other: __

Please check if this PR fulfills the following:

  • Tests for the changes have been added
  • Documentation has been added / updated
  • Changes have been communicated to collaborators

Does this PR introduce breaking changes? What changes might users need to make to their code?

No.

Does this PR change default behavior?

No.

@github-actions github-actions bot added the topic: infrastructure Regarding build system, CI, CD label Mar 24, 2023
@wdconinc
Copy link
Contributor Author

  • 33s overhead for setting up cvmfs job (some overhead to be expected on first use later on), 1m53s for clang build only,
  • 3m02s overhead for pulling a full container (no additional overhead expected), 1m30s for clang build only.

All this indicates that sticking to cvmfs for CI (total overhead 56s) continues to have benefits over containers (total overhead 3m02s) until a factor ~3 decrease in container size. This is unlikely to be possible due to the irreducible large components in the form of geant4 data files.

@wdconinc wdconinc closed this Mar 28, 2023
@wdconinc wdconinc reopened this Oct 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: infrastructure Regarding build system, CI, CD
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant