Skip to content

Commit

Permalink
ci: add build stage with oteltracing
Browse files Browse the repository at this point in the history
Signed-off-by: Prashanth Dintyala <[email protected]>
  • Loading branch information
saiprashanth173 committed Oct 31, 2024
1 parent 237af7f commit 70d5e59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ build:linux:
- AIS_BACKEND_PROVIDERS="aws azure gcp ht" MODE="debug" make node # Build with all backends (debug mode).
- MEM_PROFILE="/tmp/mem" CPU_PROFILE="/tmp/cpu" make node # Build with profile.
- TAGS="nethttp" make node # Build with net/http transport support (fasthttp is used by default).
- TAGS="oteltracing" make node # Build with oteltracing (disabled by default).
- make authn
- make cli
- make aisloader
Expand Down

0 comments on commit 70d5e59

Please sign in to comment.