-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathopenqa-trigger-mm
executable file
·4 lines (4 loc) · 1.04 KB
/
openqa-trigger-mm
1
2
3
4
#!/bin/sh -e
build="${build:?"Need build id"}"
arch="${arch:-"x86_64"}"
openqa-client --host https://openqa.opensuse.org isos post _NO_OBSOLETE_BUILD=1 ARCH=$arch BUILD=okurz-os-autoinst-distri-opensuse-8044 DISTRI=opensuse FLAVOR=DVD ISO=openSUSE-Tumbleweed-DVD-$arch-Snapshot$build-Media.iso MIRROR_HTTP=http://openqa.opensuse.org/assets/repo/openSUSE-Tumbleweed-oss-$arch-Snapshot$build MIRROR_PREFIX=http://openqa.opensuse.org/assets/repo REPO_0=openSUSE-Tumbleweed-oss-$arch-Snapshot$build REPO_0_DEBUGINFO=openSUSE-Tumbleweed-oss-$arch-Snapshot$build-debuginfo REPO_OSS=openSUSE-Tumbleweed-oss-$arch-Snapshot$build REPO_OSS_DEBUGINFO=openSUSE-Tumbleweed-oss-$arch-Snapshot$build-debuginfo SUSEMIRROR=http://openqa.opensuse.org/assets/repo/openSUSE-Tumbleweed-oss-$arch-Snapshot$build VERSION=Tumbleweed CASEDIR=https://github.com/okurz/os-autoinst-distri-opensuse.git#fix/aarch64_mm NEEDLES_DIR=/var/lib/openqa/share/tests/opensuse/products/opensuse/needles PRODUCTDIR=os-autoinst-distri-opensuse/products/opensuse TEST=wicked_basic_ref,wicked_basic_sut "$@"