Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/macos_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Download Release Assets
run: |
export PROTON_VERSION=$TAG
export PROBE_VERSION=v0.1.13
export PROBE_VERSION=v0.1.15
cd $GITHUB_WORKSPACE/tests/cluster/deployment/legacy/
echo ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }} >> GH_PERSONAL_ACCESS_TOKEN
gh auth login --with-token < GH_PERSONAL_ACCESS_TOKEN
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/manual_trigger_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -689,7 +689,7 @@ jobs:
- name: Download Release Assets
run: |
export PROTON_VERSION=$TAG
export PROBE_VERSION=v0.1.13
export PROBE_VERSION=v0.1.15
cd $GITHUB_WORKSPACE/tests/cluster/deployment/legacy/
echo ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }} >> GH_PERSONAL_ACCESS_TOKEN
gh auth login --with-token < GH_PERSONAL_ACCESS_TOKEN
Expand Down
2 changes: 1 addition & 1 deletion tests/cluster/deployment/docker-compose-p1k1.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
probe:
image: timeplus/probe:0.1.13
image: timeplus/probe:0.1.15
container_name: ${CONTAINER_NAME_PREFIX}_p1k1_probe
stdin_open: true
environment:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
probe:
image: timeplus/probe:0.1.13
image: timeplus/probe:0.1.15
container_name: p1s1_probe
stdin_open: true
volumes:
Expand Down
2 changes: 1 addition & 1 deletion tests/cluster/deployment/docker-compose-p3k1-perf.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
probe:
image: timeplus/probe:0.1.13
image: timeplus/probe:0.1.15
container_name: ${CONTAINER_NAME_PREFIX}_p3k1_probe
stdin_open: true
environment:
Expand Down
2 changes: 1 addition & 1 deletion tests/cluster/deployment/docker-compose-p3k1.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
probe:
image: timeplus/probe:0.1.13
image: timeplus/probe:0.1.15
container_name: ${CONTAINER_NAME_PREFIX}_p3k1_probe
stdin_open: true
environment:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
probe:
image: timeplus/probe:0.1.13
image: timeplus/probe:0.1.15
container_name: p3s1_probe
stdin_open: true
volumes:
Expand Down
2 changes: 1 addition & 1 deletion tests/cluster/deployment/docker-compose-probe.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3.7"
services:
probe:
image: timeplus/probe:0.1.13
image: timeplus/probe:0.1.15
network_mode: "host"
container_name: probe
stdin_open: true
Expand Down
2 changes: 1 addition & 1 deletion tests/stream/test_compatibility/docker-compose-p1k1.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3.7"
services:
probe:
image: timeplus/probe:0.1.13
image: timeplus/probe:0.1.15
container_name: p1k1_probe
stdin_open: true
environment:
Expand Down
2 changes: 1 addition & 1 deletion tests/stream/test_compatibility/docker-compose-p3k1.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3.7"
services:
probe:
image: timeplus/probe:0.1.13
image: timeplus/probe:0.1.15
container_name: p3k1_probe
stdin_open: true
environment:
Expand Down
Loading