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: split docker install integration tests #496

Merged
merged 1 commit into from
Nov 25, 2024

Conversation

crazy-max
Copy link
Member

No description provided.

@crazy-max crazy-max force-pushed the ci-split-docker-install-tests branch 8 times, most recently from 80c9dfb to b367b8a Compare November 25, 2024 11:39
@crazy-max crazy-max requested a review from vvoland November 25, 2024 11:40
@crazy-max crazy-max marked this pull request as ready for review November 25, 2024 11:40
@crazy-max crazy-max force-pushed the ci-split-docker-install-tests branch from b367b8a to 3a3d393 Compare November 25, 2024 11:52
Comment on lines 29 to 37
// prettier-ignore
test.each([
{type: 'image', tag: '27.3.1'} as InstallSourceImage,
{type: 'image', tag: 'master'} as InstallSourceImage,
{type: 'image', tag: 'latest'} as InstallSourceImage,
{type: 'archive', version: 'v26.1.4', channel: 'stable'} as InstallSourceArchive,
{type: 'archive', version: 'latest', channel: 'stable'} as InstallSourceArchive,
])(
'install docker %s', async (source) => {
Copy link
Contributor

Choose a reason for hiding this comment

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

It would still be nice to run these tests outside of CI for development purposes.
WDYT about keeping them, but only use them if the DOCKER_INSTALL_* envs are unset?

Copy link
Member Author

Choose a reason for hiding this comment

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

Yes I think that's fine, let me change this

Copy link
Member Author

Choose a reason for hiding this comment

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

Done

@crazy-max crazy-max force-pushed the ci-split-docker-install-tests branch from 3a3d393 to 9e42346 Compare November 25, 2024 12:23
@crazy-max crazy-max requested a review from vvoland November 25, 2024 12:27
Copy link
Contributor

@vvoland vvoland left a comment

Choose a reason for hiding this comment

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

LGTM

@crazy-max crazy-max merged commit 8e47567 into docker:main Nov 25, 2024
45 checks passed
@crazy-max crazy-max deleted the ci-split-docker-install-tests branch November 25, 2024 13:03
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