[ 
https://issues.apache.org/jira/browse/GEODE-4274?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16321502#comment-16321502
 ] 

ASF GitHub Bot commented on GEODE-4274:
---------------------------------------

metatype closed pull request #1267: [GEODE-4274] Add TestExamples job.
URL: https://github.com/apache/geode/pull/1267
 
 
   

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 8a876da417..9b0211e6bc 100644
--- a/ci/pipelines/develop.yml
+++ b/ci/pipelines/develop.yml
@@ -54,6 +54,12 @@ resources:
     branch: develop
     paths:
     - ci/*
+- name: geode-examples
+  type: git
+  source:
+    uri: https://github.com/apache/geode-examples.git
+    branch: develop
+    depth: 10
 - name: geode-build-version
   type: semver
   source:
@@ -377,6 +383,35 @@ jobs:
                - flakytestfiles
                path: geode-ci/ci/scripts/test-archive.sh
 
+- name: TestExamples
+  serial: true
+  public: true
+  plan:
+    - aggregate:
+      - get: geode-ci
+      - get: geode-examples
+        trigger: true
+      - get: docker-test-image
+        params:
+          rootfs: true
+    - task: testexamples
+      privileged: true
+      timeout: 7h
+      config:
+        inputs:
+          - name: geode-ci
+          - name: geode-examples
+          - name: docker-test-image
+        platform: linux
+        image_resource: *docker-geode-build-image
+        params:
+          MAINTENANCE_VERSION: ((!maintenance-version))
+          SERVICE_ACCOUNT: ((!concourse-gcp-account))
+          PUBLIC_BUCKET: ((!public-bucket))
+        run:
+          args:
+          path: geode-ci/ci/scripts/build-examples.sh
+
 - name: UpdatePassingRef
   serial: true
   public: true
diff --git a/ci/scripts/build-examples.sh b/ci/scripts/build-examples.sh
new file mode 100755
index 0000000000..ae984fc1d4
--- /dev/null
+++ b/ci/scripts/build-examples.sh
@@ -0,0 +1,26 @@
+#!/usr/local/bin/tini-wrapper /bin/bash
+
+#
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#      http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+
+
+set -e -x
+export TERM=${TERM:-dumb}
+pushd geode-examples
+  ./gradlew --no-daemon clean runAll
+popd
+


 

----------------------------------------------------------------
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 geode-examples job to CI
> ----------------------------
>
>                 Key: GEODE-4274
>                 URL: https://issues.apache.org/jira/browse/GEODE-4274
>             Project: Geode
>          Issue Type: Task
>          Components: ci
>            Reporter: Sean Goller
>
> The concourse pipeline should test geode-examples.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to