-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Sync in O3 agama repo and have the iso under the ftp folder in s390x
- Loading branch information
1 parent
ccd25a0
commit cf455e3
Showing
13 changed files
with
115 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
agama-installer.aarch64-9.0.0-openSUSE-Build17.9.iso | ||
agama-installer.ppc64le-9.0.0-openSUSE-Build17.9.iso | ||
agama-installer.x86_64-9.0.0-openSUSE-Build17.9.iso |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
agama-installer.aarch64-9.0.0-openSUSE-Build17.9.iso | ||
agama-installer.ppc64le-9.0.0-openSUSE-Build17.9.iso | ||
agama-installer.x86_64-9.0.0-openSUSE-Build17.9.iso |
33 changes: 33 additions & 0 deletions
33
t/obs/systemsmanagement:Agama:Devel/base/print_openqa.before
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
/usr/bin/openqa-cli api -X post isos?async=1 \ | ||
ARCH=86_64 \ | ||
ASSET_256=agama-installer.x86_64-9.0.0-openSUSE-Build17.9.iso.sha256 \ | ||
BUILD=17.9 \ | ||
CHECKSUM_ISO=$(cut -b-64 /var/lib/openqa/factory/other/agama-installer.x86_64-9.0.0-openSUSE-Build17.9.iso.sha256 | grep -E '[0-9a-f]{5,40}' | head -n1) \ | ||
DISTRI=opensuse \ | ||
FLAVOR=agama-installer \ | ||
ISO=agama-installer.x86_64-9.0.0-openSUSE-Build17.9.iso \ | ||
VERSION=agama-9.0 \ | ||
_OBSOLETE=1 | ||
|
||
/usr/bin/openqa-cli api -X post isos?async=1 \ | ||
ARCH=aarch64 \ | ||
ASSET_256=agama-installer.aarch64-9.0.0-openSUSE-Build17.9.iso.sha256 \ | ||
BUILD=17.9 \ | ||
CHECKSUM_ISO=$(cut -b-64 /var/lib/openqa/factory/other/agama-installer.aarch64-9.0.0-openSUSE-Build17.9.iso.sha256 | grep -E '[0-9a-f]{5,40}' | head -n1) \ | ||
DISTRI=opensuse \ | ||
FLAVOR=agama-installer \ | ||
ISO=agama-installer.aarch64-9.0.0-openSUSE-Build17.9.iso \ | ||
VERSION=agama-9.0 \ | ||
_OBSOLETE=1 | ||
|
||
/usr/bin/openqa-cli api -X post isos?async=1 \ | ||
ARCH=ppc64le \ | ||
ASSET_256=agama-installer.ppc64le-9.0.0-openSUSE-Build17.9.iso.sha256 \ | ||
BUILD=17.9 \ | ||
CHECKSUM_ISO=$(cut -b-64 /var/lib/openqa/factory/other/agama-installer.ppc64le-9.0.0-openSUSE-Build17.9.iso.sha256 | grep -E '[0-9a-f]{5,40}' | head -n1) \ | ||
DISTRI=opensuse \ | ||
FLAVOR=agama-installer \ | ||
ISO=agama-installer.ppc64le-9.0.0-openSUSE-Build17.9.iso \ | ||
VERSION=agama-9.0 \ | ||
_OBSOLETE=1 | ||
|
6 changes: 6 additions & 0 deletions
6
t/obs/systemsmanagement:Agama:Devel/base/print_rsync_iso.before
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
rsync --timeout=3600 -tlp4 --specials obspublish-other::openqa/systemsmanagement:Agama:Devel//images/*/agama-installer:openSUSE//*agama-installer.x86_64-9.0.0-openSUSE-Build17.9.iso /var/lib/openqa/factory/iso/agama-installer.x86_64-9.0.0-openSUSE-Build17.9.iso | ||
rsync --timeout=3600 -tlp4 --specials obspublish-other::openqa/systemsmanagement:Agama:Devel//images/*/agama-installer:openSUSE//*agama-installer.x86_64-9.0.0-openSUSE-Build17.9.iso.sha256 /var/lib/openqa/factory/other/agama-installer.x86_64-9.0.0-openSUSE-Build17.9.iso.sha256 | ||
rsync --timeout=3600 -tlp4 --specials obspublish-other::openqa/systemsmanagement:Agama:Devel//images/*/agama-installer:openSUSE//*agama-installer.aarch64-9.0.0-openSUSE-Build17.9.iso /var/lib/openqa/factory/iso/agama-installer.aarch64-9.0.0-openSUSE-Build17.9.iso | ||
rsync --timeout=3600 -tlp4 --specials obspublish-other::openqa/systemsmanagement:Agama:Devel//images/*/agama-installer:openSUSE//*agama-installer.aarch64-9.0.0-openSUSE-Build17.9.iso.sha256 /var/lib/openqa/factory/other/agama-installer.aarch64-9.0.0-openSUSE-Build17.9.iso.sha256 | ||
rsync --timeout=3600 -tlp4 --specials obspublish-other::openqa/systemsmanagement:Agama:Devel//images/*/agama-installer:openSUSE//*agama-installer.ppc64le-9.0.0-openSUSE-Build17.9.iso /var/lib/openqa/factory/iso/agama-installer.ppc64le-9.0.0-openSUSE-Build17.9.iso | ||
rsync --timeout=3600 -tlp4 --specials obspublish-other::openqa/systemsmanagement:Agama:Devel//images/*/agama-installer:openSUSE//*agama-installer.ppc64le-9.0.0-openSUSE-Build17.9.iso.sha256 /var/lib/openqa/factory/other/agama-installer.ppc64le-9.0.0-openSUSE-Build17.9.iso.sha256 |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1 @@ | ||
agama-installer.aarch64-9.0.0-openSUSE-Build8.7.iso | ||
agama-installer.ppc64le-9.0.0-openSUSE-Build8.7.iso | ||
agama-installer.s390x-9.0.0-openSUSE-Build8.7.iso | ||
agama-installer.x86_64-9.0.0-openSUSE-Build8.7.iso | ||
|
||
agama-installer.s390x-9.0.0-openSUSE-Build17.9.iso |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,44 +1,34 @@ | ||
/usr/bin/openqa-cli api -X post isos?async=1 \ | ||
ARCH=x86_64 \ | ||
ASSET_256=agama-installer.x86_64-9.0.0-openSUSE-Build8.7.iso.sha256 \ | ||
BUILD=8.7 \ | ||
CHECKSUM_ISO=$(cut -b-64 /var/lib/openqa/factory/other/agama-installer.x86_64-9.0.0-openSUSE-Build8.7.iso.sha256 | grep -E '[0-9a-f]{5,40}' | head -n1) \ | ||
DISTRI=opensuse \ | ||
FLAVOR=agama-installer \ | ||
ISO=agama-installer.x86_64-9.0.0-openSUSE-Build8.7.iso \ | ||
VERSION=agama-9.0 \ | ||
_OBSOLETE=1 | ||
|
||
/usr/bin/openqa-cli api -X post isos?async=1 \ | ||
ARCH=aarch64 \ | ||
ASSET_256=agama-installer.aarch64-9.0.0-openSUSE-Build8.7.iso.sha256 \ | ||
BUILD=8.7 \ | ||
CHECKSUM_ISO=$(cut -b-64 /var/lib/openqa/factory/other/agama-installer.aarch64-9.0.0-openSUSE-Build8.7.iso.sha256 | grep -E '[0-9a-f]{5,40}' | head -n1) \ | ||
DISTRI=opensuse \ | ||
FLAVOR=agama-installer \ | ||
ISO=agama-installer.aarch64-9.0.0-openSUSE-Build8.7.iso \ | ||
VERSION=agama-9.0 \ | ||
_OBSOLETE=1 | ||
|
||
/usr/bin/openqa-cli api -X post isos?async=1 \ | ||
ARCH=ppc64le \ | ||
ASSET_256=agama-installer.ppc64le-9.0.0-openSUSE-Build8.7.iso.sha256 \ | ||
BUILD=8.7 \ | ||
CHECKSUM_ISO=$(cut -b-64 /var/lib/openqa/factory/other/agama-installer.ppc64le-9.0.0-openSUSE-Build8.7.iso.sha256 | grep -E '[0-9a-f]{5,40}' | head -n1) \ | ||
ARCH=s390x \ | ||
ASSET_256=agama-installer.s390x-9.0.0-openSUSE-Build16.3.iso.sha256 \ | ||
BUILD=16.3 \ | ||
CHECKSUM_ISO=$(cut -b-64 /var/lib/openqa/factory/other/agama-installer.s390x-9.0.0-openSUSE-Build16.3.iso.sha256 | grep -E '[0-9a-f]{5,40}' | head -n1) \ | ||
DISTRI=opensuse \ | ||
FLAVOR=agama-installer \ | ||
ISO=agama-installer.ppc64le-9.0.0-openSUSE-Build8.7.iso \ | ||
FULLURL=1 \ | ||
ISO=agama-installer.s390x-9.0.0-openSUSE-Build16.3.iso \ | ||
MIRROR_HTTP=http://openqa.opensuse.org/assets/repo/agama-installer.s390x-9.0.0-openSUSE-Build16.3 \ | ||
MIRROR_HTTPS=https://openqa.opensuse.org/assets/repo/agama-installer.s390x-9.0.0-openSUSE-Build16.3 \ | ||
MIRROR_PREFIX=http://openqa.opensuse.org/assets/repo \ | ||
REPO_0=agama-installer.s390x-9.0.0-openSUSE-Build16.3 \ | ||
SUSEMIRROR=http://openqa.opensuse.org/assets/repo/agama-installer.s390x-9.0.0-openSUSE-Build16.3 \ | ||
VERSION=agama-9.0 \ | ||
_OBSOLETE=1 | ||
|
||
/usr/bin/openqa-cli api -X post isos?async=1 \ | ||
ARCH=s390x \ | ||
ASSET_256=agama-installer.s390x-9.0.0-openSUSE-Build8.7.iso.sha256 \ | ||
BUILD=8.7 \ | ||
CHECKSUM_ISO=$(cut -b-64 /var/lib/openqa/factory/other/agama-installer.s390x-9.0.0-openSUSE-Build8.7.iso.sha256 | grep -E '[0-9a-f]{5,40}' | head -n1) \ | ||
ASSET_256=agama-installer.s390x-9.0.0-openSUSE-Build16.3.iso.sha256 \ | ||
BUILD=16.3 \ | ||
CHECKSUM_ISO=$(cut -b-64 /var/lib/openqa/factory/other/agama-installer.s390x-9.0.0-openSUSE-Build16.3.iso.sha256 | grep -E '[0-9a-f]{5,40}' | head -n1) \ | ||
DISTRI=opensuse \ | ||
FLAVOR=agama-installer \ | ||
ISO=agama-installer.s390x-9.0.0-openSUSE-Build8.7.iso \ | ||
FULLURL=1 \ | ||
ISO=agama-installer.s390x-9.0.0-openSUSE-Build16.3.iso \ | ||
MIRROR_HTTP=http://openqa.opensuse.org/assets/repo/agama-installer.s390x-9.0.0-openSUSE-Build16.3 \ | ||
MIRROR_HTTPS=https://openqa.opensuse.org/assets/repo/agama-installer.s390x-9.0.0-openSUSE-Build16.3 \ | ||
MIRROR_PREFIX=http://openqa.opensuse.org/assets/repo \ | ||
REPO_0=agama-installer.s390x-9.0.0-openSUSE-Build16.3 \ | ||
SUSEMIRROR=http://openqa.opensuse.org/assets/repo/agama-installer.s390x-9.0.0-openSUSE-Build16.3 \ | ||
VERSION=agama-9.0 \ | ||
_OBSOLETE=1 | ||
|
20 changes: 12 additions & 8 deletions
20
t/obs/systemsmanagement:Agama:Devel/print_rsync_iso.before
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,12 @@ | ||
rsync --timeout=3600 -tlp4 --specials obspublish-other::openqa/systemsmanagement:Agama:Devel//images/*/agama-installer:openSUSE//*agama-installer.x86_64-9.0.0-openSUSE-Build8.7.iso /var/lib/openqa/factory/iso/agama-installer.x86_64-9.0.0-openSUSE-Build8.7.iso | ||
rsync --timeout=3600 -tlp4 --specials obspublish-other::openqa/systemsmanagement:Agama:Devel//images/*/agama-installer:openSUSE//*agama-installer.x86_64-9.0.0-openSUSE-Build8.7.iso.sha256 /var/lib/openqa/factory/other/agama-installer.x86_64-9.0.0-openSUSE-Build8.7.iso.sha256 | ||
rsync --timeout=3600 -tlp4 --specials obspublish-other::openqa/systemsmanagement:Agama:Devel//images/*/agama-installer:openSUSE//*agama-installer.aarch64-9.0.0-openSUSE-Build8.7.iso /var/lib/openqa/factory/iso/agama-installer.aarch64-9.0.0-openSUSE-Build8.7.iso | ||
rsync --timeout=3600 -tlp4 --specials obspublish-other::openqa/systemsmanagement:Agama:Devel//images/*/agama-installer:openSUSE//*agama-installer.aarch64-9.0.0-openSUSE-Build8.7.iso.sha256 /var/lib/openqa/factory/other/agama-installer.aarch64-9.0.0-openSUSE-Build8.7.iso.sha256 | ||
rsync --timeout=3600 -tlp4 --specials obspublish-other::openqa/systemsmanagement:Agama:Devel//images/*/agama-installer:openSUSE//*agama-installer.ppc64le-9.0.0-openSUSE-Build8.7.iso /var/lib/openqa/factory/iso/agama-installer.ppc64le-9.0.0-openSUSE-Build8.7.iso | ||
rsync --timeout=3600 -tlp4 --specials obspublish-other::openqa/systemsmanagement:Agama:Devel//images/*/agama-installer:openSUSE//*agama-installer.ppc64le-9.0.0-openSUSE-Build8.7.iso.sha256 /var/lib/openqa/factory/other/agama-installer.ppc64le-9.0.0-openSUSE-Build8.7.iso.sha256 | ||
rsync --timeout=3600 -tlp4 --specials obspublish-other::openqa/systemsmanagement:Agama:Devel//images/*/agama-installer:openSUSE//*agama-installer.s390x-9.0.0-openSUSE-Build8.7.iso /var/lib/openqa/factory/iso/agama-installer.s390x-9.0.0-openSUSE-Build8.7.iso | ||
rsync --timeout=3600 -tlp4 --specials obspublish-other::openqa/systemsmanagement:Agama:Devel//images/*/agama-installer:openSUSE//*agama-installer.s390x-9.0.0-openSUSE-Build8.7.iso.sha256 /var/lib/openqa/factory/other/agama-installer.s390x-9.0.0-openSUSE-Build8.7.iso.sha256 | ||
rsync --timeout=3600 -tlp4 --specials obspublish-other::openqa/systemsmanagement:Agama:Devel//images/*/agama-installer:openSUSE//*agama-installer.s390x-9.0.0-openSUSE-Build16.3.iso /var/lib/openqa/factory/iso/agama-installer.s390x-9.0.0-openSUSE-Build16.3.iso | ||
rsync --timeout=3600 -tlp4 --specials obspublish-other::openqa/systemsmanagement:Agama:Devel//images/*/agama-installer:openSUSE//*agama-installer.s390x-9.0.0-openSUSE-Build16.3.iso.sha256 /var/lib/openqa/factory/other/agama-installer.s390x-9.0.0-openSUSE-Build16.3.iso.sha256 | ||
[ -d /var/lib/openqa/factory/repo/agama-installer.s390x-9.0.0-openSUSE-Build16.3 ] || { | ||
mkdir /var/lib/openqa/factory/repo/agama-installer.s390x-9.0.0-openSUSE-Build16.3 | ||
bsdtar xf /var/lib/openqa/factory/iso/agama-installer.s390x-9.0.0-openSUSE-Build16.3.iso -C /var/lib/openqa/factory/repo/agama-installer.s390x-9.0.0-openSUSE-Build16.3 | ||
} | ||
rsync --timeout=3600 -tlp4 --specials obspublish-other::openqa/systemsmanagement:Agama:Devel//images/*/agama-installer:openSUSE//*agama-installer.s390x-9.0.0-openSUSE-Build16.3.iso /var/lib/openqa/factory/iso/agama-installer.s390x-9.0.0-openSUSE-Build16.3.iso | ||
rsync --timeout=3600 -tlp4 --specials obspublish-other::openqa/systemsmanagement:Agama:Devel//images/*/agama-installer:openSUSE//*agama-installer.s390x-9.0.0-openSUSE-Build16.3.iso.sha256 /var/lib/openqa/factory/other/agama-installer.s390x-9.0.0-openSUSE-Build16.3.iso.sha256 | ||
[ -d /var/lib/openqa/factory/repo/agama-installer.s390x-9.0.0-openSUSE-Build16.3 ] || { | ||
mkdir /var/lib/openqa/factory/repo/agama-installer.s390x-9.0.0-openSUSE-Build16.3 | ||
bsdtar xf /var/lib/openqa/factory/iso/agama-installer.s390x-9.0.0-openSUSE-Build16.3.iso -C /var/lib/openqa/factory/repo/agama-installer.s390x-9.0.0-openSUSE-Build16.3 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
agama-installer.aarch64-9.0.0-openSUSE-Build17.9.iso | ||
agama-installer.ppc64le-9.0.0-openSUSE-Build17.9.iso | ||
agama-installer.s390x-9.0.0-openSUSE-Build17.9.iso | ||
agama-installer.x86_64-9.0.0-openSUSE-Build17.9.iso |
17 changes: 17 additions & 0 deletions
17
t/obs/systemsmanagement:Agama:Devel/s390x/print_openqa.before
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
/usr/bin/openqa-cli api -X post isos?async=1 \ | ||
ARCH=s390x \ | ||
ASSET_256=agama-installer.s390x-9.0.0-openSUSE-Build17.9.iso.sha256 \ | ||
BUILD=17.9 \ | ||
CHECKSUM_ISO=$(cut -b-64 /var/lib/openqa/factory/other/agama-installer.s390x-9.0.0-openSUSE-Build17.9.iso.sha256 | grep -E '[0-9a-f]{5,40}' | head -n1) \ | ||
DISTRI=opensuse \ | ||
FLAVOR=agama-installer \ | ||
FULLURL=1 \ | ||
ISO=agama-installer.s390x-9.0.0-openSUSE-Build17.9.iso \ | ||
MIRROR_HTTP=http://openqa.opensuse.org/assets/repo/agama-installer.s390x-9.0.0-openSUSE-Build17.9 \ | ||
MIRROR_HTTPS=https://openqa.opensuse.org/assets/repo/agama-installer.s390x-9.0.0-openSUSE-Build17.9 \ | ||
MIRROR_PREFIX=http://openqa.opensuse.org/assets/repo \ | ||
REPO_0=agama-installer.s390x-9.0.0-openSUSE-Build17.9 \ | ||
SUSEMIRROR=http://openqa.opensuse.org/assets/repo/agama-installer.s390x-9.0.0-openSUSE-Build17.9 \ | ||
VERSION=agama-9.0 \ | ||
_OBSOLETE=1 | ||
|
6 changes: 6 additions & 0 deletions
6
t/obs/systemsmanagement:Agama:Devel/s390x/print_rsync_iso.before
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
rsync --timeout=3600 -tlp4 --specials obspublish-other::openqa/systemsmanagement:Agama:Devel//iso/images/*/agama-installer:openSUSE//*agama-installer.s390x-9.0.0-openSUSE-Build17.9.iso /var/lib/openqa/factory/iso/agama-installer.s390x-9.0.0-openSUSE-Build17.9.iso | ||
rsync --timeout=3600 -tlp4 --specials obspublish-other::openqa/systemsmanagement:Agama:Devel//iso/images/*/agama-installer:openSUSE//*agama-installer.s390x-9.0.0-openSUSE-Build17.9.iso.sha256 /var/lib/openqa/factory/other/agama-installer.s390x-9.0.0-openSUSE-Build17.9.iso.sha256 | ||
[ -d /var/lib/openqa/factory/repo/agama-installer.s390x-9.0.0-openSUSE-Build17.9 ] || { | ||
mkdir /var/lib/openqa/factory/repo/agama-installer.s390x-9.0.0-openSUSE-Build17.9 | ||
bsdtar xf /var/lib/openqa/factory/iso/agama-installer.s390x-9.0.0-openSUSE-Build17.9.iso -C /var/lib/openqa/factory/repo/agama-installer.s390x-9.0.0-openSUSE-Build17.9 | ||
} |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters