canonical-hw-cert team mailing list archive
-
canonical-hw-cert team
-
Mailing list archive
-
Message #46629
[Merge] ~pieq/hwcert-jenkins-jobs:fix-bad-indent-kivu into hwcert-jenkins-jobs:master
Pierre Equoy has proposed merging ~pieq/hwcert-jenkins-jobs:fix-bad-indent-kivu into hwcert-jenkins-jobs:master.
Requested reviews:
hwcert-jenkins (hwcert-jenkins)
For more details, see:
https://code.launchpad.net/~pieq/hwcert-jenkins-jobs/+git/hwcert-jenkins-jobs/+merge/434044
--
Your team hwcert-jenkins is requested to review the proposed merge of ~pieq/hwcert-jenkins-jobs:fix-bad-indent-kivu into hwcert-jenkins-jobs:master.
diff --git a/jobs/kivu/run-kivu.sh b/jobs/kivu/run-kivu.sh
index aeb3727..7c1b099 100644
--- a/jobs/kivu/run-kivu.sh
+++ b/jobs/kivu/run-kivu.sh
@@ -44,9 +44,9 @@ cat > job.yaml <<EOF
_run sudo apt-get -qq update
_run sudo apt-get -qq install -y openssh-server pastebinit intel-gpu-tools intel-media-va-driver-non-free gstreamer1.0-vaapi gstreamer1.0-tools vainfo
_run sudo apt-get -qq upgrade -y
- _run sudo snap install --channel beta/hwacc chromium
- _run sudo snap install checkbox22
- _run sudo snap install checkbox-kivu-classic --classic
+ _run sudo snap install --channel beta/hwacc chromium
+ _run sudo snap install checkbox22
+ _run sudo snap install checkbox-kivu-classic --classic
echo Starting
# DISPLAY=:0 to make sure graphic test jobs were tested expectedly (not necessary in remote)
Follow ups