Commit f98c6c54 authored by Ivan Mazhukin's avatar Ivan Mazhukin

epm ci: use epm print for system info instead of os-release

epm ci: use alt sisyphus for repack test instead of p11 epm ci: rename job from p11 to sisyphus
parent 5f641c14
Pipeline #16800 canceled with stage
......@@ -82,7 +82,7 @@ for app in $apps; do
#
# ALT sisyphus
#
echo "test_${safe_app}_p11:"
echo "test_${safe_app}_sisyphus:"
echo " stage: test"
echo " allow_failure: true"
echo " image: alt:sisyphus"
......
......@@ -2,7 +2,8 @@
set -euo pipefail
# detect OS
. /etc/os-release
ID="$(./bin/epm print info -d)"
VERSION_ID="$(./bin/epm print info -v)"
CI_SYSTEM_ID="$ID-$VERSION_ID"
# args
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment