-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add trailing 0 to Happy path tests screencast png's #14292
Conversation
Signed-off-by: Dmytro Nochevnov <dnochevn@redhat.com>
db6cb7a
to
8e8ef37
Compare
E2E Happy path tests of Eclipse Che Single User on K8S (minikube v1.1.1) has been successful:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I like this change.
Just for curiosity, is it planned to have that animated gif as a part of the report? |
Results of automated E2E tests of Eclipse Che Multiuser on OCP: |
Signed-off-by: Dmytro Nochevnov <dnochevn@redhat.com>
E2E Happy path tests of Eclipse Che Single User on K8S (minikube v1.1.1) has been successful:
|
E2E Happy path tests of Eclipse Che Single User on K8S (minikube v1.1.1) has failed:
|
E2E Happy path tests of Eclipse Che Single User on K8S (minikube v1.1.1) has failed:
|
E2E Happy path tests of Eclipse Che Single User on K8S (minikube v1.1.1) has failed:
|
E2E Happy path tests of Eclipse Che Single User on K8S (minikube v1.1.1) has failed:
|
Results of automated E2E tests of Eclipse Che Multiuser on OCP: |
Signed-off-by: Dmytro Nochevnov <dnochevn@redhat.com>
54f3a57
to
7e29b56
Compare
E2E Happy path tests of Eclipse Che Single User on K8S (minikube v1.1.1) has been successful:
|
Signed-off-by: Dmytro Nochevnov <dnochevn@redhat.com>
Signed-off-by: Dmytro Nochevnov <dnochevn@redhat.com>
Signed-off-by: Dmytro Nochevnov <dnochevn@redhat.com>
25f98a3
to
c1f818d
Compare
E2E Happy path tests of Eclipse Che Single User on K8S (minikube v1.1.1) has failed:
|
Signed-off-by: Dmytro Nochevnov <dnochevn@redhat.com>
E2E Happy path tests of Eclipse Che Single User on K8S (minikube v1.1.1) has been successful:
|
Another advantage of creation of screencast video is decreasing the time for archiving build artifacts, and amount of data to save artifacts/ For example, executionScreencast.zip of 108 MiB produces screencast.mp4 of 14.5 MiB |
Results of automated E2E tests of Eclipse Che Multiuser on OCP: |
Signed-off-by: Dmytro Nochevnov <dnochevn@redhat.com>
Signed-off-by: Dmytro Nochevnov <dnochevn@redhat.com>
Signed-off-by: Dmytro Nochevnov <dnochevn@redhat.com>
crw-ci-test |
E2E Happy path tests of Eclipse Che Single User on K8S (minikube v1.1.1) has failed:
|
E2E Happy path tests of Eclipse Che Single User on K8S (minikube v1.1.1) has failed:
|
Signed-off-by: Dmytro Nochevnov <dnochevn@redhat.com>
E2E Happy path tests of Eclipse Che Single User on K8S (minikube v1.1.1) has failed:
|
Results of automated E2E tests of Eclipse Che Multiuser on OCP: |
Signed-off-by: Dmytro Nochevnov <dnochevn@redhat.com>
E2E Happy path tests of Eclipse Che Single User on K8S (minikube v1.1.1) has been successful:
|
Results of automated E2E tests of Eclipse Che Multiuser on OCP: |
What does this PR do?
It fixes screenshot files naming so that they been sorted normally by name:
PR is about adding trailing 0 to the file number to normalize sorting.
Before
How list of files looked previously https://codeready-workspaces-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/view/che-regular-tests/view/K8S/job/CHE-7-Happy-Path-Tests/1117/artifact/e2e/report/executionScreencast/4-Java%20LS%20initialization/:
After
As you can see, last screenshot file will be always last in the list, so that makes heading file starting from "10000" as redundant as well.
Also, it makes it simple to create animated gif file - by one command within the the directory with screenshots:
Updated "After"
Related issue
#14300