Skip to content

Commit

Permalink
Remove BROWSER_PATH=electron for Windows so integTest can run chromiu…
Browse files Browse the repository at this point in the history
…m114 (#4457)

Signed-off-by: Peter Zhu <zhujiaxi@amazon.com>
  • Loading branch information
peterzhuamazon authored Feb 16, 2024
1 parent df0fb5d commit 04c7e7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jenkins/opensearch-dashboards/integ-test.jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def docker_args = [
"tar": "-u 1000 -e BROWSER_PATH=electron",
"rpm": "--entrypoint=/usr/lib/systemd/systemd -u root --privileged -v /sys/fs/cgroup:/sys/fs/cgroup:rw --cgroupns=host -e BROWSER_PATH=electron",
"deb": "--entrypoint=/usr/lib/systemd/systemd -u root --privileged -v /sys/fs/cgroup:/sys/fs/cgroup:rw --cgroupns=host -e BROWSER_PATH=electron",
"zip": "-u ContainerAdministrator -e BROWSER_PATH=electron",
"zip": "-u ContainerAdministrator",
]

def agent_nodes = [
Expand Down

0 comments on commit 04c7e7f

Please sign in to comment.