You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This syntax can be used https://stackoverflow.com/a/63822945 to conditionally do something depending on the push path in the PR. This way, we could make the GH workflow only build the containers that have been changed in the PR, and pull the remaining containers from the latest release on Docker Hub (similarly to how we do integ tests in rucio/rucio)
Regarding the conditional container building depending on where the changes in the PR are - we can initially add the GH action to build all containers for a PR, and then later on optimize it so that it only builds the containers affected by the changes
for PRs in rucio/containers, we could pull rucio/rucio:master and run the integ tests with the changes in the PR, to catch possible errors in advance
The text was updated successfully, but these errors were encountered: