Skip to content

Commit 5bb87f3

Browse files
committed
temp: use staging
1 parent c149262 commit 5bb87f3

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
tests:
1919
runs-on: ubuntu-latest
20-
steps:
20+
steps:
2121
- name: Checkout code
2222
uses: actions/checkout@v3
2323
with:
@@ -39,7 +39,7 @@ jobs:
3939
make -j
4040
4141
- name: Run tests
42-
run: |
42+
run: |
4343
cd core/build-tests
4444
GTEST_OUTPUT=json:test-results/ ctest
4545
@@ -57,7 +57,7 @@ jobs:
5757
- codspeed-mode: "instrumentation"
5858
runner: "ubuntu-latest"
5959
- codspeed-mode: "walltime"
60-
runner: "codspeed-macro"
60+
runner: "codspeed-macro-staging"
6161
- codspeed-mode: "off"
6262
runner: "ubuntu-latest"
6363
runs-on: ${{ matrix.runner }}
@@ -90,6 +90,7 @@ jobs:
9090
with:
9191
run: examples/google_benchmark_cmake/build/benchmark_example
9292
token: ${{ secrets.CODSPEED_TOKEN }}
93+
upload-url: https://api.staging.preview.codspeed.io/upload
9394

9495
bazel-integration-tests:
9596
strategy:
@@ -120,7 +121,7 @@ jobs:
120121
- name: Build and run benchmarks
121122
run: |
122123
bazel build //examples/google_benchmark_bazel:my_benchmark --//core:codspeed_mode=${{ matrix.codspeed-mode }}
123-
124+
124125
- name: Run the benchmarks
125126
uses: CodSpeedHQ/action@main
126127
if: matrix.codspeed-mode != 'off'
@@ -129,6 +130,7 @@ jobs:
129130
with:
130131
run: bazel run //examples/google_benchmark_bazel:my_benchmark --//core:codspeed_mode=${{ matrix.codspeed-mode }}
131132
token: ${{ secrets.CODSPEED_TOKEN }}
133+
upload-url: https://api.staging.preview.codspeed.io/upload
132134

133135
windows-cmake-build:
134136
strategy:

0 commit comments

Comments
 (0)