Patrick Rhomberg created GEODE-6279: ---------------------------------------
Summary: CI: PR Test results URI is valid but unintentionally mangled. Many scripts reproduce effort. Key: GEODE-6279 URL: https://issues.apache.org/jira/browse/GEODE-6279 Project: Geode Issue Type: Improvement Reporter: Patrick Rhomberg For instance, the test run [here|https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-develop-pr/jobs/UpgradeTestOpenJDK8/builds/704] contains the following output in the {{archive_results}} step: {noformat} =-=-=-=-=-=-=-=-=-=-=-=-=-=-= Test Results URI =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= http://files.apachegeode-ci.info/builds/apache-develop-pr/geode-pr-{"pr":"3032","commit":"a9a03f033e90b39aceab07b56919e6a4fef1e43d","committed":"2019-01-10T20:13:25Z"}/test-results/upgradeTest/1547153318/ =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= {noformat} This is a consequence of the diff-set for GEODE-6259 using the concourse version as the (Concourse) source of truth for versioning and expecting the version file to only contain the version string. Another underlying issue is that many of these scripts are (a) used in both the main pipeline as well as the PR pipeline and (b) nearly-but-imperfectly duplicate a great deal fo work between each script. These common tasks should be unified to a shared utilities that can be accessed by any of our scripts so that these pitfalls do not snare future developers. -- This message was sent by Atlassian JIRA (v7.6.3#76005)