]> review.fuel-infra Code Review - tools/sustaining.git/commitdiff
Disable hwe kernel for base image 85/41285/2
authorVladimir Khlyunev <vkhlyunev@mirantis.com>
Mon, 6 May 2019 09:16:26 +0000 (13:16 +0400)
committerVladimir Khlyunev <vkhlyunev@mirantis.com>
Mon, 6 May 2019 09:31:25 +0000 (09:31 +0000)
Change-Id: I87a604920e9533034ff2803678511528af088948

maintenance-ci/common/data/jenkins-slave.yml

index bd310a2cbf1fa0154ddb6ac32c1cfb383ee559d2..61c80cb97608e61fab67c64d0cace8a145491d35 100644 (file)
@@ -120,7 +120,7 @@ resources:
             #service jenkins-swarm-agent start
             apt update
             sed -i 's/^\(GRUB_CMDLINE_LINUX_DEFAULT=\).*$/\1\"console=tty1 console=ttyS0 noibrs noibpb nopti nospectre_v2 nospectre_v1 l1tf=off nospec_store_bypass_disable no_stf_barrier\"/g' /etc/default/grub.d/50-cloudimg-settings.cfg
-            apt install -y linux-generic-hwe-16.04 linux-tools-generic-hwe-16.04 linux-cloud-tools-generic-hwe-16.04 linux-tools-common
+            #apt install -y linux-generic-hwe-16.04 linux-tools-generic-hwe-16.04 linux-cloud-tools-generic-hwe-16.04 linux-tools-common
             update-grub
 
             wc_notify --data-binary '{"status": "SUCCESS"}'