Uploaded image for project: 'Tools (JBoss Tools)'
  1. Tools (JBoss Tools)
  2. JBIDE-24844

fix *.it.weekly jobs to properly build on macos w/ jdk1.8 (not openjdk 1.8)

XMLWordPrintable

    • Icon: Feature Request Feature Request
    • Resolution: Done
    • Icon: Major Major
    • 4.5.2.AM1
    • 4.5.0.Final
    • build
    • None
    • devex #140 November 2017

      As noted in JBIDE-24835, the it.weekly jobs try to run on macos w/ openjdk 1.8, but no such JDK exists there. Therefore need a combinationFilter to let us build with openjdk on windows and linux, and oracle jdk on macos.

      combinationFilter = (label_exp == "macosx").implies(jdk == "jdk1.8") && (label_exp != "macosx").implies(jdk == "openjdk-1.8")
      

      TODO: verify all the jobs linked from here [1] are working for all OSes

      [1] https://dev-platform-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/job/devstudio.buildflow.it.smoke/

      • hibernatetools-itests.download-devstudio - test failures on rhel7 (not a matrix job)
      • livereload.it.weekly - failing for windows 8.1 & 10 due to unresolved parent pom
      • browsersim.it.weekly - failing for windows 8.1 due to unresolved parent pom
      • archives.it.weekly - failed to resolve tycho-plugins:repo-utils1.0.0 (bad Nexus settings?) on win81
      • vpe.it.weekly - test failures on win81

            psrna Pavol Srna
            nickboldt Nick Boldt
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: