From: Michal Nowak Date: Wed, 5 Feb 2025 15:01:03 +0000 (+0000) Subject: fix: ci: Do not evaluate $CI_PROJECT_DIR in generate-stress-test-configs.py X-Git-Tag: v9.21.5~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b1571555865d58368eedb9d05693d8ad7b19c42;p=thirdparty%2Fbind9.git fix: ci: Do not evaluate $CI_PROJECT_DIR in generate-stress-test-configs.py GitLab CI Runner's $builds_dir variable is set to "/builds" by default. For technical reasons, the FreeBSD Runners, using the "instance" executor, sets the path differently. The value of $CI_PROJECT_DIR is based on $builds_dir, so if the generate-stress-test-configs.py script generates jobs with $CI_PROJECT_DIR (or variables like $INSTALL_PATH that are based on it) evaluated, it is calcified to whatever was the value in the particular environment, disregarding the FreeBSD "instance" executor specifics in the child pipeline. Instead of evaluating $CI_PROJECT_DIR in the script, evaluate it in the runtime environment. Merge branch 'mnowak/fix-CI_PROJECT_DIR-variable-evaluation' into 'main' See merge request isc-projects/bind9!10075 --- 9b1571555865d58368eedb9d05693d8ad7b19c42