1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-05-13 21:56:42 +02:00

No longer run master branch through CI.

The integration branch will be run through CI and then pushed to master with github status checks.
This commit is contained in:
David Steele 2017-12-19 17:03:17 -05:00
parent c34a76690f
commit 9fe265d24c
3 changed files with 4 additions and 2 deletions

View File

@ -1,6 +1,5 @@
branches: branches:
only: only:
- master
- integration - integration
- /-ci$/ - /-ci$/

View File

@ -158,6 +158,10 @@
<p>Add unit tests for the <code>Manifest</code> module.</p> <p>Add unit tests for the <code>Manifest</code> module.</p>
</release-item> </release-item>
<release-item>
<p>No longer run <id>master</id> branch through CI. The <id>integration</id> branch will be run through CI and then pushed to <id>master</id> with github status checks.</p>
</release-item>
<release-item> <release-item>
<p>Move restore test infrastructure to <code>HostBackup.pm</code>. Required to test restores on the backup server, a fairly common scenario. Improve the restore function to accept optional parameters rather than a long list of parameters. In passing, clean up extraneous use of <code>strType</code> and <code>strComment</code> variables.</p> <p>Move restore test infrastructure to <code>HostBackup.pm</code>. Required to test restores on the backup server, a fairly common scenario. Improve the restore function to accept optional parameters rather than a long list of parameters. In passing, clean up extraneous use of <code>strType</code> and <code>strComment</code> variables.</p>
</release-item> </release-item>

View File

@ -74,7 +74,6 @@ sub process
my $strConfig = my $strConfig =
"branches:\n" . "branches:\n" .
" only:\n" . " only:\n" .
" - master\n" .
" - integration\n" . " - integration\n" .
" - /-ci\$/\n" . " - /-ci\$/\n" .
"\n" . "\n" .