mozilla / translations

The code, training pipeline, and models that power Firefox Translations
https://mozilla.github.io/translations/
Mozilla Public License 2.0
154 stars 33 forks source link

production and staging repositories share caches #795

Open bhearsum opened 2 months ago

bhearsum commented 2 months ago

We have cache routes such as index.translations.cache.level-1.docker-images.v2.base.hash.95a23d43349817dd502f0ec8679f3a4c56b248e3c1539d920f54298e2296f23b for various tasks. Nothing in this routes differs between this repository and https://github.com/mozilla-releng/staging-firefox-translations-training, which means that things done in staging can affect this repository. translations here is the "trust domain", which is one thing that could potentially differ. "level-1" is another thing that will differ after #375 is fixed. This is how we deal with this issue in other repositories, so I think most likely this will be fixed by #375.