[
https://issues.apache.org/jira/browse/GEODE-4023?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16274661#comment-16274661
]
ASF GitHub Bot commented on GEODE-4023:
---------------------------------------
metatype closed pull request #1113: [GEODE-4023] Minor fixes for typos and
complex gradle test types.
URL: https://github.com/apache/geode/pull/1113
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):
diff --git a/ci/pipelines/develop.yml b/ci/pipelines/develop.yml
index 9b6ae548dd..1cb36c6336 100644
--- a/ci/pipelines/develop.yml
+++ b/ci/pipelines/develop.yml
@@ -168,6 +168,7 @@ jobs:
- task: archive-results
config:
inputs:
+ - name: geode
- name: geode-ci
- name: geode-build-version
- name: built-geode
@@ -179,7 +180,7 @@ jobs:
PUBLIC_BUCKET: ((!public-bucket))
run:
args:
- - distrbutedTest
+ - distributedTest
- distributedtestfiles
path: geode-ci/ci/scripts/test-archive.sh
diff --git a/ci/scripts/test-archive.sh b/ci/scripts/test-archive.sh
index 30995248fc..fa92eff00a 100755
--- a/ci/scripts/test-archive.sh
+++ b/ci/scripts/test-archive.sh
@@ -22,6 +22,7 @@ export TERM=${TERM:-dumb}
export BUILDROOT=$(pwd)
export DEST_DIR=${BUILDROOT}/built-geode
export GRADLE_TASK=${1}
+export SANITIZED_GRADLE_TASK=${GRADLE_TASK##*:}
export BASE_FILENAME=${2}
export TMPDIR=${DEST_DIR}/tmp
export GEODE_BUILD=${DEST_DIR}/test
@@ -91,7 +92,7 @@ pushd ${GEODE_BUILD}
popd
ARTIFACTS_DESTINATION="${PUBLIC_BUCKET}/builds/${FULL_PRODUCT_VERSION}"
-TEST_RESULTS_DESTINATION="${ARTIFACTS_DESTINATION}/test-results/${GRADLE_TASK}/"
+TEST_RESULTS_DESTINATION="${ARTIFACTS_DESTINATION}/test-results/${SANITIZED_GRADLE_TASK}/"
TEST_ARTIFACTS_DESTINATION="${ARTIFACTS_DESTINATION}/test-artifacts/"
FULL_BUILD_ARCHIVE_DESTINATION="${ARTIFACTS_DESTINATION}/geodefiles-${FULL_PRODUCT_VERSION}.tgz"
BUILD_ARTIFACTS_FILENAME=geode-build-artifacts-${FULL_PRODUCT_VERSION}.tgz
diff --git a/ci/scripts/test-run.sh b/ci/scripts/test-run.sh
index bb22b82a56..21721ae3d7 100755
--- a/ci/scripts/test-run.sh
+++ b/ci/scripts/test-run.sh
@@ -16,7 +16,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-set -x
set -e
export TERM=${TERM:-dumb}
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> Add precheckin tests to concourse pipeline
> ------------------------------------------
>
> Key: GEODE-4023
> URL: https://issues.apache.org/jira/browse/GEODE-4023
> Project: Geode
> Issue Type: Improvement
> Components: ci
> Reporter: Sean Goller
>
> Improve the Geode Concourse pipeline by adding those tests run by the
> `precheckin` gradle target.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)