|
8 | 8 | TEST_TAG: public.ecr.aws/aws-observability/adot-autoinstrumentation-java:test |
9 | 9 |
|
10 | 10 | jobs: |
11 | | - testpatch: |
12 | | - name: Test patches applied to dependencies |
13 | | - runs-on: aws-otel-java-instrumentation_ubuntu-latest_32-core |
14 | | - steps: |
15 | | - - uses: actions/checkout@v4 |
16 | | - |
17 | | - - uses: actions/setup-java@v4 |
18 | | - with: |
19 | | - java-version: 21 |
20 | | - distribution: temurin |
21 | | - # vaadin 14 tests fail with node 18 |
22 | | - - name: Set up Node |
23 | | - uses: actions/setup-node@v4 |
24 | | - with: |
25 | | - node-version: 16 |
26 | | - |
27 | | - # vaadin tests use pnpm |
28 | | - - name: Cache pnpm modules |
29 | | - uses: actions/cache@v3 |
30 | | - with: |
31 | | - path: ~/.pnpm-store |
32 | | - key: ${{ runner.os }}-test-cache-pnpm-modules |
33 | | - |
34 | | - - uses: gradle/wrapper-validation-action@v1 |
35 | | - |
36 | | - - uses: ./.github/actions/patch-dependencies |
37 | | - with: |
38 | | - run_tests: "true" |
39 | | - |
| 11 | +# testpatch: |
| 12 | +# name: Test patches applied to dependencies |
| 13 | +# runs-on: aws-otel-java-instrumentation_ubuntu-latest_32-core |
| 14 | +# steps: |
| 15 | +# - uses: actions/checkout@v4 |
| 16 | +# |
| 17 | +# - uses: actions/setup-java@v4 |
| 18 | +# with: |
| 19 | +# java-version: 21 |
| 20 | +# distribution: temurin |
| 21 | +# # vaadin 14 tests fail with node 18 |
| 22 | +# - name: Set up Node |
| 23 | +# uses: actions/setup-node@v4 |
| 24 | +# with: |
| 25 | +# node-version: 16 |
| 26 | +# |
| 27 | +# # vaadin tests use pnpm |
| 28 | +# - name: Cache pnpm modules |
| 29 | +# uses: actions/cache@v3 |
| 30 | +# with: |
| 31 | +# path: ~/.pnpm-store |
| 32 | +# key: ${{ runner.os }}-test-cache-pnpm-modules |
| 33 | +# |
| 34 | +# - uses: gradle/wrapper-validation-action@v1 |
| 35 | +# |
| 36 | +# - uses: ./.github/actions/patch-dependencies |
| 37 | +# with: |
| 38 | +# run_tests: "true" |
| 39 | +# |
40 | 40 | build: |
41 | 41 | name: Build on ${{ matrix.os }} |
42 | 42 | runs-on: ${{ matrix.os }} |
|
71 | 71 | ~/.m2/repository/io/opentelemetry/ |
72 | 72 | key: ${{ runner.os }}-maven-local-${{ hashFiles('.github/patches/opentelemetry-java*.patch') }} |
73 | 73 |
|
74 | | - - name: Publish patched dependencies to maven local |
75 | | - uses: ./.github/actions/patch-dependencies |
76 | | - if: ${{ matrix.os != 'windows-latest' }} # Skip patch on windows as it is not possible to build opentelemetry-java on windows |
| 74 | +# - name: Publish patched dependencies to maven local |
| 75 | +# uses: ./.github/actions/patch-dependencies |
| 76 | +# if: ${{ matrix.os != 'windows-latest' }} # Skip patch on windows as it is not possible to build opentelemetry-java on windows |
77 | 77 |
|
78 | 78 | - name: Build with Gradle with Integration tests |
79 | 79 | uses: gradle/gradle-build-action@v3 |
|
0 commit comments