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

Exclude ubuntu22 machine for external tests temporarily #4003

Merged
merged 1 commit into from
Sep 28, 2022

Conversation

if (params.TARGET == "sanity.external") {
LABEL += "&&!sw.os.ubuntu.22"
}

Copy link
Contributor

Choose a reason for hiding this comment

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

We need to exclude only CRIU.

 if (JOB_NAME.contains ("sanity.external") && JOB_NAME.contains("_criu")) {
                LABEL += "&&!sw.os.ubuntu.22"
            }
          

Copy link
Contributor Author

Choose a reason for hiding this comment

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

The commit has been updated as suggested. Thanks.

- Since external criu tests don't work with ubuntu22 now, exclude the machine label temporarily.

Signed-off-by: Longyu Zhang <longyu.zhang@ibm.com>
Copy link
Contributor

@llxia llxia left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Contributor

@renfeiw renfeiw left a comment

Choose a reason for hiding this comment

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

LGTM

@renfeiw renfeiw merged commit cec0b4a into adoptium:master Sep 28, 2022
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.

3 participants