Uploaded image for project: 'Tools (JBoss Tools)'
  1. Tools (JBoss Tools)
  2. JBIDE-6528 Issues running tests with Tycho: failures, errors, problems
  3. JBIDE-6463

JBT tests should (re)use shared requirements dir OUTSIDE hudson workspace

XMLWordPrintable

    • Icon: Sub-task Sub-task
    • Resolution: Won't Do
    • Icon: Critical Critical
    • None
    • 3.2.0.M1
    • build
    • None

      Per request of JBQA-3313, we did the following to start using /home/hudson/static_build_env/jbds/requirements as the dir into which requirements are downloaded:

      <!-- https://jira.jboss.org/jira/browse/JBQA-3313 Use static, shared space outside workspace, instead of working directly in the workspace -->
      <if>
      <available file="/home/hudson/static_build_env/jbds" type="dir" />
      <then>
      <var name="requirement.build.root" unset="true" />
      <property name="requirement.build.root" value="/home/hudson/static_build_env/jbds/requirements" />
      <mkdir dir="${requirement.build.root}" />
      </then>
      </if>
      <echo level="debug">requirement.build.root = ${requirement.build.root}</echo>

      https://svn.jboss.org/repos/devstudio/trunk/releng/org.jboss.ide.eclipse.releng/builders/common/buildRequirements.xml

      Can the new harness in http://anonsvn.jboss.org/repos/jbosstools/trunk/requirements/ use the same shared dir? Currently it writes into the part of the workspace which contains SVN sources, which means it will most likely be overwritten every time SVN is refreshed (and have to be downloaded for every slave on which we build).

            nivologd@gmail.com Denis Golovin (Inactive)
            nickboldt Nick Boldt
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: