Skip to content

Commit b829119

Browse files
authored
Merge pull request #188 from StackStorm/remove_bionic_el7
Remove bionic and EL7
2 parents f458d55 + 51eb6f7 commit b829119

13 files changed

Lines changed: 8 additions & 179 deletions

File tree

.circleci/config.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ version: 2
77
jobs:
88
build:
99
machine:
10-
image: "ubuntu-2004:current"
10+
image: "ubuntu-2204:2023.04.2"
1111
working_directory: ~/StackStorm/st2chatops
12-
parallelism: 4
12+
parallelism: 2
1313
shell: /bin/bash --login
1414
environment:
15-
DISTROS: bionic focal el7 el8
15+
DISTROS: focal el8
1616
ST2_PACKAGES_REPO: https://github.com/StackStorm/st2-packages
1717
ST2_TEST_ENVIRONMENT: https://github.com/StackStorm/st2-docker
1818
DEPLOY_PACKAGES: 1
@@ -38,7 +38,6 @@ jobs:
3838
docker-compose version
3939
nodejs -v
4040
jq --version
41-
package_cloud version
4241
- run:
4342
name: Ensure Docker running
4443
command: 'sudo docker info >/dev/null 2>&1 || sudo service docker start; '
@@ -122,7 +121,7 @@ jobs:
122121
- image: circleci/ruby:2.7
123122
working_directory: ~/packages
124123
environment:
125-
DISTROS: "bionic focal el7 el8"
124+
DISTROS: "focal el8"
126125
steps:
127126
- attach_workspace:
128127
at: /home/circleci

CHANGELOG.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ Changed
2323

2424
Contributed by @lopf
2525

26+
* Removed EL7 and bionic
27+
Contributed by @amanda11
28+
2629
Removed
2730
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2831
* Remove skills-validator from npm-shrinkwrap.json

dist.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,4 @@ centos:
55
rockylinux:
66
- !regexp rockylinux([0-9.]+)
77
ubuntu:
8-
- bionic
98
- focal

docker-compose.yml

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
11
# Packaging environments
2-
bionic:
3-
build: ./packagingenv/bionic
4-
extends:
5-
file: docker-compose.override.yml
6-
service: suite
7-
82
focal:
93
build: ./packagingenv/focal
104
extends:
@@ -17,19 +11,7 @@ el8:
1711
file: docker-compose.override.yml
1812
service: suite
1913

20-
el7:
21-
build: ./packagingenv/centos7
22-
extends:
23-
file: docker-compose.override.yml
24-
service: suite
25-
2614
# Testing environments
27-
bionic-test:
28-
build: ./testingenv/bionic
29-
extends:
30-
file: docker-compose.override.yml
31-
service: suite-test
32-
3315
focal-test:
3416
build: ./testingenv/focal
3517
extends:
@@ -42,8 +24,3 @@ el8-test:
4224
file: docker-compose.override.yml
4325
service: suite-test
4426

45-
el7-test:
46-
build: ./testingenv/centos7
47-
extends:
48-
file: docker-compose.override.yml
49-
service: suite-test

packagingenv/Dockerfile.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ RUN apt-get update && \
3030
DEBIAN_FRONTEND=noninteractive apt-get -y install \
3131
build-essential curl gnupg devscripts debhelper dh-make git libicu-dev
3232

33-
{%- if version in ('bionic', 'focal') %}
33+
{%- if version in ('focal') %}
3434
RUN DEBIAN_FRONTEND=noninteractive apt-get -y install dh-systemd
3535
{% endif %}
3636

packagingenv/bionic/Dockerfile

Lines changed: 0 additions & 19 deletions
This file was deleted.

packagingenv/bionic/docker-entrypoint.sh

Lines changed: 0 additions & 19 deletions
This file was deleted.

packagingenv/centos7/Dockerfile

Lines changed: 0 additions & 12 deletions
This file was deleted.

packagingenv/centos7/docker-entrypoint.sh

Lines changed: 0 additions & 18 deletions
This file was deleted.

testingenv/bionic/Dockerfile

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)