Merge pull request #12673 from matt-kwong/kokoro-perf-fix

Don't collect everything after running performance profiling jobs
pull/12678/head
Matt Kwong 7 years ago committed by GitHub
commit 986d32cabd
  1. 1
      tools/internal_ci/linux/grpc_performance_profile_daily.cfg
  2. 1
      tools/internal_ci/linux/grpc_performance_profile_master.cfg

@ -19,7 +19,6 @@ build_file: "grpc/tools/internal_ci/linux/grpc_performance_profile_daily.sh"
timeout_mins: 1440
action {
define_artifacts {
regex: "**"
regex: "github/grpc/reports/**"
}
}

@ -19,7 +19,6 @@ build_file: "grpc/tools/internal_ci/linux/grpc_performance_profile_master.sh"
timeout_mins: 600
action {
define_artifacts {
regex: "**"
regex: "github/grpc/reports/**"
}
}

Loading…
Cancel
Save