File tree 3 files changed +4
-4
lines changed
examples/language-sdk-instrumentation/golang-push/rideshare-alloy
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ concurrency:
13
13
14
14
jobs :
15
15
test :
16
- runs-on : ubuntu-latest
16
+ runs-on : github-hosted- ubuntu-x64-large
17
17
steps :
18
18
- name : Checkout code
19
19
uses : actions/checkout@v4
Original file line number Diff line number Diff line change 92
92
.PHONY : examples/test
93
93
examples/test : RUN := .*
94
94
examples/test : $(BIN ) /gotestsum
95
- $(BIN ) /gotestsum --format testname -- --count 1 --timeout 1h --tags examples -run " $( RUN) " ./examples
95
+ $(BIN ) /gotestsum --format testname --rerun-fails=2 --packages ./examples -- -- count 1 --parallel 2 -- timeout 1h --tags examples -run " $( RUN) "
96
96
97
97
.PHONY : build
98
98
build : frontend/build go/bin # # Do a production build (requiring the frontend build to be present)
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ services:
27
27
context : .
28
28
29
29
alloy :
30
- image : simonswine /alloy:content-type-only
30
+ image : grafana /alloy:latest
31
31
command :
32
32
- run
33
33
- /etc/alloy/config.alloy
@@ -39,7 +39,7 @@ services:
39
39
- " 12345:12345"
40
40
41
41
pyroscope :
42
- image : grafana/pyroscope:weekly-f110-32faf96b1
42
+ image : grafana/pyroscope:latest
43
43
ports :
44
44
- 4040:4040
45
45
You can’t perform that action at this time.
0 commit comments