Open sophia-guo opened 2 years ago
https://ci.adoptopenjdk.net/view/Test_system/job/dummy.systemtest.getDependency/ runs every months, https://ci.adoptopenjdk.net/view/Test_upstream/job/UpstreamAutotest runs every day dont know if they are related to code-tools?
https://ci.adoptopenjdk.net/view/Test_upstream/job/UpstreamAutotest runs every day dont know if they are related to code-tools?
Oh, that one can be disabled/removed. It was used for running aqa tests on "OpenJDK Project Builds" which have been since retired.
Let me create a PR to remove the Jenkins file.
https://ci.adoptopenjdk.net/view/Test_upstream/job/UpstreamAutotest runs every day dont know if they are related to code-tools?
Oh, that one can be disabled/removed. It was used for running aqa tests on "OpenJDK Project Builds" which have been since retired.
Let me create a PR to remove the Jenkins file.
have it disabled now
https://ci.adoptopenjdk.net/view/Test_upstream/job/UpstreamAutotest runs every day dont know if they are related to code-tools?
Oh, that one can be disabled/removed. It was used for running aqa tests on "OpenJDK Project Builds" which have been since retired. Let me create a PR to remove the Jenkins file.
have it disabled now
Thanks! Removal of the Jenkins file is here: https://github.com/adoptium/aqa-tests/pull/3964
openjdk/code-tools are used by developers working on the OpenJDK code base. https://openjdk.org/projects/code-tools/ . Integrating interesting tools under tools/ and building in Adoptium will setup a centralized location for developers to download and use them conveniently.
Currently in Adoptium we have job https://ci.adoptopenjdk.net/view/Dependencies/job/dependency_pipeline/ building asmtools and jtreg. The job is broken right now. Details in https://github.com/adoptium/ci-jenkins-pipelines/issues/404
The job https://ci.adoptopenjdk.net/job/jemmy/ building jemmy, which is also broken. Details in https://github.com/adoptium/ci-jenkins-pipelines/issues/385
This issue opens the discussion for micro-redesign the current structure of tools to easily integrate other tools under openjdk/code-tools.