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

Add integration tests for container image #169

Merged
merged 3 commits into from
Jul 22, 2024

Conversation

larsks
Copy link
Member

@larsks larsks commented Jul 22, 2024

Verify that we can successfully build an esi-leap container image and that
we can successfully start a container from the image.

These tests are run automatically by .github/workflows/build-image.yaml,
which on pushes to the master branch will also push the image into the
ghcr.io container repository.

The integration tests introduced in this commit are minimal in nature and
are ripe for further work if someone is feeling inspired.

To run the integration tests manually:

tox -e integration

Additionally, this PR ensures that github actions versions (a) are up-to-date and (b) are monitored by dependabot so that they will be kept current in the future.

Verify that we can successfully build an esi-leap container image and that
we can successfully start a container from the image.

These tests are run automatically by .github/workflows/build-image.yaml,
which on pushes to the `master` branch will also push the image into the
ghcr.io container repository.

The integration tests introduced in this commit are minimal in nature and
are ripe for further work if someone is feeling inspired.

To run the integration tests manually:

    tox -e integration
@larsks larsks self-assigned this Jul 22, 2024
Copy link
Contributor

@tzumainn tzumainn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for doing this!

@larsks larsks merged commit f8001f3 into CCI-MOC:master Jul 22, 2024
7 checks passed
@larsks larsks deleted the feature/integration-tests branch July 22, 2024 18:56
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.

2 participants