Skip to content

Commit

Permalink
Switch e2e image repo to ghcr (#444)
Browse files Browse the repository at this point in the history
  • Loading branch information
hanahmily authored May 9, 2024
1 parent a091ac0 commit 5eb5486
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion test/docker/base-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ services:

oap:
# TODO: use the main repo image once v0.6.0 is released and merged into the main repo
image: "docker.io/hanahmily/oap:${SW_OAP_COMMIT}"
image: "ghcr.io/apache/skywalking/oap:${SW_OAP_COMMIT}"
expose:
- 11800
- 12800
Expand Down
2 changes: 1 addition & 1 deletion test/e2e-v2/script/env
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ SW_KUBERNETES_COMMIT_SHA=3eb9fc8235fd3a773650d1f08adfccfd5d0745fc
SW_ROVER_COMMIT=fc8d074c6d34ecfee585a7097cbd5aef1ca680a5
SW_CTL_COMMIT=d5f3597733aa5217373986d776a3ee5ee8b3c468

SW_OAP_COMMIT=ec43d99ead86c7a4d3a7cd8083828471cfb81dbc
SW_OAP_COMMIT=28bf55219f2cc6d6be58e50b92983e57cd42a97e
SW_AGENT_E2E_SERVICE_PROVIDER_COMMIT=cc7a2c9e97fd2c421adbe3e9c471688459a446d9
2 changes: 1 addition & 1 deletion test/stress/classic/env
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ SW_KUBERNETES_COMMIT_SHA=3eb9fc8235fd3a773650d1f08adfccfd5d0745fc
SW_ROVER_COMMIT=fc8d074c6d34ecfee585a7097cbd5aef1ca680a5
SW_CTL_COMMIT=d5f3597733aa5217373986d776a3ee5ee8b3c468

SW_OAP_COMMIT=ec43d99ead86c7a4d3a7cd8083828471cfb81dbc
SW_OAP_COMMIT=28bf55219f2cc6d6be58e50b92983e57cd42a97e
SW_AGENT_E2E_SERVICE_PROVIDER_COMMIT=cc7a2c9e97fd2c421adbe3e9c471688459a446d9

VUS=10
2 changes: 1 addition & 1 deletion test/stress/classic/env.dev
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ SW_KUBERNETES_COMMIT_SHA=3eb9fc8235fd3a773650d1f08adfccfd5d0745fc
SW_ROVER_COMMIT=fc8d074c6d34ecfee585a7097cbd5aef1ca680a5
SW_CTL_COMMIT=d5f3597733aa5217373986d776a3ee5ee8b3c468

SW_OAP_COMMIT=ec43d99ead86c7a4d3a7cd8083828471cfb81dbc
SW_OAP_COMMIT=28bf55219f2cc6d6be58e50b92983e57cd42a97e
SW_AGENT_E2E_SERVICE_PROVIDER_COMMIT=cc7a2c9e97fd2c421adbe3e9c471688459a446d9

VUS=1
2 changes: 1 addition & 1 deletion test/stress/trace/docker-compose-cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ services:
file: ../../docker/base-compose.yml
service: oap
# TODO: use the main repo image once v0.6.0 is released and merged into the main repo
image: "docker.io/hanahmily/data-generator:${SW_OAP_COMMIT}"
image: "ghcr.io/apache/skywalking/data-generator:${SW_OAP_COMMIT}"
environment:
SW_STORAGE: banyandb
SW_STORAGE_BANYANDB_TARGETS: "liaison:17912"
Expand Down
2 changes: 1 addition & 1 deletion test/stress/trace/docker-compose-single.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ services:
file: ../../docker/base-compose.yml
service: oap
# TODO: use the main repo image once v0.6.0 is released and merged into the main repo
image: "docker.io/hanahmily/data-generator:${SW_OAP_COMMIT}"
image: "ghcr.io/apache/skywalking/data-generator:${SW_OAP_COMMIT}"
environment:
SW_STORAGE: banyandb
SW_STORAGE_BANYANDB_FLUSH_INTERVAL: 5
Expand Down
2 changes: 1 addition & 1 deletion test/stress/trace/env
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
# limitations under the License.


SW_OAP_COMMIT=b698e7f13a9c62db9ab652a6cf76aeb745d2c38f
SW_OAP_COMMIT=28bf55219f2cc6d6be58e50b92983e57cd42a97e

0 comments on commit 5eb5486

Please sign in to comment.