Skip to content

Commit 0576058

Browse files
committed
ci: productionize OSP nightly + report for merge
Remove all temporary testing scaffolding so everything points at the canonical repos and runs on the nightly schedule: - OSP checkout back to wolfssl/osp (drop the fork-branch override) - nightly-osp: schedule + workflow_dispatch only (drop the ci-draft-pause push trigger and paths-ignore) - nightly-osp: drop the old flat Slack notify; the new osp-report (on: workflow_run) handles notification + auto-retry - osp-report: workflow_run + workflow_dispatch only (drop push trigger and the hardcoded fixture run id)
1 parent dd7da1e commit 0576058

28 files changed

Lines changed: 27 additions & 234 deletions

.github/workflows/bind9.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,7 @@ jobs:
100100
- name: Checkout OSP
101101
uses: actions/checkout@v4
102102
with:
103-
repository: aidangarske/osp
104-
ref: 5.9.1-wolfprov-patches
103+
repository: wolfssl/osp
105104
path: osp
106105
fetch-depth: 1
107106
- run: |

.github/workflows/curl.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,7 @@ jobs:
9999
- name: Checkout OSP
100100
uses: actions/checkout@v4
101101
with:
102-
repository: aidangarske/osp
103-
ref: 5.9.1-wolfprov-patches
102+
repository: wolfssl/osp
104103
path: osp
105104
fetch-depth: 1
106105

.github/workflows/grpc.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,7 @@ jobs:
116116
- name: Checkout OSP
117117
uses: actions/checkout@v4
118118
with:
119-
repository: aidangarske/osp
120-
ref: 5.9.1-wolfprov-patches
119+
repository: wolfssl/osp
121120
path: osp
122121
fetch-depth: 1
123122
- run: |

.github/workflows/hostap.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,7 @@ jobs:
117117
- name: Checkout OSP
118118
uses: actions/checkout@v4
119119
with:
120-
repository: aidangarske/osp
121-
ref: 5.9.1-wolfprov-patches
120+
repository: wolfssl/osp
122121
path: osp
123122
fetch-depth: 1
124123

.github/workflows/krb5.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,7 @@ jobs:
100100
- name: Checkout OSP
101101
uses: actions/checkout@v4
102102
with:
103-
repository: aidangarske/osp
104-
ref: 5.9.1-wolfprov-patches
103+
repository: wolfssl/osp
105104
path: osp
106105
fetch-depth: 1
107106
- run: |

.github/workflows/libcryptsetup.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,7 @@ jobs:
100100
- name: Checkout OSP
101101
uses: actions/checkout@v4
102102
with:
103-
repository: aidangarske/osp
104-
ref: 5.9.1-wolfprov-patches
103+
repository: wolfssl/osp
105104
path: osp
106105
fetch-depth: 1
107106
- run: |

.github/workflows/libeac3.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,7 @@ jobs:
102102
- name: Checkout OSP
103103
uses: actions/checkout@v4
104104
with:
105-
repository: aidangarske/osp
106-
ref: 5.9.1-wolfprov-patches
105+
repository: wolfssl/osp
107106
path: osp
108107
fetch-depth: 1
109108
- run: |

.github/workflows/libfido2.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,7 @@ jobs:
9999
- name: Checkout OSP
100100
uses: actions/checkout@v4
101101
with:
102-
repository: aidangarske/osp
103-
ref: 5.9.1-wolfprov-patches
102+
repository: wolfssl/osp
104103
path: osp
105104
fetch-depth: 1
106105
- run: |

.github/workflows/libnice.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,7 @@ jobs:
9898
- name: Checkout OSP
9999
uses: actions/checkout@v4
100100
with:
101-
repository: aidangarske/osp
102-
ref: 5.9.1-wolfprov-patches
101+
repository: wolfssl/osp
103102
path: osp
104103
fetch-depth: 1
105104
- run: |

.github/workflows/liboauth2.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,7 @@ jobs:
9191
- name: Checkout OSP
9292
uses: actions/checkout@v4
9393
with:
94-
repository: aidangarske/osp
95-
ref: 5.9.1-wolfprov-patches
94+
repository: wolfssl/osp
9695
path: osp
9796
fetch-depth: 1
9897

0 commit comments

Comments
 (0)