Skip to content

Commit

Permalink
RUM-483 use macos runner
Browse files Browse the repository at this point in the history
  • Loading branch information
xgouchet committed Jul 24, 2024
1 parent 1d52055 commit e2c2e42
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,24 @@ test-pyramid:single-fit-trace:
reports:
junit: "**/build/test-results/testReleaseUnitTest/*.xml"

test:instrumentation-mac:
tags: [ "macos:sonoma" ]
image: $CI_IMAGE_DOCKER
stage: test
timeout: 1h
script:
- echo "Hello macos?"
- uname -a

test:instrumentation-linux:
tags: [ "arch:amd64" ]
image: $CI_IMAGE_DOCKER
stage: test
timeout: 1h
script:
- echo "Hello linux?"
- uname -a

test-pyramid:publish-e2e-synthetics:
tags: [ "arch:amd64" ]
image: $CI_IMAGE_DOCKER
Expand Down

0 comments on commit e2c2e42

Please sign in to comment.