GoogleCloudPlatform / pontem

Open source tools for Google Cloud Storage and Databases.
Apache License 2.0
63 stars 15 forks source link

[Pontem] Differentiate different subprojects in Travis build #152

Open ldanielmadariaga opened 5 years ago

ldanielmadariaga commented 5 years ago

As the repo grows and subprojects start to be added we need to differentiate these in Travis builds. IMHO the ideal way to tackle this would be to have each subproject run in their own Travis instance, I'm unsure whether this is doable so I need to investigate it a bit more.

Alternative: Add a pre-commit hook that parses extracts subproject directory of modified files and, adds it as a tag / part of the commit message. Add Travis conditionals to manage the behavior of each subproject.

ldanielmadariaga commented 5 years ago

As always I was wrong :) Travis still only supports 1 Travis file per 1 repo.

nagarkar commented 5 years ago

can you label label it with 'help wanted' or 'good first issue' if appropriate?