File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ func (s *PipelineApiTest) TestPipelineAPI() {
140
140
pipelineURL := "https://github.com/kubeflow/pipelines/raw/refs/heads/master/backend/test/v2/resources/arguments.pipeline.zip"
141
141
142
142
if pullNumber := os .Getenv ("PULL_NUMBER" ); pullNumber != "" {
143
- pipelineURL = fmt .Sprintf ("https://raw.githubusercontent.com/kubeflow/ pipelines/pull/%s/head/backend/test/v2/resources/arguments.pipeline.zip" , pullNumber )
143
+ pipelineURL = fmt .Sprintf ("https://raw.githubusercontent.com/opendatahub-io/data-science- pipelines/pull/%s/head/backend/test/v2/resources/arguments.pipeline.zip" , pullNumber )
144
144
}
145
145
146
146
time .Sleep (1 * time .Second )
Original file line number Diff line number Diff line change @@ -174,7 +174,7 @@ func (s *PipelineVersionApiTest) TestArgoSpec() {
174
174
pipelineURL := "https://github.com/kubeflow/pipelines/raw/refs/heads/master/backend/test/resources/arguments.pipeline.zip"
175
175
176
176
if pullNumber := os .Getenv ("PULL_NUMBER" ); pullNumber != "" {
177
- pipelineURL = fmt .Sprintf ("https://raw.githubusercontent.com/kubeflow/ pipelines/pull/%s/head/backend/test/resources/arguments.pipeline.zip" , pullNumber )
177
+ pipelineURL = fmt .Sprintf ("https://raw.githubusercontent.com/opendatahub-io/data-science- pipelines/pull/%s/head/backend/test/resources/arguments.pipeline.zip" , pullNumber )
178
178
}
179
179
180
180
argumentUrlPipelineVersion , err := s .pipelineClient .CreatePipelineVersion (& params.PipelineServiceCreatePipelineVersionV1Params {
Original file line number Diff line number Diff line change @@ -289,7 +289,7 @@ func (s *UpgradeTests) PreparePipelines() {
289
289
pipelineURL := "https://github.com/kubeflow/pipelines/raw/refs/heads/master/backend/test/v2/resources/arguments.pipeline.zip"
290
290
291
291
if pullNumber := os .Getenv ("PULL_NUMBER" ); pullNumber != "" {
292
- pipelineURL = fmt .Sprintf ("https://raw.githubusercontent.com/kubeflow/ pipelines/pull/%s/head/backend/test/v2/resources/arguments.pipeline.zip" , pullNumber )
292
+ pipelineURL = fmt .Sprintf ("https://raw.githubusercontent.com/opendatahub-io/data-science- pipelines/pull/%s/head/backend/test/v2/resources/arguments.pipeline.zip" , pullNumber )
293
293
}
294
294
295
295
time .Sleep (1 * time .Second )
Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ func (s *PipelineApiTest) TestPipelineAPI() {
156
156
pipelineURL := "https://github.com/kubeflow/pipelines/raw/refs/heads/master/backend/test/v2/resources/arguments.pipeline.zip"
157
157
158
158
if pullNumber := os .Getenv ("PULL_NUMBER" ); pullNumber != "" {
159
- pipelineURL = fmt .Sprintf ("https://raw.githubusercontent.com/kubeflow/ pipelines/pull/%s/head/backend/test/v2/resources/arguments.pipeline.zip" , pullNumber )
159
+ pipelineURL = fmt .Sprintf ("https://raw.githubusercontent.com/opendatahub-io/data-science- pipelines/pull/%s/head/backend/test/v2/resources/arguments.pipeline.zip" , pullNumber )
160
160
}
161
161
162
162
time .Sleep (1 * time .Second )
Original file line number Diff line number Diff line change @@ -160,7 +160,7 @@ func (s *PipelineVersionApiTest) TestPipelineSpec() {
160
160
pipelineURL := "https://github.com/kubeflow/pipelines/raw/refs/heads/master/backend/test/v2/resources/arguments.pipeline.zip"
161
161
162
162
if pullNumber := os .Getenv ("PULL_NUMBER" ); pullNumber != "" {
163
- pipelineURL = fmt .Sprintf ("https://raw.githubusercontent.com/kubeflow/ pipelines/pull/%s/head/backend/test/v2/resources/arguments.pipeline.zip" , pullNumber )
163
+ pipelineURL = fmt .Sprintf ("https://raw.githubusercontent.com/opendatahub-io/data-science- pipelines/pull/%s/head/backend/test/v2/resources/arguments.pipeline.zip" , pullNumber )
164
164
}
165
165
166
166
time .Sleep (1 * time .Second )
Original file line number Diff line number Diff line change @@ -297,7 +297,7 @@ func (s *UpgradeTests) PreparePipelines() {
297
297
pipelineURL := "https://github.com/kubeflow/pipelines/raw/refs/heads/master/backend/test/v2/resources/arguments.pipeline.zip"
298
298
299
299
if pullNumber := os .Getenv ("PULL_NUMBER" ); pullNumber != "" {
300
- pipelineURL = fmt .Sprintf ("https://raw.githubusercontent.com/kubeflow/ pipelines/pull/%s/head/backend/test/v2/resources/arguments.pipeline.zip" , pullNumber )
300
+ pipelineURL = fmt .Sprintf ("https://raw.githubusercontent.com/opendatahub-io/data-science- pipelines/pull/%s/head/backend/test/v2/resources/arguments.pipeline.zip" , pullNumber )
301
301
}
302
302
303
303
time .Sleep (1 * time .Second )
You can’t perform that action at this time.
0 commit comments