Skip to content

Commit

Permalink
Update CI to skip accessdaemon build for ARM systems
Browse files Browse the repository at this point in the history
  • Loading branch information
TomTheBear committed Nov 11, 2024
1 parent 71fb672 commit e5bff62
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions test/gitlab-ci/generate_arch_jobs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,18 @@ for L in $(sinfo -t idle -h --partition=work -o "%n %t" | grep "idle" | cut -d '
arch="arm8"
depend="build-arm8-perf"
fi
if [ "$L" = "lukewarm" ]; then
arch="arm8"
depend="build-arm8-perf"
fi
if [ "$L" = "gracehop1" ]; then
arch="arm8"
depend="build-arm8-perf"
fi
if [ "$L" = "gracesup1" ]; then
arch="arm8"
depend="build-arm8-perf"
fi

cat <<EOF
test-$L-perf:
Expand Down

0 comments on commit e5bff62

Please sign in to comment.