提交 604bf4d4 编写于 作者: L liqingping

chore: rm image

上级 005d1309
......@@ -9,7 +9,7 @@ spec:
spec:
containers:
- name: di-container
image: diorchestrator/ding:v0.1.0-df39b81c
image: registry.sensetime.com/cloudnative4ai/ding:v0.1.0-75c41277
imagePullPolicy: Always
env:
- name: PYTHONUNBUFFERED
......
......@@ -19,7 +19,7 @@ spec:
spec:
containers:
- name: di-container
image: diorchestrator/ding:v0.1.0-df39b81c
image: registry.sensetime.com/cloudnative4ai/ding:v0.1.0-75c41277
imagePullPolicy: Always
env:
- name: PYTHONUNBUFFERED
......@@ -162,7 +162,7 @@ spec:
spec:
containers:
- name: di-container
image: diorchestrator/ding:v0.1.0-df39b81c
image: registry.sensetime.com/cloudnative4ai/ding:v0.1.0-75c41277
imagePullPolicy: Always
env:
- name: PYTHONUNBUFFERED
......@@ -189,7 +189,7 @@ spec:
spec:
containers:
- name: di-container
image: diorchestrator/ding:v0.1.0-df39b81c
image: registry.sensetime.com/cloudnative4ai/ding:v0.1.0-75c41277
imagePullPolicy: Always
env:
- name: PYTHONUNBUFFERED
......
......@@ -19,7 +19,7 @@ spec:
spec:
containers:
- name: di-container
image: diorchestrator/ding:v0.1.0-df39b81c
image: registry.sensetime.com/cloudnative4ai/ding:v0.1.0-75c41277
imagePullPolicy: Always
env:
- name: PYTHONUNBUFFERED
......@@ -170,7 +170,7 @@ spec:
spec:
containers:
- name: di-container
image: diorchestrator/ding:v0.1.0-df39b81c
image: registry.sensetime.com/cloudnative4ai/ding:v0.1.0-75c41277
imagePullPolicy: Always
env:
- name: PYTHONUNBUFFERED
......@@ -200,7 +200,7 @@ spec:
spec:
containers:
- name: di-container
image: diorchestrator/ding:v0.1.0-df39b81c
image: registry.sensetime.com/cloudnative4ai/ding:v0.1.0-75c41277
imagePullPolicy: Always
env:
- name: PYTHONUNBUFFERED
......
......@@ -32,7 +32,7 @@ const (
interval = 3 * time.Second
)
var _ = Describe("E2E test for nerveX", func() {
var _ = Describe("E2E test for DI-engine", func() {
Context("When DIJob meets network exception", func() {
It("Should reconnect after each module is available again", func() {
testCases := []string{"coordinator", "collector", "learner", "aggregator", "ddp-learner"}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册