forked from substrait-io/consumer-testing
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: overhaul Github workflows to not use Docker
This PR gets rid of the Docker images and uses Github actions to install the required dependencies instead. This solves several problems: * The Docker images fixed the versions of some dependencies, so there are now two places where versions are potentially fixd: the Dockerfiles and requriments.txt. The Github actions now also use the latter mechanism, so there is only one. This is something I want to address as per substrait-io#127. * The Dockerfile where extremely repetetive: almost all of them installed the same thing and then executing them from the Github repeated again the same thing. The new Github actions uses the `matrix` mechanism to remove the latter source of redundancy and gets rid of the Docker images alltogether. * (Minor) The Docker images are another source or indirection and somewhat slower. Since they are rebuilt for every CI run, they also don't offer more stability than using Github runners directly. Signed-off-by: Ingo Müller <[email protected]>
- Loading branch information
1 parent
d4f2aa7
commit 923696b
Showing
13 changed files
with
50 additions
and
256 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters