Discontinue openSUSE 15.3 and Ubuntu 18.04 builds for EOL
This commit is contained in:
parent
05d4d3856b
commit
fc59a69afd
1 changed files with 6 additions and 354 deletions
|
|
@ -1,12 +1,4 @@
|
|||
services:
|
||||
ubuntu-1804:
|
||||
image: ubuntu:bionic
|
||||
command: /r-builds/test/test-apt.sh
|
||||
environment:
|
||||
- OS_IDENTIFIER=ubuntu-1804
|
||||
- R_VERSION=${R_VERSION}
|
||||
volumes:
|
||||
- ../:/r-builds
|
||||
ubuntu-2004:
|
||||
image: ubuntu:focal
|
||||
command: /r-builds/test/test-apt.sh
|
||||
|
|
@ -71,14 +63,6 @@ services:
|
|||
- R_VERSION=${R_VERSION}
|
||||
volumes:
|
||||
- ../:/r-builds
|
||||
opensuse-153:
|
||||
image: opensuse/leap:15.3
|
||||
command: /r-builds/test/test-zypper.sh
|
||||
environment:
|
||||
- OS_IDENTIFIER=opensuse-153
|
||||
- R_VERSION=${R_VERSION}
|
||||
volumes:
|
||||
- ../:/r-builds
|
||||
opensuse-154:
|
||||
image: opensuse/leap:15.4
|
||||
command: /r-builds/test/test-zypper.sh
|
||||
|
|
|
|||
Loading…
Reference in a new issue