On Fri, Jul 30, 2021 at 11:38 AM Thomas Huth <th...@redhat.com> wrote: > > The patch that recently introduced the S390X_RUNNER_AVAILABLE variable > in custom-runners.yml missed that the bottom half of the file is rather > about aarch64 than s390x. Thus rename the S390X_RUNNER_AVAILABLE to > AARCH64_RUNNER_AVAILABLE in those jobs. > > Finally mention both variables in our CI documentation, too. > > Fixes: c5dd0f0342 ("Improve rules for the staging branch") > Signed-off-by: Thomas Huth <th...@redhat.com> > --- > .gitlab-ci.d/custom-runners.yml | 12 ++++++------ > docs/devel/ci.rst | 13 +++++++++++++ > 2 files changed, 19 insertions(+), 6 deletions(-) >
Reviewed-by: Willian Rampazzo <willi...@redhat.com>