Skip to content

Commit d20b357

Browse files
authored
Remove WireGuard step (#1557)
1 parent 0924b85 commit d20b357

File tree

2 files changed

+0
-16
lines changed

2 files changed

+0
-16
lines changed

.github/workflows/performance-tests-one-time.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,6 @@ jobs:
2323
max_time: ${{ steps.output.outputs.max_time }}
2424
requests_per_sec: ${{ steps.output.outputs.requests_per_sec }}
2525
steps:
26-
- name: Set up WireGuard
27-
uses: egor-tensin/[email protected]
28-
with:
29-
endpoint: '${{ secrets.WG_PERF_ENDPOINT }}'
30-
endpoint_public_key: '${{ secrets.WG_PERF_ENDPOINT_PUBLIC_KEY }}'
31-
ips: '${{ secrets.WG_PERF_IPS }}'
32-
allowed_ips: '${{ secrets.WG_PERF_ALLOWED_IPS }}'
33-
private_key: '${{ secrets.WG_PERF_PRIVATE_KEY }}'
3426
- name: Clean files from previous runs
3527
uses: AutoModality/action-clean@v1
3628
- name: Check out repository

.github/workflows/performance-tests.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,6 @@ jobs:
2525
max_time: ${{ steps.output.outputs.max_time }}
2626
requests_per_sec: ${{ steps.output.outputs.requests_per_sec }}
2727
steps:
28-
- name: Set up WireGuard
29-
uses: egor-tensin/[email protected]
30-
with:
31-
endpoint: '${{ secrets.WG_PERF_ENDPOINT }}'
32-
endpoint_public_key: '${{ secrets.WG_PERF_ENDPOINT_PUBLIC_KEY }}'
33-
ips: '${{ secrets.WG_PERF_IPS }}'
34-
allowed_ips: '${{ secrets.WG_PERF_ALLOWED_IPS }}'
35-
private_key: '${{ secrets.WG_PERF_PRIVATE_KEY }}'
3628
- name: Clean files from previous runs
3729
uses: AutoModality/action-clean@v1
3830
- name: Check out repository

0 commit comments

Comments
 (0)