You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: devops/actions/run-tests/benchmark/action.yml
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -235,12 +235,12 @@ runs:
235
235
# Install perf in version matching the host kernel.
236
236
# Linux tools installed during docker creation may not match the self-hosted
237
237
# kernel version, so we need to install the correct version here.
238
-
if [ "$RUNNER_TAG" = '["BMG_PERF"]' ]; then
239
-
echo "Adding repositories for Ubuntu 25.10 (Questing) on BMG_PERF runner"
240
-
echo "deb http://archive.ubuntu.com/ubuntu/ questing main restricted universe multiverse" | sudo tee /etc/apt/sources.list.d/questing.list
241
-
echo "deb http://archive.ubuntu.com/ubuntu/ questing-updates main restricted universe multiverse" | sudo tee -a /etc/apt/sources.list.d/questing.list
242
-
echo "deb http://security.ubuntu.com/ubuntu/ questing-security main restricted universe multiverse" | sudo tee -a /etc/apt/sources.list.d/questing.list
243
-
fi
238
+
239
+
echo "Adding repositories for Ubuntu 25.10 (Questing) for BMG runners' sake..."
240
+
echo "deb http://archive.ubuntu.com/ubuntu/ questing main restricted universe multiverse" | sudo tee /etc/apt/sources.list.d/questing.list
241
+
echo "deb http://archive.ubuntu.com/ubuntu/ questing-updates main restricted universe multiverse" | sudo tee -a /etc/apt/sources.list.d/questing.list
242
+
echo "deb http://security.ubuntu.com/ubuntu/ questing-security main restricted universe multiverse" | sudo tee -a /etc/apt/sources.list.d/questing.list
0 commit comments