Skip to content

Commit 783996e

Browse files
committed
Add PLUS_USAGE_ENDPOINT to NFR tests (nginx#2916)
1 parent e2aa3ff commit 783996e

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/workflows/nfr.yml

+10-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,15 @@ on:
88
required: true
99
default: all
1010
type: choice
11-
options: [performance, upgrade, scale, zero-downtime-scale, reconfiguration, all]
11+
options:
12+
[
13+
performance,
14+
upgrade,
15+
scale,
16+
zero-downtime-scale,
17+
reconfiguration,
18+
all,
19+
]
1220
version:
1321
description: Version of NGF under test
1422
required: true
@@ -110,6 +118,7 @@ jobs:
110118
echo "NGF_VERSION=${{ needs.vars.outputs.version }}" >> vars.env
111119
echo "GKE_NUM_NODES=12" >> vars.env
112120
echo "GKE_MACHINE_TYPE=n2d-standard-16" >> vars.env
121+
echo "PLUS_USAGE_ENDPOINT=${{ secrets.JWT_PLUS_REPORTING_ENDPOINT }}" >> vars.env
113122
114123
- name: Setup license file for plus
115124
if: matrix.type == 'plus'

0 commit comments

Comments
 (0)