[gnome-build-meta/sam/openqa-separate-repo] TEMP: Add some debugging
- From: Sam Thursfield <sthursfield src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-build-meta/sam/openqa-separate-repo] TEMP: Add some debugging
- Date: Fri, 30 Sep 2022 10:02:09 +0000 (UTC)
commit 195d611b5cce336a70a1ee85dffc3f14afb0c07c
Author: Sam Thursfield <sam thursfield codethink co uk>
Date: Fri Sep 30 12:01:33 2022 +0200
TEMP: Add some debugging
Somehow the clone of openqa-tests.git is not doing what I expect, adding
some basic tracing to investigate why.
.gitlab-ci.yml | 4 ++++
1 file changed, 4 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 83275a282..329cbb634 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -473,7 +473,10 @@ test-iso-installer-x86_64:
artifacts: true
script:
- |
+ pwd >> ./openqa.log
git clone "$OPENQA_TESTS_GIT" --branch "$OPENQA_TESTS_BRANCH" ./openqa
+ ls >> ./openqa.log
+ ls ./openqa >> ./openqa.log
- |
mkdir -p /data/factory/iso/
ln -s $(pwd)/image/installer.iso /data/factory/iso/installer.iso
@@ -489,6 +492,7 @@ test-iso-installer-x86_64:
openqa/utils/setup_worker.sh ${worker_class} > /tmp/machine_id
/run_openqa_worker.sh &> worker.log &
- |
+ ls ./openqa >> ./openqa.log
openqa/utils/start_job.sh ${worker_class} master > /tmp/job_id
echo "Test job has been started, visit $OPENQA_HOST/tests/$(cat /tmp/job_id) to see the progress"
- openqa/utils/wait_for_job.sh $(cat /tmp/job_id) > /tmp/exit_code
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]