-
Notifications
You must be signed in to change notification settings - Fork 29
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
neil
committed
Nov 20, 2023
1 parent
e637642
commit 75ba59f
Showing
1 changed file
with
51 additions
and
51 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 |
---|---|---|
@@ -1,51 +1,51 @@ | ||
name: NetBSD | ||
on: | ||
schedule: | ||
- cron: '10 9 * * *' | ||
workflow_dispatch: | ||
push: | ||
branches: | ||
- '*' | ||
paths: | ||
- '**.sh' | ||
- '.github/workflows/NetBSD.yml' | ||
pull_request: | ||
branches: | ||
- '*' | ||
paths: | ||
- '**.sh' | ||
- '.github/workflows/NetBSD.yml' | ||
|
||
concurrency: | ||
group: ${{ github.workflow }} | ||
cancel-in-progress: true | ||
|
||
jobs: | ||
NetBSD: | ||
strategy: | ||
matrix: | ||
release: [""] | ||
runs-on: ubuntu-22.04 | ||
env: | ||
TEST_PREFERRED_CHAIN: (STAGING) Pretend Pear X1 | ||
TEST_ACME_Server: "LetsEncrypt.org_test" | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: vmactions/cf-tunnel@v0 | ||
id: tunnel | ||
with: | ||
protocol: http | ||
port: 8080 | ||
- name: Set envs | ||
run: echo "TestingDomain=${{steps.tunnel.outputs.server}}" >> $GITHUB_ENV | ||
- uses: vmactions/netbsd-vm@v1 | ||
with: | ||
envs: 'TestingDomain TEST_PREFERRED_CHAIN TEST_ACME_Server' | ||
nat: | | ||
"8080": "80" | ||
prepare: | | ||
pkg_add curl socat | ||
usesh: true | ||
copyback: false | ||
release: ${{ matrix.release }} | ||
run: ./letest.sh | ||
name: NetBSD | ||
on: | ||
schedule: | ||
- cron: '10 9 * * *' | ||
workflow_dispatch: | ||
push: | ||
branches: | ||
- '*' | ||
paths: | ||
- '**.sh' | ||
- '.github/workflows/NetBSD.yml' | ||
pull_request: | ||
branches: | ||
- '*' | ||
paths: | ||
- '**.sh' | ||
- '.github/workflows/NetBSD.yml' | ||
|
||
concurrency: | ||
group: ${{ github.workflow }} | ||
cancel-in-progress: true | ||
|
||
jobs: | ||
NetBSD: | ||
strategy: | ||
matrix: | ||
release: [""] | ||
runs-on: ubuntu-22.04 | ||
env: | ||
TEST_PREFERRED_CHAIN: (STAGING) Pretend Pear X1 | ||
TEST_ACME_Server: "LetsEncrypt.org_test" | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: vmactions/cf-tunnel@v0 | ||
id: tunnel | ||
with: | ||
protocol: http | ||
port: 8080 | ||
- name: Set envs | ||
run: echo "TestingDomain=${{steps.tunnel.outputs.server}}" >> $GITHUB_ENV | ||
- uses: vmactions/netbsd-vm@v1 | ||
with: | ||
envs: 'TestingDomain TEST_PREFERRED_CHAIN TEST_ACME_Server' | ||
nat: | | ||
"8080": "80" | ||
prepare: | | ||
pkg_add curl socat | ||
usesh: true | ||
copyback: false | ||
release: ${{ matrix.release }} | ||
run: ./letest.sh |