Skip to content

Commit 313c3d3

Browse files
committed
Fix more paths
1 parent 291a69b commit 313c3d3

File tree

26 files changed

+38
-38
lines changed

26 files changed

+38
-38
lines changed

.github/renovate.json5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
},
2828
{
2929
"description": "Disable Go 1.17 testserver updates",
30-
"matchFileNames": ["test/integration/components/testserver_1.17/Dockerfile"],
30+
"matchFileNames": ["internal/test/integration/components/testserver_1.17"],
3131
"matchDatasources": ["docker"],
3232
"matchPackageNames": ["golang"],
3333
"enabled": false

.github/workflows/ghcr_publish_testing_images.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -96,68 +96,68 @@ jobs:
9696
labels: ${{ steps.meta.outputs.labels }}
9797
tag-version: ${{ steps.image_tag.outputs.imgtag }}
9898
tag-id: rust
99-
file: test/integration/components/rusttestserver/Dockerfile
99+
file: internal/test/integration/components/rusttestserver/Dockerfile/rusttestserver/Dockerfile
100100

101101
- name: rust-ssl
102102
uses: ./.github/actions/integration-test-image-build
103103
with:
104104
labels: ${{ steps.meta.outputs.labels }}
105105
tag-version: ${{ steps.image_tag.outputs.imgtag }}
106106
tag-id: rust-ssl
107-
file: test/integration/components/rustssltestserver/Dockerfile
107+
file: internal/test/integration/components/rusttestserver/Dockerfile/rustssltestserver/Dockerfile
108108

109109
- name: rails
110110
uses: ./.github/actions/integration-test-image-build
111111
with:
112112
labels: ${{ steps.meta.outputs.labels }}
113113
tag-version: ${{ steps.image_tag.outputs.imgtag }}
114114
tag-id: rails
115-
file: test/integration/components/rubytestserver/testapi/Dockerfile
115+
file: internal/test/integration/components/rusttestserver/Dockerfile/rubytestserver/testapi/Dockerfile
116116

117117
- name: rails-ssl
118118
uses: ./.github/actions/integration-test-image-build
119119
with:
120120
labels: ${{ steps.meta.outputs.labels }}
121121
tag-version: ${{ steps.image_tag.outputs.imgtag }}
122122
tag-id: rails-ssl
123-
file: test/integration/components/rubytestserver/testapi/Dockerfile_tls
123+
file: internal/test/integration/components/rusttestserver/Dockerfile/rubytestserver/testapi/Dockerfile_tls
124124

125125
- name: java-jar
126126
uses: ./.github/actions/integration-test-image-build
127127
with:
128128
labels: ${{ steps.meta.outputs.labels }}
129129
tag-version: ${{ steps.image_tag.outputs.imgtag }}
130130
tag-id: java-jar
131-
file: test/integration/components/javatestserver/Dockerfile_jar
131+
file: internal/test/integration/components/rusttestserver/Dockerfile/javatestserver/Dockerfile_jar
132132

133133
- name: java-native
134134
uses: ./.github/actions/integration-test-image-build
135135
with:
136136
labels: ${{ steps.meta.outputs.labels }}
137137
tag-version: ${{ steps.image_tag.outputs.imgtag }}
138138
tag-id: java-native
139-
file: test/integration/components/javatestserver/Dockerfile
139+
file: internal/test/integration/components/rusttestserver/Dockerfile/javatestserver/Dockerfile
140140

141141
- name: node
142142
uses: ./.github/actions/integration-test-image-build
143143
with:
144144
labels: ${{ steps.meta.outputs.labels }}
145145
tag-version: ${{ steps.image_tag.outputs.imgtag }}
146146
tag-id: node
147-
file: test/integration/components/nodejsserver/Dockerfile
147+
file: internal/test/integration/components/rusttestserver/Dockerfile/nodejsserver/Dockerfile
148148

149149
- name: go
150150
uses: ./.github/actions/integration-test-image-build
151151
with:
152152
labels: ${{ steps.meta.outputs.labels }}
153153
tag-version: ${{ steps.image_tag.outputs.imgtag }}
154154
tag-id: go
155-
file: test/integration/components/testserver/Dockerfile
155+
file: internal/test/integration/components/rusttestserver/Dockerfile/testserver/Dockerfile
156156

157157
- name: python
158158
uses: ./.github/actions/integration-test-image-build
159159
with:
160160
labels: ${{ steps.meta.outputs.labels }}
161161
tag-version: ${{ steps.image_tag.outputs.imgtag }}
162162
tag-id: python
163-
file: test/integration/components/pythonserver/Dockerfile
163+
file: internal/test/integration/components/rusttestserver/Dockerfile/pythonserver/Dockerfile

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ make oats-test
2727

2828
, or all the above tasks. Each integration test target can take up to 50 minutes to complete, but you can
2929
use standard `go` command-line tooling to individually run each integration test suite under
30-
the [test/integration](./internal/test/integration) and [test/integration/k8s](./internal/test/integration/k8s) folder.
30+
the [internal/test/integration](./internal/test/integration) and [internal/test/integration/k8s](./internal/test/integration/k8s) folder.
3131

3232
## Contributing
3333

internal/test/integration/components/go_grpc_server_mux/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module go.opentelemetry.io/obi/test/integration/components/go_grpc_server_mux
1+
module go.opentelemetry.io/obi/internal/test/integration/components/go_grpc_server_mux
22

33
go 1.25.0
44

internal/test/integration/components/go_otel/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module go.opentelemetry.io/obi/test/integration/components/go_otel
1+
module go.opentelemetry.io/obi/internal/test/integration/components/go_otel
22

33
go 1.25.0
44

internal/test/integration/components/go_otel_grpc/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module go.opentelemetry.io/obi/test/integration/components/go_otel_grpc
1+
module go.opentelemetry.io/obi/internal/test/integration/components/go_otel_grpc
22

33
go 1.25.0
44

internal/test/integration/components/gohttp2/client/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module go.opentelemetry.io/obi/test/integration/components/go_http2/client
1+
module go.opentelemetry.io/obi/internal/test/integration/components/go_http2/client
22

33
go 1.25.0
44

internal/test/integration/components/gohttp2/server/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module go.opentelemetry.io/obi/test/integration/components/go_http2/server
1+
module go.opentelemetry.io/obi/internal/test/integration/components/go_http2/server
22

33
go 1.25.0
44

internal/test/integration/components/gokafka-seg/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module go.opentelemetry.io/obi/test/integration/components/gokafka-seg
1+
module go.opentelemetry.io/obi/internal/test/integration/components/gokafka-seg
22

33
go 1.25.0
44

internal/test/integration/components/gokafka/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module go.opentelemetry.io/obi/test/integration/components/gokafka
1+
module go.opentelemetry.io/obi/internal/test/integration/components/gokafka
22

33
go 1.25.0
44

0 commit comments

Comments
 (0)