common.cfg 935 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. # Format: //devtools/kokoro/config/proto/build.proto
  2. # Build logs will be here
  3. action {
  4. define_artifacts {
  5. regex: "**/*sponge_log.xml"
  6. }
  7. }
  8. # Download trampoline resources.
  9. gfile_resources: "/bigstore/cloud-devrel-kokoro-resources/trampoline"
  10. # Use the trampoline script to run in docker.
  11. build_file: "protobuf/kokoro/docs/trampoline.sh"
  12. # Configure the docker image for kokoro-trampoline.
  13. env_vars: {
  14. key: "TRAMPOLINE_IMAGE"
  15. value: "gcr.io/cloud-devrel-kokoro-resources/python-multi"
  16. }
  17. env_vars: {
  18. key: "STAGING_BUCKET"
  19. value: "docs-staging"
  20. }
  21. # Fetch the token needed for reporting release status to GitHub
  22. before_action {
  23. fetch_keystore {
  24. keystore_resource {
  25. keystore_config_id: 73713
  26. keyname: "yoshi-automation-github-key"
  27. }
  28. }
  29. }
  30. before_action {
  31. fetch_keystore {
  32. keystore_resource {
  33. keystore_config_id: 73713
  34. keyname: "docuploader_service_account"
  35. }
  36. }
  37. }