diff --git a/tests/robustness/README.md b/tests/robustness/README.md index b07cef7ac..7859a6330 100644 --- a/tests/robustness/README.md +++ b/tests/robustness/README.md @@ -49,9 +49,13 @@ Errors in etcd model could be causing false positives, which makes the ability t logger.go:146: 2024-04-08T09:45:27.734+0200 INFO Saving robustness test report {"path": "/tmp/TestRobustnessExploratory_Etcd_HighTraffic_ClusterOfSize1"} ``` - * **For remote runs on CI:** you need to go to the Github Actions page, download one of the Artifacts, extract it locally. + * **For remote runs on CI:** you need to go to the [Prow Dashboard](https://prow.k8s.io/job-history/gs/kubernetes-jenkins/logs/ci-etcd-robustness-amd64), go to a build, download one of the Artifacts (`artifacts/results.zip`), and extract it locally. - ![github actions artifact](./github_actions_artifact.png) + ![Prow job run page](./prow_job.png) + + ![Prow job artifacts run page](./prow_job_artifacts_page.png) + + ![Prow job artifacts run page artifacts dir](./prow_job_artifacts_dir_page.png) Each directory will be prefixed by `TestRobustness` each containing a robustness test report. diff --git a/tests/robustness/github_actions_artifact.png b/tests/robustness/github_actions_artifact.png deleted file mode 100644 index 6212351c4..000000000 Binary files a/tests/robustness/github_actions_artifact.png and /dev/null differ diff --git a/tests/robustness/prow_job.png b/tests/robustness/prow_job.png new file mode 100644 index 000000000..367c0bb13 Binary files /dev/null and b/tests/robustness/prow_job.png differ diff --git a/tests/robustness/prow_job_artifacts_dir_page.png b/tests/robustness/prow_job_artifacts_dir_page.png new file mode 100644 index 000000000..4488e476b Binary files /dev/null and b/tests/robustness/prow_job_artifacts_dir_page.png differ diff --git a/tests/robustness/prow_job_artifacts_page.png b/tests/robustness/prow_job_artifacts_page.png new file mode 100644 index 000000000..3987e66ec Binary files /dev/null and b/tests/robustness/prow_job_artifacts_page.png differ