[gnome-build-meta/sam/openqa-separate-repo] openqa: Log the repo and commit of openqa-tests.git




commit b26d2ba02afd5f8cd21c0a7bcd972be949c971b0
Author: Sam Thursfield <sam thursfield codethink co uk>
Date:   Fri Sep 30 12:01:33 2022 +0200

    openqa: Log the repo and commit of openqa-tests.git
    
    It's important to log this as it can change between runs.

 .gitlab-ci.yml | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 83275a282..64afda123 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -474,6 +474,7 @@ test-iso-installer-x86_64:
   script:
   - |
     git clone "$OPENQA_TESTS_GIT" --branch "$OPENQA_TESTS_BRANCH" ./openqa
+    echo "Checked out $OPENQA_TESTS_GIT commit $(git -C ./openqa rev-parse HEAD)"
   - |
     mkdir -p /data/factory/iso/
     ln -s $(pwd)/image/installer.iso /data/factory/iso/installer.iso


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]