cwpearson / azure-pipelines-agent

Self-hosted GPU agent for Azure Piplines with Docker
7 stars 3 forks source link

Allow manager to map static data into containers #2

Closed cwpearson closed 5 years ago

cwpearson commented 5 years ago

To map large graph data into a test environment

1) the manager could map it as a read-only volume 2) the manager could add an environment variable saying that the large test data was available and where it was 3) If that environment variable exists, the test could run, otherwise it could be skipped

cwpearson commented 5 years ago

Done in b7e44a43aa53b9e2d7ed2c6567f934c4ca2c7ee0