From: Tomas Krizek Date: Fri, 4 Mar 2022 13:11:36 +0000 (+0100) Subject: .gitlabci: add some doc comments for distotest job X-Git-Tag: v5.5.0~5^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fenvironments%2Fobs-knot-resolver-bs4hbr%2Fdeployments%2F2043;p=thirdparty%2Fknot-resolver.git .gitlabci: add some doc comments for distotest job --- 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" - >