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

Add buildfarm step to run recovery test suite #7

Closed
wants to merge 1 commit into from
Closed

Add buildfarm step to run recovery test suite #7

wants to merge 1 commit into from

Conversation

michaelpq
Copy link
Contributor

MSVC support is included as well in the bundle, and those will be run
only if --enable-tap-tests is set.

MSVC support is included as well in the bundle, and those will be run
only if --enable-tap-tests is set.
return unless step_wanted('recovery-check');

# tests only came in with 9.6
return unless ($branch eq 'HEAD');
Copy link
Contributor

Choose a reason for hiding this comment

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

You should add another check like

or $branch ge 'REL9_6'

here, else this will only run on development branches and not on 9.6 once it is released.

@adunstan
Copy link
Member

This has been overtaken by events.

@adunstan adunstan closed this Nov 15, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants