Skip to content

Commit

Permalink
Deprecate some SSL builders
Browse files Browse the repository at this point in the history
Closes #78
Closes #77
Closes #76
  • Loading branch information
SeanTAllen committed Apr 19, 2024
1 parent 12ee62e commit e969b19
Show file tree
Hide file tree
Showing 11 changed files with 0 additions and 262 deletions.
93 changes: 0 additions & 93 deletions .github/workflows/linux-builder-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,35 +33,6 @@ jobs:
topic: ${{ github.repository }} scheduled job failure
content: ${{ github.server_url}}/${{ github.repository }}/actions/runs/${{ github.run_id }} failed.

x86-64-unknown-linux-builder-with-libressl_3_7_2:
needs:
- x86-64-unknown-linux-builder

name: Update x86-64-unknown-linux-builder-with-libressl-3.7.2
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.1
- name: Login to GitHub Container Registry
# v2.2.0
uses: docker/login-action@5139682d94efc37792e6b54386b5b470a68a4737
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push
run: bash x86-64-unknown-linux-builder-with-libressl-3.7.2/build-and-push.bash
- name: Send alert on failure
if: ${{ failure() }}
uses: zulip/github-actions-zulip/send-message@08b6fbd07f5834e5b930a85bc7740e9fd44ab2e7
with:
api-key: ${{ secrets.ZULIP_SCHEDULED_JOB_FAILURE_API_KEY }}
email: ${{ secrets.ZULIP_SCHEDULED_JOB_FAILURE_EMAIL }}
organization-url: 'https://ponylang.zulipchat.com/'
to: notifications
type: stream
topic: ${{ github.repository }} scheduled job failure
content: ${{ github.server_url}}/${{ github.repository }}/actions/runs/${{ github.run_id }} failed.

x86-64-unknown-linux-builder-with-libressl_3_7_3:
needs:
- x86-64-unknown-linux-builder
Expand Down Expand Up @@ -120,35 +91,6 @@ jobs:
topic: ${{ github.repository }} scheduled job failure
content: ${{ github.server_url}}/${{ github.repository }}/actions/runs/${{ github.run_id }} failed.

x86-64-unknown-linux-builder-with-openssl_1_1_1t:
needs:
- x86-64-unknown-linux-builder

name: Update x86-64-unknown-linux-builder-with-openssl_1.1.1t
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.1
- name: Login to GitHub Container Registry
# v2.2.0
uses: docker/login-action@5139682d94efc37792e6b54386b5b470a68a4737
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push
run: bash x86-64-unknown-linux-builder-with-openssl_1.1.1t/build-and-push.bash
- name: Send alert on failure
if: ${{ failure() }}
uses: zulip/github-actions-zulip/send-message@08b6fbd07f5834e5b930a85bc7740e9fd44ab2e7
with:
api-key: ${{ secrets.ZULIP_SCHEDULED_JOB_FAILURE_API_KEY }}
email: ${{ secrets.ZULIP_SCHEDULED_JOB_FAILURE_EMAIL }}
organization-url: 'https://ponylang.zulipchat.com/'
to: notifications
type: stream
topic: ${{ github.repository }} scheduled job failure
content: ${{ github.server_url}}/${{ github.repository }}/actions/runs/${{ github.run_id }} failed.

x86-64-unknown-linux-builder-with-openssl_1_1_1w:
needs:
- x86-64-unknown-linux-builder
Expand Down Expand Up @@ -178,35 +120,6 @@ jobs:
topic: ${{ github.repository }} scheduled job failure
content: ${{ github.server_url}}/${{ github.repository }}/actions/runs/${{ github.run_id }} failed.

x86-64-unknown-linux-builder-with-openssl_3_1_0:
needs:
- x86-64-unknown-linux-builder

name: Update x86-64-unknown-linux-builder-with-openssl_3.1.0
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.1
- name: Login to GitHub Container Registry
# v2.2.0
uses: docker/login-action@5139682d94efc37792e6b54386b5b470a68a4737
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push
run: bash x86-64-unknown-linux-builder-with-openssl_3.1.0/build-and-push.bash
- name: Send alert on failure
if: ${{ failure() }}
uses: zulip/github-actions-zulip/send-message@08b6fbd07f5834e5b930a85bc7740e9fd44ab2e7
with:
api-key: ${{ secrets.ZULIP_SCHEDULED_JOB_FAILURE_API_KEY }}
email: ${{ secrets.ZULIP_SCHEDULED_JOB_FAILURE_EMAIL }}
organization-url: 'https://ponylang.zulipchat.com/'
to: notifications
type: stream
topic: ${{ github.repository }} scheduled job failure
content: ${{ github.server_url}}/${{ github.repository }}/actions/runs/${{ github.run_id }} failed.

