Skip to content

Reverts removal of parallel run from critest#6938

Merged
dmcgowan merged 1 commit intocontainerd:mainfrom
psschwei:fix-parallel
May 12, 2022
Merged

Reverts removal of parallel run from critest#6938
dmcgowan merged 1 commit intocontainerd:mainfrom
psschwei:fix-parallel

Conversation

@psschwei
Copy link
Copy Markdown
Contributor

Signed-off-by: Paul S. Schweigert [email protected]

As discussed in #6903,
running ginkgo tests in parallel while trying to skip wasn't working.
However, now that
kubernetes-sigs/cri-tools#930 has fixed the
issue upstream, we can revert back to running our tests in parallel
with the skip.

@k8s-ci-robot
Copy link
Copy Markdown

Hi @psschwei. Thanks for your PR.

I'm waiting for a containerd member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

Comment thread Vagrantfile Outdated
ctr version
# TODO run in parallel, see https://github.com/containerd/containerd/issues/6903
critest --ginkgo.skip='HostIpc is true' --report-dir="${REPORT_DIR}"
critest --parallel=$(nproc) --ginkgo.skip='HostIpc is true' --report-dir="${REPORT_DIR}"
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

maybe nproc + some extra.. we have underutilization issues where wait loops are involved and could use some extra stress

@mikebrow
Copy link
Copy Markdown
Member

/ok-to-test

Copy link
Copy Markdown
Member

@mikebrow mikebrow left a comment

Choose a reason for hiding this comment

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

LGTM on green Thanks Paul!

@psschwei psschwei force-pushed the fix-parallel branch 2 times, most recently from bdc6cca to 894d689 Compare May 12, 2022 17:36
Signed-off-by: Paul S. Schweigert <[email protected]>

As discussed in containerd#6903,
running ginkgo tests in parallel while trying to skip wasn't working.
However, now that
kubernetes-sigs/cri-tools#930 has fixed the
issue upstream, we can revert back to running our tests in parallel
with the skip.
@dmcgowan dmcgowan merged commit b9bffd1 into containerd:main May 12, 2022
@mikebrow mikebrow added cherry-picked/1.6.x PR commits are cherry-picked into release/1.6 branch and removed cherry-pick/1.6.x labels May 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cherry-picked/1.6.x PR commits are cherry-picked into release/1.6 branch ok-to-test

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants