Skip to content
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

Remove unused Jenkins and e2e scripts #1147

Merged
merged 3 commits into from
Jan 31, 2019

Conversation

jcaianirh
Copy link
Member

@jcaianirh jcaianirh commented Jan 29, 2019

Remove unused Jenkins and e2e scripts, and adjust the README.md. Also remove logging to console and add to a file called browser.log which resides in the gui_test_screenshots folder and gets copied to artifacts.

@openshift-ci-robot openshift-ci-robot added the size/L Denotes a PR that changes 100-499 lines, ignoring generated files. label Jan 29, 2019
@jcaianirh
Copy link
Member Author

@TheRealJon moved the console logging to a file as we spoke about.

@@ -56,23 +58,15 @@ export const config: Config = {
}
},
onComplete: async() => {
console.log('BEGIN BROWSER LOGS');
const consoleLogStream = createWriteStream('gui_test_screenshots/browser.log', { flags: 'a' });
this.logToFile = function() {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could probably just move this logic inline since it's only used in one place.

Copy link
Contributor

@alecmerdler alecmerdler left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@openshift-ci-robot openshift-ci-robot added the lgtm Indicates that a PR is ready to be merged. label Jan 30, 2019
@jcaianirh
Copy link
Member Author

/test console-e2e

@jcaianirh
Copy link
Member Author

/retest

@jcaianirh
Copy link
Member Author

/test console-e2e

1 similar comment
@jcaianirh
Copy link
Member Author

/test console-e2e

@openshift-merge-robot openshift-merge-robot merged commit 582967c into openshift:master Jan 31, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lgtm Indicates that a PR is ready to be merged. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants