Skip to content

Use opensearch-builds CI runner for functional tests  #1651

@ashwin-pc

Description

@ashwin-pc

Is your feature request related to a problem? Please describe.

Currently we use ubuntu-latest runner for our functional tests. because of this we need to manually install the chromedriver npm package to run our functional tests. This package is not always up to date with the latest chrome driver version causing functional test failures in the repo. We already have a runner with all the necessary packages installed in opensearch-build

Describe the solution you'd like

Use the ci runner instead of the default github runner

Describe alternatives you've considered

using a patch version of the chrome driver. This is not ideal because it will still require us to be dependent on the chromedriver npm package in future

Additional context

Add any other context or screenshots about the feature request here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions