]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - .gitlab-ci.yml
Allow negative values for the shot origin offset vector. This change reduces precisio...
[xonotic/xonotic-data.pk3dir.git] / .gitlab-ci.yml
index 351047359f57c0c8b70c878410e684cb525f1ae3..fcb8cfbe05da5dae10b82bbc63ba083383e2efa4 100644 (file)
@@ -64,15 +64,20 @@ test_sv_game:
     - diff notifications.cfg data/data/notifications_dump.cfg ||\r
         { echo 'Please update notifications.cfg using `dumpnotifs`!'; exit 1; }\r
 \r
-    - wget -nv -O data/stormkeep.pk3 http://beta.xonotic.org/autobuild-bsp/latest/stormkeep.pk3\r
+#    - wget -nv -O data/stormkeep.pk3 http://beta.xonotic.org/autobuild-bsp/latest/stormkeep.pk3\r
+# ^^ INCORRECT: /latest/stormkeep.pk3 is the most recently built, not necessarily the one built from master!\r
+# we can't get the one from master directly as there's no /stable/stormkeep.pk3 or /master/stormkeep.pk3\r
+# and we can't run misc/tools/xonotic-map-compiler-autobuild as it uses commit hashes from xonotic-maps.pk3dir to generate filenames\r
+# but the autobuild server can run it and provide us the resulting pk3:\r
+    - wget -nv -O data/stormkeep.pk3 https://beta.xonotic.org/pipeline-bin/stormkeep.pk3\r
+# see also: misc/infrastructure/xonotic-release-build.cron\r
     - wget -nv -O data/maps/stormkeep.mapinfo https://gitlab.com/xonotic/xonotic-maps.pk3dir/raw/master/maps/stormkeep.mapinfo\r
     - wget -nv -O data/maps/stormkeep.waypoints https://gitlab.com/xonotic/xonotic-maps.pk3dir/raw/master/maps/stormkeep.waypoints\r
     - wget -nv -O data/maps/stormkeep.waypoints.cache https://gitlab.com/xonotic/xonotic-maps.pk3dir/raw/master/maps/stormkeep.waypoints.cache\r
 \r
-    - EXPECT=ed5f16b28f1662f147d51b44cbc4edf2\r
-    - HASH=$(${ENGINE} +timestamps 1 +exec serverbench.cfg\r
+    - EXPECT=27f38dfbbd72e4bf8f9b540882d5ccbe\r
+    - HASH=$(${ENGINE} +exec serverbench.cfg\r
       | tee /dev/stderr\r
-      | sed -e 's,^\[[^]]*\] ,,'\r
       | grep '^:'\r
       | grep -v '^:gamestart:'\r
       | grep -v '^:anticheat:'\r