travis: plug in arm image test cases

The test generation script we use outputs the test cases prefixed with
"fedora_$RELEASE" so I renamed all the current test cases to follow this
convention and also changed the travis job names so that it can run both
x86_64 test cases and aarch64 test cases.
This commit is contained in:
Martin Sehnoutka 2020-04-14 13:35:42 +02:00 committed by Tom Gundersen
parent 58b550061b
commit e34607b955
17 changed files with 4 additions and 4 deletions

View file

@ -10,13 +10,13 @@ addons:
- systemd-container - systemd-container
matrix: matrix:
include: include:
- name: f30 - name: fedora_30
arch: amd64 arch: amd64
- name: f30 - name: fedora_30
arch: arm64 arch: arm64
- name: f31 - name: fedora_31
arch: amd64 arch: amd64
- name: f31 - name: fedora_31
arch: arm64 arch: arm64
language: generic language: generic