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

runPluginVerifier with AI is downloading too many versions #928

Closed
jansorg opened this issue Mar 28, 2022 · 1 comment
Closed

runPluginVerifier with AI is downloading too many versions #928

jansorg opened this issue Mar 28, 2022 · 1 comment
Assignees
Labels
Milestone

Comments

@jansorg
Copy link

jansorg commented Mar 28, 2022

With version 1.5.0, I defined this:

        withType<ListProductsReleasesTask> {
            untilVersion.set("2022.1")
            types.set("IC,PC,AI".split(",")) // inlined property value, just for demonstration
        }

Now, the listing task and thus also "runPluginVerifier" shows way too many versions. IC and PC are okay, but AI is verified against every available minor version.

> Task :listProductsReleases
IC-2021.3.3
IC-2021.2.4
IC-2021.1.3
PC-2021.3.3
PC-2021.2.4
PC-2021.1.3
AI-2021.3.1.7
AI-2021.3.1.6
AI-2021.2.1.11
AI-2021.3.1.5
AI-2021.3.1.4
AI-2021.2.1.10
AI-2021.1.1.22
AI-2021.3.1.3
AI-2021.3.1.2
AI-2021.2.1.9
AI-2021.1.1.21
AI-2021.3.1.1
AI-2021.2.1.8
AI-2021.1.1.20
AI-2021.2.1.7
AI-2021.1.1.19
AI-2021.2.1.6
AI-2021.1.1.18
AI-2021.1.1.17
AI-2021.2.1.5
AI-2021.2.1.4
AI-2021.1.1.16
AI-2021.1.1.15
AI-2021.2.1.3
AI-2021.2.1.2
AI-2021.2.1.1
AI-2021.1.1.14
AI-2021.1.1.13
AI-2021.1.1.12
AI-2021.1.1.11
AI-2021.1.1.10
AI-2021.1.1.9
AI-2021.1.1.8
AI-2021.1.1.7
AI-2021.1.1.6
AI-2021.1.1.5
AI-2021.1.1.4
AI-2021.1.1.3
AI-2021.1.1.2

@YannCebron YannCebron added the bug label Mar 28, 2022
hsz added a commit that referenced this issue Mar 28, 2022
@hsz hsz added this to the next milestone Mar 28, 2022
@hsz
Copy link
Member

hsz commented Mar 28, 2022

Fixed. Now, for the given properties, it returns:

IC-2021.3.3
IC-2021.2.4
IC-2021.1.3
PC-2021.3.3
PC-2021.2.4
PC-2021.1.3
AI-2021.3.1.7
AI-2021.2.1.11
AI-2021.1.1.22

@hsz hsz closed this as completed Mar 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants