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

update jenkins test names #1962

Merged
merged 1 commit into from Mar 2, 2017
Merged

Conversation

obastemur
Copy link
Collaborator

Fixes #1933 and no-jit test names


// params: Project, BaseTaskName, IsPullRequest (appends '_prtest')
def jobName = Utilities.getFullJobName(project, config, isPR) + customOption.replaceAll(/[-]+/, "_")
def jobName = Utilities.getFullJobName(project, config, isPR)
Copy link
Contributor

@dilijev dilijev Nov 10, 2016

Choose a reason for hiding this comment

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

I like this change, it will make the names so that _prtest always appears at the end. Looks like we're running a --no-jit variant on xplat builds. This should probably be added to the build status tables mentioned in the linked issue.

Copy link
Contributor

@dilijev dilijev left a comment

Choose a reason for hiding this comment

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

I'd say this is good to merge.

@obastemur
Copy link
Collaborator Author

@dilijev dont we have to update README too ? or we should update that in a separate PR?

@dilijev
Copy link
Contributor

dilijev commented Nov 23, 2016

Yes, you'll need to update the README and the wiki to correspond to this change (keeping in mind that if you update them at the same time as this pull request, there will initially be some broken links until the new job names are generated). If you have the time to do that now, go ahead. Keep in mind only to update the README in the affected branches and only the Build Status tables in the wiki that are affected. Older branches will not be affected by this change.

@dilijev
Copy link
Contributor

dilijev commented Dec 9, 2016

@obastemur you can merge this when ready

@dilijev
Copy link
Contributor

dilijev commented Feb 25, 2017

@obastemur Any update here? Should we retarget this to latest master (or release/2.0) and get it merged in?

@obastemur
Copy link
Collaborator Author

@dilijev Thanks for the review

@chakrabot chakrabot merged commit 0597407 into chakra-core:master Mar 2, 2017
chakrabot pushed a commit that referenced this pull request Mar 2, 2017
Merge pull request #1962 from obastemur:fix_ci_naming

Fixes #1933 and `no-jit` test names
dilijev added a commit to dilijev/ChakraCore that referenced this pull request Mar 4, 2017
chakrabot pushed a commit that referenced this pull request Mar 4, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants