#1120 beaker-tests-sanity: build something in aarch64 chroot
Merged 4 years ago by praiskup. Opened 4 years ago by frostyx.
copr/ frostyx/copr beaker-tests-aarch64  into  master

@@ -0,0 +1,45 @@ 

+ #! /bin/bash

+ #

+ # Copyright (c) 2019 Red Hat, Inc.

+ #

+ # This program is free software: you can redistribute it and/or

+ # modify it under the terms of the GNU General Public License as

+ # published by the Free Software Foundation, either version 2 of

+ # the License, or (at your option) any later version.

+ #

+ # This program is distributed in the hope that it will be

+ # useful, but WITHOUT ANY WARRANTY; without even the implied

+ # warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR

+ # PURPOSE.  See the GNU General Public License for more details.

+ #

+ # You should have received a copy of the GNU General Public License

+ # along with this program. If not, see http://www.gnu.org/licenses/.

+ 

+ 

+ # Include Beaker environment

+ . /usr/bin/rhts-environment.sh || exit 1

+ . /usr/share/beakerlib/beakerlib.sh || exit 1

+ 

+ # Load config settings

+ HERE=$(dirname "$(realpath "$0")")

+ source "$HERE/config"

+ source "$HERE/helpers"

+ 

+ 

+ rlJournalStart

+     rlPhaseStartSetup

+         rlAssertRpm "copr-cli"

+         rlAssertRpm "jq"

+         rlAssertExists ~/.config/copr

+     rlPhaseEnd

+ 

+     rlPhaseStartTest

+         rlRun "copr-cli create --chroot fedora-$FEDORA_VERSION-aarch64 ${NAME_PREFIX}Aarch64"

+         rlRun "copr-cli build ${NAME_PREFIX}Aarch64 ${HELLO}"

+     rlPhaseEnd

+ 

+     rlPhaseStartCleanup

+         rlRun "copr-cli delete ${NAME_PREFIX}Aarch64"

+     rlPhaseEnd

+ rlJournalPrintText

+ rlJournalEnd

no initial comment

Can you please allow me to rebase here? Seems like rebases are by default
disallowed now.

@frostyx hmpfs, I still can not rebase your PR ... is it correctly submitted, or should I submit pagure issue again?

rebased onto 3543115

4 years ago

I've rebased the PR manually, so it is now merge-able.

Pity, I wanted to try whether rebase button works. Maybe the other PR?

Pull-Request has been merged by praiskup

4 years ago
Metadata