x86-64-unknown-linux-builder-with-openssl_3_1_3:
needs:
- x86-64-unknown-linux-builder
Expand Down Expand Up @@ -326,12 +239,9 @@ jobs:
send-linux-builders-updated-event:
needs:
- x86-64-unknown-linux-builder
- x86-64-unknown-linux-builder-with-libressl_3_7_2
- x86-64-unknown-linux-builder-with-libressl_3_7_3
- x86-64-unknown-linux-builder-with-libressl_3_9_1
- x86-64-unknown-linux-builder-with-openssl_1_1_1t
- x86-64-unknown-linux-builder-with-openssl_1_1_1w
- x86-64-unknown-linux-builder-with-openssl_3_1_0
- x86-64-unknown-linux-builder-with-openssl_3_1_3
- x86-64-unknown-linux-builder-with-openssl_3_2_0
- x86-64-unknown-linux-builder-with-openssl_3_3_0
Expand Down Expand Up @@ -402,12 +312,9 @@ jobs:
matrix:
image:
- shared-docker-ci-x86-64-unknown-linux-builder
- shared-docker-ci-x86-64-unknown-linux-builder-with-libressl-3.7.2
- shared-docker-ci-x86-64-unknown-linux-builder-with-libressl-3.7.3
- shared-docker-ci-x86-64-unknown-linux-builder-with-libressl-3.9.1
- shared-docker-ci-x86-64-unknown-linux-builder-with-openssl_1.1.1t
- shared-docker-ci-x86-64-unknown-linux-builder-with-openssl_1.1.1w
- shared-docker-ci-x86-64-unknown-linux-builder-with-openssl_3.1.0
- shared-docker-ci-x86-64-unknown-linux-builder-with-openssl_3.1.3
- shared-docker-ci-x86-64-unknown-linux-builder-with-openssl_3.2.0
- shared-docker-ci-x86-64-unknown-linux-builder-with-openssl_3.3.0
Expand Down
24 changes: 0 additions & 24 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,6 @@ jobs:
- name: Docker build
run: "docker build --pull --file=x86-64-unknown-linux-builder/Dockerfile ."

validate-x86-64-unknown-linux-builder-with-libressl-3_7_2-image-builds:
name: Validate x86-64-unknown-linux-builder-with-libressl-3.7.2 Docker image builds
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.1
- name: Docker build
run: "docker build --pull --file=x86-64-unknown-linux-builder-with-libressl-3.7.2/Dockerfile ."

validate-x86-64-unknown-linux-builder-with-libressl-3_7_3-image-builds:
name: Validate x86-64-unknown-linux-builder-with-libressl-3.7.3 Docker image builds
runs-on: ubuntu-latest
Expand All @@ -78,14 +70,6 @@ jobs:
- name: Docker build
run: "docker build --pull --file=x86-64-unknown-linux-builder-with-libressl-3.9.1/Dockerfile ."

validate-x86-64-unknown-linux-builder-with-openssl_1_1_1t-image-builds:
name: Validate x86-64-unknown-linux-builder-with-openssl_1.1.1t Docker image builds
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.1
- name: Docker build
run: "docker build --pull --file=x86-64-unknown-linux-builder-with-openssl_1.1.1t/Dockerfile ."

validate-x86-64-unknown-linux-builder-with-openssl_1_1_1w-image-builds:
name: Validate x86-64-unknown-linux-builder-with-openssl_1.1.1w Docker image builds
runs-on: ubuntu-latest
Expand All @@ -94,14 +78,6 @@ jobs:
- name: Docker build
run: "docker build --pull --file=x86-64-unknown-linux-builder-with-openssl_1.1.1w/Dockerfile ."

validate-x86-64-unknown-linux-builder-with-openssl_3_1_0-image-builds:
name: Validate x86-64-unknown-linux-builder-with-openssl_3.1.0 Docker image builds
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.1
- name: Docker build
run: "docker build --pull --file=x86-64-unknown-linux-builder-with-openssl_3.1.0/Dockerfile ."

validate-x86-64-unknown-linux-builder-with-openssl_3_1_3-image-builds:
name: Validate x86-64-unknown-linux-builder-with-openssl_3.1.3 Docker image builds
runs-on: ubuntu-latest
Expand Down
11 changes: 0 additions & 11 deletions x86-64-unknown-linux-builder-with-libressl-3.7.2/Dockerfile

This file was deleted.

3 changes: 0 additions & 3 deletions x86-64-unknown-linux-builder-with-libressl-3.7.2/README.md

This file was deleted.

This file was deleted.

16 changes: 0 additions & 16 deletions x86-64-unknown-linux-builder-with-openssl_1.1.1t/Dockerfile

This file was deleted.

3 changes: 0 additions & 3 deletions x86-64-unknown-linux-builder-with-openssl_1.1.1t/README.md

This file was deleted.

This file was deleted.

22 changes: 0 additions & 22 deletions x86-64-unknown-linux-builder-with-openssl_3.1.0/Dockerfile

This file was deleted.

3 changes: 0 additions & 3 deletions x86-64-unknown-linux-builder-with-openssl_3.1.0/README.md

This file was deleted.

This file was deleted.

0 comments on commit e969b19

Please sign in to comment.