We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e8b301 commit 7d0db56Copy full SHA for 7d0db56
.buildkite/pipeline.yml
@@ -58,7 +58,6 @@ steps:
58
machineType: "c2-standard-8"
59
60
- label: "Run go benchmark for ${BUILDKITE_PULL_REQUEST_BASE_BRANCH}"
61
- skip: true # FIXME: Temporarily disabled until mage is on main
62
key: "go-benchmark-base"
63
command: ".buildkite/scripts/run_benchmark.sh base"
64
env:
@@ -71,7 +70,6 @@ steps:
71
70
72
73
- label: "Compare results"
74
75
key: "go-benchmark-compare"
76
command: ".buildkite/scripts/run_benchmark.sh compare"
77
artifact_paths:
0 commit comments