Skip to content

Commit dad9556

Browse files
authored
Merge branch 'main' into better-error-message-for-failed-net-instr-downloads
2 parents bcb797f + dc9b260 commit dad9556

22 files changed

+17
-139
lines changed

.github/workflows/build-and-test.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,6 @@ on:
55
branches:
66
- main
77
pull_request:
8-
paths:
9-
- '.github/workflows/build-and-test.yml'
10-
- '.golangci.yml'
11-
- 'cmd/**'
12-
- 'internal/**'
13-
- 'packaging/bundle/**'
14-
- 'pkg/**'
15-
- 'tests/**'
16-
- 'Makefile'
17-
- 'Makefile.Common'
18-
- 'go.mod'
19-
- 'go.sum'
20-
- '!**.md'
21-
- '!packaging/**'
228
workflow_dispatch: # Allows manual execution of the workflow
239

2410
concurrency:

.github/workflows/darwin-test.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,6 @@ on:
55
branches:
66
- main
77
pull_request:
8-
paths:
9-
- '.github/workflows/darwin-test.yml'
10-
- 'cmd/**'
11-
- 'internal/**'
12-
- 'pkg/**'
13-
- 'tests/**'
14-
- 'Makefile'
15-
- 'Makefile.Common'
16-
- 'go.mod'
17-
- 'go.sum'
18-
- '!**.md'
19-
- '!packaging/**'
208

219
env:
2210
GO_VERSION: 1.23.8

.github/workflows/integration-test.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,6 @@ on:
55
branches:
66
- main
77
pull_request:
8-
paths:
9-
- '.github/workflows/integration-test.yml'
10-
- 'cmd/**'
11-
- 'docker/**'
12-
- 'internal/**'
13-
- 'packaging/bundle/**'
14-
- 'instrumentation/packaging/**'
15-
- 'pkg/**'
16-
- 'tests/**'
17-
- 'Makefile'
18-
- 'Makefile.Common'
19-
- 'go.mod'
20-
- 'go.sum'
21-
- 'packaging/jmx-metric-gatherer-release.txt'
22-
- '!**.md'
23-
- '!packaging/technical-addon/**'
248

259
concurrency:
2610
group: integration-test-${{ github.event.pull_request.number || github.ref }}

.github/workflows/windows-test.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,6 @@ on:
66
- main
77
pull_request:
88
paths:
9-
- '.github/workflows/windows-test.yml'
10-
- 'cmd/**'
11-
- 'internal/**'
12-
- 'pkg/**'
13-
- 'tests/**'
14-
- 'Makefile'
15-
- 'go.mod'
16-
- 'go.sum'
17-
- '!**.md'
18-
- '!packaging/**'
199

2010
env:
2111
GO_VERSION: 1.23.8
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v2.15.0
1+
v3.1.2

packaging/tests/deployments/salt/images/Dockerfile.deb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM ${DISTRO_IMAGE}
44
ARG DISTRO_IMAGE
55
ENV DEBIAN_FRONTEND=noninteractive
66
ENV SALT_VERSION=latest
7-
ENV NODE_VERSION=16.20.2
7+
ENV NODE_VERSION=18.20.8
88

99
RUN apt-get update && apt-get upgrade -y -o DPkg::Options::=--force-confold
1010
RUN apt-get install -y software-properties-common ca-certificates wget curl apt-transport-https python3-pip vim systemd procps

packaging/tests/deployments/salt/images/Dockerfile.rpm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ARG DISTRO_IMAGE
77
ARG PKG_MGR=dnf
88
ENV DEBIAN_FRONTEND=noninteractive
99
ENV SALT_VERSION=latest
10-
ENV NODE_VERSION=16.20.2
10+
ENV NODE_VERSION=18.20.8
1111
ENV container=docker
1212

1313
# config for centos

packaging/tests/images/deb/Dockerfile.ubuntu-bionic

Lines changed: 0 additions & 24 deletions
This file was deleted.

packaging/tests/instrumentation/images/deb/Dockerfile.debian-bookworm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ COPY --from=tomcat /opt/java /opt/java
2525
COPY instrumentation/setup-tomcat.sh /opt/
2626
RUN bash /opt/setup-tomcat.sh
2727

28-
ARG NODE_VERSION=v16
28+
ARG NODE_VERSION=v18
2929
COPY instrumentation/setup-express.sh /opt
3030
RUN bash /opt/setup-express.sh
3131

packaging/tests/instrumentation/images/deb/Dockerfile.debian-bullseye

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ COPY --from=tomcat /opt/java /opt/java
2525
COPY instrumentation/setup-tomcat.sh /opt/
2626
RUN bash /opt/setup-tomcat.sh
2727

28-
ARG NODE_VERSION=v16
28+
ARG NODE_VERSION=v18
2929
COPY instrumentation/setup-express.sh /opt
3030
RUN bash /opt/setup-express.sh
3131

0 commit comments

Comments
 (0)