Skip to content

Commit

Permalink
Merge pull request #2028 from DataDog/maxep/fix/benchmark-upload
Browse files Browse the repository at this point in the history
fix: Benchmark Upload
  • Loading branch information
maxep authored Aug 29, 2024
2 parents e5a7b3e + 0b8f312 commit b2086fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,7 @@ Benchmark Test (upload to s8s):
stage: benchmark-test
rules:
- if: '$CI_COMMIT_BRANCH == $DEVELOP_BRANCH'
allow_failure: true
artifacts:
paths:
- artifacts
Expand Down
4 changes: 2 additions & 2 deletions BenchmarkTests/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ endif
build:
@$(ECHO_SUBTITLE2) "make build"
set -eo pipefail; \
OTEL_SWIFT=1 xcodebuild \
DD_BENCHMARK=1 OTEL_SWIFT=1 xcodebuild \
-project BenchmarkTests.xcodeproj \
-scheme Runner \
-sdk iphonesimulator \
Expand All @@ -31,7 +31,7 @@ archive:
@$(ECHO_SUBTITLE2) "make archive VERSION='$(VERSION)'"
@xcrun agvtool new-version "$(VERSION)"
set -eo pipefail; \
BENCHMARK=1 OTEL_SWIFT=1 xcodebuild \
DD_BENCHMARK=1 OTEL_SWIFT=1 xcodebuild \
-project BenchmarkTests.xcodeproj \
-scheme Runner \
-sdk iphoneos \
Expand Down

0 comments on commit b2086fa

Please sign in to comment.