File tree Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,9 @@ defaults:
1717 run :
1818 shell : bash
1919
20+ env :
21+ PLUS_USAGE_ENDPOINT : ${{ secrets.JWT_PLUS_REPORTING_ENDPOINT }}
22+
2023permissions :
2124 contents : read
2225
7780 ngf_prefix=ghcr.io/nginxinc/nginx-gateway-fabric
7881 ngf_tag=${{ steps.ngf-meta.outputs.version }}
7982 if [ ${{ inputs.enable-experimental }} == "true" ]; then export ENABLE_EXPERIMENTAL=true; fi
80- export PLUS_USAGE_ENDPOINT=${{ secrets.JWT_PLUS_REPORTING_ENDPOINT }}
8183 make generate-static-deployment PLUS_ENABLED=${{ inputs.image == 'plus' && 'true' || 'false' }} PREFIX=${ngf_prefix} TAG=${ngf_tag}
8284 working-directory : ./tests
8385
@@ -149,7 +151,6 @@ jobs:
149151 ngf_tag=${{ steps.ngf-meta.outputs.version }}
150152 if [ ${{ github.event_name }} == "schedule" ]; then export GW_API_VERSION=main; fi
151153 if [ ${{ inputs.enable-experimental }} == "true" ]; then export ENABLE_EXPERIMENTAL=true; fi
152- export PLUS_USAGE_ENDPOINT=${{ secrets.JWT_PLUS_REPORTING_ENDPOINT }}
153154 make helm-install-local${{ inputs.image == 'plus' && '-with-plus' || ''}} PREFIX=${ngf_prefix} TAG=${ngf_tag}
154155 make deploy-updated-provisioner PREFIX=${ngf_prefix} TAG=${ngf_tag}
155156 working-directory : ./tests
Original file line number Diff line number Diff line change @@ -14,6 +14,9 @@ defaults:
1414 run :
1515 shell : bash
1616
17+ env :
18+ PLUS_USAGE_ENDPOINT : ${{ secrets.JWT_PLUS_REPORTING_ENDPOINT }}
19+
1720permissions :
1821 contents : read
1922
@@ -125,22 +128,19 @@ jobs:
125128 run : |
126129 ngf_prefix=ghcr.io/nginxinc/nginx-gateway-fabric
127130 ngf_tag=${{ steps.ngf-meta.outputs.version }}
128- export PLUS_USAGE_ENDPOINT=${{ secrets.JWT_PLUS_REPORTING_ENDPOINT }}
129131 make test${{ inputs.image == 'plus' && '-with-plus' || ''}} PREFIX=${ngf_prefix} TAG=${ngf_tag} GINKGO_LABEL=telemetry GW_SERVICE_TYPE=LoadBalancer CLUSTER_NAME=${{ github.run_id }} CI=true
130132 working-directory : ./tests
131133
132134 - name : Run functional graceful-recovery tests
133135 run : |
134136 ngf_prefix=ghcr.io/nginxinc/nginx-gateway-fabric
135137 ngf_tag=${{ steps.ngf-meta.outputs.version }}
136- export PLUS_USAGE_ENDPOINT=${{ secrets.JWT_PLUS_REPORTING_ENDPOINT }}
137138 make test${{ inputs.image == 'plus' && '-with-plus' || ''}} PREFIX=${ngf_prefix} TAG=${ngf_tag} GINKGO_LABEL=graceful-recovery GW_SERVICE_TYPE=LoadBalancer CLUSTER_NAME=${{ github.run_id }} CI=true
138139 working-directory : ./tests
139140
140141 - name : Run functional tests
141142 run : |
142143 ngf_prefix=ghcr.io/nginxinc/nginx-gateway-fabric
143144 ngf_tag=${{ steps.ngf-meta.outputs.version }}
144- export PLUS_USAGE_ENDPOINT=${{ secrets.JWT_PLUS_REPORTING_ENDPOINT }}
145145 make test${{ inputs.image == 'plus' && '-with-plus' || ''}} PREFIX=${ngf_prefix} TAG=${ngf_tag} GW_SERVICE_TYPE=LoadBalancer CLUSTER_NAME=${{ github.run_id }} CI=true
146146 working-directory : ./tests
Original file line number Diff line number Diff line change @@ -38,6 +38,9 @@ defaults:
3838 run :
3939 shell : bash
4040
41+ env :
42+ PLUS_USAGE_ENDPOINT : ${{ secrets.JWT_PLUS_REPORTING_ENDPOINT }}
43+
4144concurrency :
4245 group : ${{ github.ref_name }}-nfr
4346 cancel-in-progress : true
You can’t perform that action at this time.
0 commit comments