Skip to content

Commit

Permalink
Deprecate older OpenSSL 3 builders
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanTAllen committed Oct 13, 2024
1 parent 55bbc5d commit 5dcec72
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 129 deletions.
60 changes: 0 additions & 60 deletions .github/workflows/linux-builder-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,64 +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_3:
needs:
- x86-64-unknown-linux-builder

name: Update x86-64-unknown-linux-builder-with-openssl_3.1.3
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- 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.3/build-and-push.bash
- name: Send alert on failure
if: ${{ failure() }}
uses: zulip/github-actions-zulip/send-message@e4c8f27c732ba9bd98ac6be0583096dea82feea5
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_2_0:
needs:
- x86-64-unknown-linux-builder

name: Update x86-64-unknown-linux-builder-with-openssl_3.2.0
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- 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.2.0/build-and-push.bash
- name: Send alert on failure
if: ${{ failure() }}
uses: zulip/github-actions-zulip/send-message@e4c8f27c732ba9bd98ac6be0583096dea82feea5
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_3_0:
needs:
- x86-64-unknown-linux-builder
Expand Down Expand Up @@ -242,8 +184,6 @@ jobs:
- 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_1w
- 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
- x86-64-unknown-linux-builder-with-pcre

Expand Down
16 changes: 0 additions & 16 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,22 +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_3-image-builds:
name: Validate x86-64-unknown-linux-builder-with-openssl_3.1.3 Docker image builds
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Docker build
run: "docker build --pull --file=x86-64-unknown-linux-builder-with-openssl_3.1.3/Dockerfile ."

validate-x86-64-unknown-linux-builder-with-openssl_3_2_0-image-builds:
name: Validate x86-64-unknown-linux-builder-with-openssl_3.2.0 Docker image builds
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Docker build
run: "docker build --pull --file=x86-64-unknown-linux-builder-with-openssl_3.2.0/Dockerfile ."

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

This file was deleted.

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

This file was deleted.

This file was deleted.

0 comments on commit 5dcec72

Please sign in to comment.