From 4d577d17b2c3d2fcc78a0b324c2e11c969a26590 Mon Sep 17 00:00:00 2001 From: Tomas Krizek Date: Fri, 4 Mar 2022 14:11:36 +0100 Subject: [PATCH] .gitlabci: add some doc comments for distotest job --- .gitlab-ci.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e0cf5da07..87bb06626 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -603,6 +603,13 @@ obs:build:all: .distrotest: &distrotest <<: *deploytest + # Description of the distrotest script workflow: + # 1. wait for OBS package build to complete + # 2. check the OBS build suceeded + # 3. set up some variables, dir names etc. + # 4. create a symlink with predictable name to export artifacts afterwards + # 5. create an HTCondor job and submit it to a HTCondor cluster + # 6. check exit code from condor, optionally display one of the logs and end the job with same exit code script: - "osc results home:CZ-NIC:$OBS_REPO knot-resolver -a x86_64 -r $DISTROTEST_REPO -w" - > -- 2.47.2