tests: Clarify we're testing OpenSUSE 15.x rolling

This commit is contained in:
Tomas Babej
2021-11-06 13:08:51 -04:00
parent da43078eba
commit caf0f9db3e
3 changed files with 4 additions and 4 deletions

View File

@@ -39,9 +39,9 @@ jobs:
- name: "Ubuntu 21.10"
runner: ubuntu-latest
dockerfile: ubuntu2110
- name: "OpenSUSE 15.0"
- name: "OpenSUSE 15"
runner: ubuntu-latest
dockerfile: opensuse1500
dockerfile: opensuse15
- name: "Archlinux Base (Rolling)"
runner: ubuntu-latest
dockerfile: arch

View File

@@ -112,10 +112,10 @@ services:
security_opt:
- label=type:container_runtime_t
tty: true
test-opensuse1500:
test-opensuse15:
build:
context: .
dockerfile: test/docker/opensuse1500
dockerfile: test/docker/opensuse15
network_mode: "host"
security_opt:
- label=type:container_runtime_t