-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
12ee62e
commit e969b19
Showing
11 changed files
with
0 additions
and
262 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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/[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-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 | ||
|
@@ -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/[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_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 | ||
|
@@ -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/[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.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 | ||
|
@@ -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 | ||
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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/[email protected] | ||
- 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 | ||
|
@@ -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/[email protected] | ||
- 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 | ||
|
@@ -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/[email protected] | ||
- 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 | ||
|
11 changes: 0 additions & 11 deletions
11
x86-64-unknown-linux-builder-with-libressl-3.7.2/Dockerfile
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
29 changes: 0 additions & 29 deletions
29
x86-64-unknown-linux-builder-with-libressl-3.7.2/build-and-push.bash
This file was deleted.
Oops, something went wrong.
16 changes: 0 additions & 16 deletions
16
x86-64-unknown-linux-builder-with-openssl_1.1.1t/Dockerfile
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
29 changes: 0 additions & 29 deletions
29
x86-64-unknown-linux-builder-with-openssl_1.1.1t/build-and-push.bash
This file was deleted.
Oops, something went wrong.
22 changes: 0 additions & 22 deletions
22
x86-64-unknown-linux-builder-with-openssl_3.1.0/Dockerfile
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
29 changes: 0 additions & 29 deletions
29
x86-64-unknown-linux-builder-with-openssl_3.1.0/build-and-push.bash
This file was deleted.
Oops, something went wrong.