Skip to content

Commit

Permalink
Upgrade CI to opentelemetry-cpp 1.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marcalff committed Apr 21, 2024
1 parent c2e7aa6 commit 6346994
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/boost_log.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
uses: actions/checkout@v3
with:
repository: "open-telemetry/opentelemetry-cpp"
ref: "v1.14.2"
ref: "v1.15.0"
path: "opentelemetry-cpp"
submodules: "recursive"
- name: setup dependencies
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/geneva_metrics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: actions/checkout@v3
with:
repository: "open-telemetry/opentelemetry-cpp"
ref: "v1.11.0"
ref: "v1.15.0"
path: "otel_cpp"
submodules: "recursive"
- name: setup
Expand All @@ -34,7 +34,7 @@ jobs:
ca-certificates wget git valgrind lcov
- name: run tests
run: |
sudo $GITHUB_WORKSPACE/otel_cpp/ci/setup_cmake.sh
sudo $GITHUB_WORKSPACE/otel_cpp/ci/setup_googletest.sh
mkdir -p "$GITHUB_WORKSPACE/otel_cpp/build"
cd "$GITHUB_WORKSPACE/otel_cpp/build"
cmake .. -DOPENTELEMETRY_INSTALL=ON
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/glog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
uses: actions/checkout@v3
with:
repository: "open-telemetry/opentelemetry-cpp"
ref: "v1.14.2"
ref: "v1.15.0"
path: "opentelemetry-cpp"
submodules: "recursive"
- name: setup dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/log4cxx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
uses: actions/checkout@v3
with:
repository: "open-telemetry/opentelemetry-cpp"
ref: "v1.14.2"
ref: "v1.15.0"
path: "opentelemetry-cpp"
submodules: "recursive"
- name: setup dependencies
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/prometheus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
uses: actions/checkout@v3
with:
repository: "open-telemetry/opentelemetry-cpp"
ref: "v1.11.0"
ref: "v1.15.0"
path: "otel_cpp"
submodules: "recursive"
- name: run tests
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
uses: actions/checkout@v3
with:
repository: "open-telemetry/opentelemetry-cpp"
ref: "v1.11.0"
ref: "v1.15.0"
path: "otel_cpp"
submodules: "recursive"
- name: setup
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/spdlog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: actions/checkout@v3
with:
repository: "open-telemetry/opentelemetry-cpp"
ref: "v1.14.2"
ref: "v1.15.0"
path: "opentelemetry-cpp"
submodules: "recursive"
- name: setup dependencies
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/user_events.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: actions/checkout@v3
with:
repository: "open-telemetry/opentelemetry-cpp"
ref: "v1.14.2"
ref: "v1.15.0"
path: "opentelemetry-cpp"
submodules: "recursive"
- name: setup dependencies
Expand All @@ -47,9 +47,9 @@ jobs:
- name: run tests
run: |
sudo $GITHUB_WORKSPACE/opentelemetry-cpp/ci/setup_cmake.sh
sudo $GITHUB_WORKSPACE/opentelemetry-cpp/ci/setup_googletest.sh
mkdir -p "$GITHUB_WORKSPACE/opentelemetry-cpp/build"
cd "$GITHUB_WORKSPACE/opentelemetry-cpp/build"
cmake .. -G Ninja -D OPENTELEMETRY_EXTERNAL_COMPONENT_PATH=$GITHUB_WORKSPACE/opentelemetry-cpp-contrib/exporters/user_events -D WITH_OTLP_HTTP=ON
cmake --build . -j$(nproc)
ctest -j1 --output-on-failure
ctest -j1 --output-on-failure

0 comments on commit 6346994

Please sign in to comment.