GithubHelp home page GithubHelp logo

Comments (9)

hendrikebbers avatar hendrikebbers commented on June 26, 2024 1

@M-Davies can you do a short review of this issue. I tried to add information to the description of this issue. I hope this can be a "good first issue" now :)

from ci-jenkins-pipelines.

AdamBrousseau avatar AdamBrousseau commented on June 26, 2024 1

The sign_build job is basically in the same boat as this except it only has 1 label (no fpm hardcode). Shall I add it to this issue or open another one?
https://github.com/AdoptOpenJDK/openjdk-build/blob/282058709909733381464dcb67b7f0d13dca4e13/pipelines/build/common/openjdk_build_pipeline.groovy#L237

Edit: Although, Mac and Win have some more things that could be parameterized. I will open another issue.

from ci-jenkins-pipelines.

M-Davies avatar M-Davies commented on June 26, 2024 1

Sure. You are assigned 🙂 Let me know if you need any help at all

from ci-jenkins-pipelines.

Apurwa-Ghosh avatar Apurwa-Ghosh commented on June 26, 2024

Hi, I am an Outreachy applicant. Can I work on this issue?

from ci-jenkins-pipelines.

andrew-m-leonard avatar andrew-m-leonard commented on June 26, 2024

@AdamBrousseau is this relevant any more? thanks

from ci-jenkins-pipelines.

cornelia247 avatar cornelia247 commented on June 26, 2024

@AdamBrousseau @smlambert can this be assigned to me?

from ci-jenkins-pipelines.

andrew-m-leonard avatar andrew-m-leonard commented on June 26, 2024

@cornelia247 Currently waiting for @AdamBrousseau feedback as to whether this is actually required?

from ci-jenkins-pipelines.

AdamBrousseau avatar AdamBrousseau commented on June 26, 2024

I'm not sure if this is still relevant. We've worked around the hardcoded label by adding an if condition in our fork of the code. Adopt has since removed the code in question and revamped how they do linux installers.
Here is what we did to avoid the hardcode
https://github.com/ibmruntimes/ci-jenkins-pipelines/blob/ibm/pipelines/build/common/openjdk_build_pipeline.groovy#L656-L660

        def nodeFilter = "${buildConfig.TARGET_OS}&&fpm"


        if (buildConfig.VARIANT == "openj9") {
            filter = "**/*-j*_${buildConfig.ARCHITECTURE}_${buildConfig.TARGET_OS}_*.tar.gz"
            nodeFilter = "sw.os.${buildConfig.TARGET_OS}&&ci.role.packaging&&sw.tool.rpm"

from ci-jenkins-pipelines.

andrew-m-leonard avatar andrew-m-leonard commented on June 26, 2024

Thanks @AdamBrousseau

from ci-jenkins-pipelines.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.