#2974 closed defect (fixed)

Appveyor does redundant builds for PRs

Reported by: exarkun Owned by: GitHub <noreply@…>
Priority: normal Milestone: undecided
Component: dev-infrastructure Version: 1.12.1
Keywords: review-needed Cc:
Launchpad Bug:

Description

Once a PR has been opened, Appveyor builds both the branch and the branch merged into master. Building the branch at this stage is not terribly useful. Also, Appveyor is slow and has deep queues, so these extra builds noticably delay the development process.

Turn off branch builds when a PR exists.

Change History (2)

comment:2 Changed at 2019-02-22T16:02:27Z by GitHub <noreply@…>

  • Owner set to GitHub <noreply@…>
  • Resolution set to fixed
  • Status changed from new to closed

In 6f3d8d6/trunk:

Merge pull request #552 from tahoe-lafs/2974.appveyor-build-config

Remove Appveyor branch builds when there is a related active PR.

Fixes: ticket:2974

Note: See TracTickets for help on using tickets.