]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
.gitlabci: add some doc comments for distotest job obs-knot-resolver-bs4hbr/deployments/2043
authorTomas Krizek <tomas.krizek@nic.cz>
Fri, 4 Mar 2022 13:11:36 +0000 (14:11 +0100)
committerTomas Krizek <tomas.krizek@nic.cz>
Fri, 4 Mar 2022 13:45:14 +0000 (14:45 +0100)
.gitlab-ci.yml

index e0cf5da07a2de792c9fd07922d86f65d18ac0505..87bb06626c4217e24ab5a18dae86631b336190e1 100644 (file)
@@ -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"
     - >