This is an automated email from the ASF dual-hosted git repository.

damccorm pushed a commit to branch users/damccorm/commas
in repository https://gitbox.apache.org/repos/asf/beam.git

commit 97eb8fef032aecd93e8224304a741a7025a4b62e
Author: Danny McCormick <[email protected]>
AuthorDate: Tue Aug 29 15:47:17 2023 -0400

    Use commas in passenv
---
 .test-infra/jenkins/metrics_report/tox.ini | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.test-infra/jenkins/metrics_report/tox.ini 
b/.test-infra/jenkins/metrics_report/tox.ini
index 6ea39e0ab39..dbf68016c57 100644
--- a/.test-infra/jenkins/metrics_report/tox.ini
+++ b/.test-infra/jenkins/metrics_report/tox.ini
@@ -27,10 +27,10 @@ commands_pre =
 
 [testenv:py38-test]
 deps = -r requirements.txt
-passenv = WORKSPACE INFLUXDB_USER INFLUXDB_USER_PASSWORD
+passenv = WORKSPACE,INFLUXDB_USER,INFLUXDB_USER_PASSWORD
 commands = python -m unittest dashboards_parser.py
 
 [testenv:py38-generate-report]
 deps = -r requirements.txt
-passenv = WORKSPACE INFLUXDB_USER INFLUXDB_USER_PASSWORD
+passenv = WORKSPACE,INFLUXDB_USER,INFLUXDB_USER_PASSWORD
 commands = python report_generator.py {posargs}

Reply via email to