Page MenuHomePhabricator

[CI] Split the secp256k1 build in parts
ClosedPublic

Authored by Fabien on Sep 8 2020, 16:10.

Details

Reviewers
jasonbcox
Group Reviewers
Restricted Project
Commits
rABC10978b1799c9: [CI] Split the secp256k1 build in parts
Summary

The build actually runs 3 builds serially, this diffs make them
different configurations so they can run parallel.

Test Plan
./contrib/teamcity/build-configurations.py build-secp256k1
./contrib/teamcity/build-configurations.py build-secp256k1-endomorphism
./contrib/teamcity/build-configurations.py build-secp256k1-java

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Fabien requested review of this revision.Sep 8 2020, 16:10
jasonbcox requested changes to this revision.Sep 8 2020, 20:34
jasonbcox added a subscriber: jasonbcox.
jasonbcox added inline comments.
contrib/teamcity/build-configurations.yml
272 ↗(On Diff #23379)

This is not running ninja check-secp256k1-java like the script used to.

This revision now requires changes to proceed.Sep 8 2020, 20:34
Fabien requested review of this revision.Sep 8 2020, 20:37
Fabien added inline comments.
contrib/teamcity/build-configurations.yml
272 ↗(On Diff #23379)

check-secp256k1 is a superset of check-secp256k1-java, so it has an increased scope but still running the java tests

This revision is now accepted and ready to land.Sep 8 2020, 20:40
This revision was automatically updated to reflect the committed changes.