Skip to content

Instructions for running CI tests locally via Docker do not work #3118

@psx95

Description

@psx95

Based on the current instructions for running the CI tests locally, I should be able to run

./ci/run_docker.sh 

from the root of the project to enter a docker shell where I can run tests manually.

However running this command results in an error

unable to prepare context: unable to evaluate symlinks in Dockerfile path /Projects/opentelemetry-cpp/ci/Dockerfile: no such file or directory

This is probably coming from this line in the shell script which seems like it is explicitly looking for a Dockerfile in the ci directory and currently there is none.

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingtriage/acceptedIndicates an issue or PR is ready to be actively worked on.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions