Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

[2.0.x] Retries and Contract Builders for Tags #8322

Merged
merged 2 commits into from
Dec 13, 2019

Conversation

scottarnette
Copy link
Contributor

Change Description

Added ability to retry test steps, even if they have passed.

  • Unit tests, WASM spec tests, serial tests, and long running tests can be manually retried as many times as desired.
  • If a build is more than a few days old, there could be issues with the test steps acquiring the build artifact.

Fixed issue where Contract Builder step did not run on Github tags.

  • Originally only created for release, master, and develop branches. This now automatically builds for new tags moving forward.
  • Still able to force a Contract Builder image via the FORCE_BINARIES_BUILD flag.

See:
https://buildkite.com/EOSIO/eosio/builds/19294#15066bf2-8f21-4d74-96ba-982b949918c3 | 3 runs of a single test that all pass.

Consensus Changes

  • Consensus Changes

API Changes

  • API Changes

Documentation Additions

  • Documentation Additions

@scottarnette scottarnette merged commit ae14dc6 into release/2.0.x Dec 13, 2019
@scottarnette scottarnette deleted the cicd-retries-r2.0 branch December 13, 2019 14:00
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants