forked from opendatahub-io/data-science-pipelines
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Regenerate E2E test logs for release 0.8.0 (kubeflow#566)
* Regenerate E2E test logs for release 0.8.0 * Regerate "golden" log files * Regenerate "golden" logs after PR kubeflow#567 * Update list of ignored tests * Add cond_recur.yaml to list of ignored tests * Regenerate E2E logs after updating "golden" YAML files of unit tests * Regenerate E2E logs after enabling auto-strip EOF * Regenerate "golden" YAML for unit tests * Rename loop-static CRDs * Regenerate E2E logs, enable EOF stripping only for E2E test
- Loading branch information
Showing
74 changed files
with
105,906 additions
and
601 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,11 @@ | ||
time="2021-04-20T04:39:23Z" level=info msg="Starting to watch taskrun for 'task2,task3' and condition in gang-test/any-sequencer." | ||
time="2021-04-20T04:39:41Z" level=info msg="The TaskRun of flipcoin succeeded." | ||
|
||
|
||
|
||
[flipcoin : main] tails | ||
|
||
|
||
[any-test : main] time="2021-04-23T23:20:01Z" level=info msg="Starting to watch taskrun for 'task2,task3' and condition in kubeflow/any-sequencer." | ||
[any-test : main] time="2021-04-23T23:20:23Z" level=info msg="The TaskRun of flipcoin succeeded." | ||
[any-test : main] time="2021-04-23T23:20:23Z" level=info msg="The condition results_flipcoin_output == 'heads' for the task flipcoin does not meet." | ||
[any-test : main] time="2021-04-23T23:23:21Z" level=info msg="The TaskRun of task2 succeeded." | ||
|
28 changes: 28 additions & 0 deletions
28
sdk/python/tests/compiler/testdata/artifact_passing_using_volume.log
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
|
||
[producer : copy-artifacts] Added `storage` successfully. | ||
[producer : copy-artifacts] tekton/results/output-1 | ||
[producer : copy-artifacts] tar: removing leading '/' from member names | ||
[producer : copy-artifacts] `Output-1.tgz` -> `storage/mlpipeline/artifacts/artifact-passing-pipeline/producer/Output-1.tgz` | ||
[producer : copy-artifacts] Total: 0 B, Transferred: 121 B, Speed: 29 B/s | ||
[producer : copy-artifacts] tar: removing leading '/' from member names | ||
[producer : copy-artifacts] workspace/producer/producer-Output-2 | ||
[producer : copy-artifacts] `Output-2.tgz` -> `storage/mlpipeline/artifacts/artifact-passing-pipeline/producer/Output-2.tgz` | ||
[producer : copy-artifacts] Total: 0 B, Transferred: 144 B, Speed: 41 B/s | ||
|
||
|
||
[processor : copy-artifacts] Added `storage` successfully. | ||
[processor : copy-artifacts] tekton/results/output-1 | ||
[processor : copy-artifacts] tar: removing leading '/' from member names | ||
[processor : copy-artifacts] `Output-1.tgz` -> `storage/mlpipeline/artifacts/artifact-passing-pipeline/processor/Output-1.tgz` | ||
[processor : copy-artifacts] Total: 0 B, Transferred: 121 B, Speed: 39 B/s | ||
[processor : copy-artifacts] /tekton/scripts/script-1-b4jcg: line 17: workspaces.producer.path: not found | ||
[processor : copy-artifacts] tar: /producer-Output-2: No such file or directory | ||
[processor : copy-artifacts] tar: error exit delayed from previous errors | ||
[processor : copy-artifacts] `Output-2.tgz` -> `storage/mlpipeline/artifacts/artifact-passing-pipeline/processor/Output-2.tgz` | ||
[processor : copy-artifacts] Total: 0 B, Transferred: 29 B, Speed: 8 B/s | ||
[processor : copy-artifacts] /tekton/scripts/script-1-b4jcg: line 19: workspaces.producer.path: not found | ||
|
||
[consumer : main] Input parameter = Data 1 | ||
[consumer : main] Input artifact = | ||
[consumer : main] Data 2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.