upload_artifacts.sh is hard to manually test
- Langage dominant
- Java
- Étoiles
- 12.1k
- Forks
- 4k
- Merge moyen
- 2 j 17 h
- PR mergées (30 j)
- 37
Description
Currently it can only be run on Kokoro and only for tagged releases. @zpencer, has a kokoro job that lets him kick off a job against a private (fake) tagged release but this doesn't scale to more users and is slow as it requires building all dependent artifacts.
We need a way to be able to run the majority of the script from our workstations. This is generally not too hard with a little bit of reorganization, with the exception of gpg. While with gnupg 2.x we could leverage the gpg-agent to split kokoro-specific code out, there's not an easy way for gnupg 1.x. We either need to use something similar to the release key for testing or require gnupg 2.x. Since Kokoro is using Ubuntu 14.04 which has gnupg 1.x, we could use a docker container to get gnupg 2.x.
Guide de contribution
Ouvrir le guide de contribution
Piste de recherche
Commencez par upload_artifacts.sh et comparez ses hypothèses Kokoro-only avec le job Kokoro existant qui s’exécute contre une release privée marquée. Étudiez l’environnement GnuPG 1.x sur Ubuntu 14.04 ainsi que l’approche Docker proposée pour GnuPG 2.x. Le travail est considéré comme terminé lorsque la majeure partie du script peut être exécutée depuis un poste de travail sans compiler tous les artefacts dépendants, tout en conservant la prise en charge du comportement des releases.
Rédigé par le modèle d'indexation à partir du texte de l'issue.
Évaluation
- Stack technique
- docker, shell
- Domaine
- build-system, release
- Type d'issue
- Fonctionnalité
- Difficulté
- 4/5
- Temps estimé
- 3-5 jours
- Activité
- À l'abandon
- Clarté
- Plutôt claire
- Accessibilité débutants
- 30/100