#!/bin/sh export_top_env() { export suite='perf-sanity-tests' export testcase='perf-sanity-tests' export category='functional' export job_origin='/lkp/lkp/src/allot/rand/vm-lkp-nex04-8G/perf-sanity-tests.yaml' export testbox='vm-lkp-nex04-8G-10' export tbox_group='vm-lkp-nex04-8G' export kconfig='x86_64-randconfig-s5-07160434' export compiler='gcc-7' export queue='bisect' export branch='linux-devel/devel-hourly-2018071523' export commit='600b7378cf43f522e88027874f11f63b6fbf53d8' export submit_id='5b4c90700b9a93da51399a7c' export job_file='/lkp/scheduled/vm-lkp-nex04-8G-10/perf-sanity-tests-gcc-debian-x86_64-2018-04-03.cgz-600b7378cf43f522e88027874f11f63b6fbf53d8-20180716-55889-6bi015-0.yaml' export id='6b4b545b02e840528bb3f02212ce8353e0117871' export model='qemu-system-x86_64 -enable-kvm -cpu kvm64,+ssse3' export nr_vm=10 export nr_cpu=2 export memory='8G' export hdd_partitions='/dev/vda' export need_linux_perf=true export need_kconfig='CONFIG_KVM_GUEST=y' export ssh_base_port=23250 export rootfs='debian-x86_64-2018-04-03.cgz' export enqueue_time='2018-07-16 20:32:48 +0800' export _id='5b4c90700b9a93da51399a7c' export _rt='/result/perf-sanity-tests/gcc/vm-lkp-nex04-8G/debian-x86_64-2018-04-03.cgz/x86_64-randconfig-s5-07160434/gcc-7/600b7378cf43f522e88027874f11f63b6fbf53d8' export user='lkp' export result_root='/result/perf-sanity-tests/gcc/vm-lkp-nex04-8G/debian-x86_64-2018-04-03.cgz/x86_64-randconfig-s5-07160434/gcc-7/600b7378cf43f522e88027874f11f63b6fbf53d8/0' export LKP_SERVER='inn' export max_uptime=3600 export initrd='/osimage/debian/debian-x86_64-2018-04-03.cgz' export bootloader_append='root=/dev/ram0 user=lkp job=/lkp/scheduled/vm-lkp-nex04-8G-10/perf-sanity-tests-gcc-debian-x86_64-2018-04-03.cgz-600b7378cf43f522e88027874f11f63b6fbf53d8-20180716-55889-6bi015-0.yaml ARCH=x86_64 kconfig=x86_64-randconfig-s5-07160434 branch=linux-devel/devel-hourly-2018071523 commit=600b7378cf43f522e88027874f11f63b6fbf53d8 BOOT_IMAGE=/pkg/linux/x86_64-randconfig-s5-07160434/gcc-7/600b7378cf43f522e88027874f11f63b6fbf53d8/vmlinuz-4.18.0-rc2-00091-g600b737 max_uptime=3600 RESULT_ROOT=/result/perf-sanity-tests/gcc/vm-lkp-nex04-8G/debian-x86_64-2018-04-03.cgz/x86_64-randconfig-s5-07160434/gcc-7/600b7378cf43f522e88027874f11f63b6fbf53d8/0 LKP_SERVER=inn debug apic=debug sysrq_always_enabled rcupdate.rcu_cpu_stall_timeout=100 net.ifnames=0 printk.devkmsg=on panic=-1 softlockup_panic=1 nmi_watchdog=panic oops=panic load_ramdisk=2 prompt_ramdisk=0 drbd.minor_count=8 systemd.log_level=err ignore_loglevel console=tty0 earlyprintk=ttyS0,115200 console=ttyS0,115200 vga=normal rw' export modules_initrd='/pkg/linux/x86_64-randconfig-s5-07160434/gcc-7/600b7378cf43f522e88027874f11f63b6fbf53d8/modules.cgz' export bm_initrd='/osimage/deps/debian-x86_64-2018-04-03.cgz/run-ipconfig_2018-04-03.cgz,/osimage/deps/debian-x86_64-2018-04-03.cgz/lkp_2018-04-03.cgz,/osimage/deps/debian-x86_64-2018-04-03.cgz/rsync-rootfs_2018-04-03.cgz,/osimage/deps/debian-x86_64-2018-04-03.cgz/perf-sanity-tests_2018-05-18.cgz,/osimage/pkg/debian-x86_64-2018-04-03.cgz/perf-x86_64-6f0d349d922b_2018-06-26.cgz' export linux_perf_initrd='/pkg/linux/x86_64-randconfig-s5-07160434/gcc-7/600b7378cf43f522e88027874f11f63b6fbf53d8/linux-perf.cgz' export lkp_initrd='/lkp/lkp/lkp-x86_64.cgz' export site='inn' export LKP_CGI_PORT=80 export LKP_CIFS_PORT=139 export kernel='/pkg/linux/x86_64-randconfig-s5-07160434/gcc-7/600b7378cf43f522e88027874f11f63b6fbf53d8/vmlinuz-4.18.0-rc2-00091-g600b737' export dequeue_time='2018-07-16 20:47:14 +0800' export job_initrd='/lkp/scheduled/vm-lkp-nex04-8G-10/perf-sanity-tests-gcc-debian-x86_64-2018-04-03.cgz-600b7378cf43f522e88027874f11f63b6fbf53d8-20180716-55889-6bi015-0.cgz' [ -n "$LKP_SRC" ] || export LKP_SRC=/lkp/${user:-lkp}/src } run_job() { echo $$ > $TMP/run-job.pid . $LKP_SRC/lib/http.sh . $LKP_SRC/lib/job.sh . $LKP_SRC/lib/env.sh export_top_env run_monitor $LKP_SRC/monitors/wrapper kmsg run_monitor $LKP_SRC/monitors/wrapper heartbeat run_monitor $LKP_SRC/monitors/wrapper oom-killer run_monitor $LKP_SRC/monitors/plain/watchdog run_test perf_compiler='gcc' $LKP_SRC/tests/wrapper perf-sanity-tests } extract_stats() { $LKP_SRC/stats/wrapper perf-sanity-tests $LKP_SRC/stats/wrapper kmsg $LKP_SRC/stats/wrapper time perf-sanity-tests.time $LKP_SRC/stats/wrapper time $LKP_SRC/stats/wrapper dmesg $LKP_SRC/stats/wrapper kmsg $LKP_SRC/stats/wrapper stderr $LKP_SRC/stats/wrapper last_state } "$@"