]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-perf-pull-requests: pass job id and job url to check 1618/head
authorKefu Chai <kchai@redhat.com>
Wed, 15 Jul 2020 12:05:49 +0000 (20:05 +0800)
committerKefu Chai <kchai@redhat.com>
Wed, 15 Jul 2020 12:06:19 +0000 (20:06 +0800)
so we can check the details of check run

Signed-off-by: Kefu Chai <kchai@redhat.com>
ceph-perf-pull-requests/config/definitions/ceph-perf-pull-requests.yml

index a364c1e765c679628b3b32deef2848213978f7fe..916ee107093f7ffb2611dac3eedd3a72f784cf35 100644 (file)
             --owner {check-repo-owner}                   \
             --repo {check-repo-name}                     \
             --pkey-file ${{GITHUB_CHECK_PKEY_PEM}}       \
-            --name {check-name}                          \
             --app-id {check-app-id}                      \
             --install-id {check-install-id}              \
+            --name {check-name}                          \
             --sha ${{ghprbActualCommit}}                 \
+            --external-id ${{BUILD_ID}}                  \
+            --details-url ${{BUILD_URL}}                 \
             --status completed --conclusion ${{result}}  \
             --title perf-test                            \
             --summary ${{result}}                        \
             --owner {check-repo-owner}                   \
             --repo {check-repo-name}                     \
             --pkey-file ${{GITHUB_CHECK_PKEY_PEM}}       \
-            --name {check-name}                          \
             --app-id {check-app-id}                      \
             --install-id {check-install-id}              \
+            --name {check-name}                          \
             --sha ${{ghprbActualCommit}}                 \
+            --external-id ${{BUILD_ID}}                  \
+            --details-url ${{BUILD_URL}}                 \
             --status in_progress                         \
             --title perf-test                            \
             --summary running