-
Notifications
You must be signed in to change notification settings - Fork 270
Enable docker CI testing for Ubuntu 18.04 #820
Copy link
Copy link
Closed
Labels
Component: TestingUnit and integration tests and frameworksUnit and integration tests and frameworksPriority: HighPrioritized ahead of most other issuesPrioritized ahead of most other issuesStatus: AcceptedBug is reproducible or effort is allocatedBug is reproducible or effort is allocatedType: MaintenanceRefactoring, cleanup, documenation, or process improvementsRefactoring, cleanup, documenation, or process improvements
Metadata
Metadata
Assignees
Labels
Component: TestingUnit and integration tests and frameworksUnit and integration tests and frameworksPriority: HighPrioritized ahead of most other issuesPrioritized ahead of most other issuesStatus: AcceptedBug is reproducible or effort is allocatedBug is reproducible or effort is allocatedType: MaintenanceRefactoring, cleanup, documenation, or process improvementsRefactoring, cleanup, documenation, or process improvements
Setup our CI configuration to run the Shadow integration tests in an Ubuntu 18.04 docker instance.
It is important to do this issue before the other docker-related issues. Github actions is already testing Shadow under Ubuntu 18.04. Setting up docker with Ubuntu 18.04 first will allow us to identify and fix any issues that are specific to running under docker. Once we know we have docker working, we can then add other Linux distros and fix any bugs that are distro (but not docker) specific.