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

[1.8.x] Actions for community PRs. #8611

Merged
merged 2 commits into from
Feb 7, 2020
Merged

Conversation

scottarnette
Copy link
Contributor

Change Description

Problem:

  • Travis limits us to a certain amount of jobs at a time for the entire Github org.
  • It is also limited on total time a job can run.
  • The hardware available is limited and slow.

Solution:

  • Replace Travis with Giithub Actions so that we can triple the amount of concurrent jobs.
  • Github Actions job timeouts are much longer than Travis.

See:
https://github.com/EOSIO/eos/actions/runs/35947290 | Forked PR. This builds a PR from my fork of EOS to this branch.

NOTE: If all steps in Actions are skipped, the build is marked as failed. The "Start Job" step exists to fix this issue. All build steps are triggered from that step IF the PR is forked.

Consensus Changes

  • Consensus Changes

API Changes

  • API Changes

Documentation Additions

  • Documentation Additions

@scottarnette scottarnette merged commit 6c4ce4b into release/1.8.x Feb 7, 2020
@heifner heifner deleted the cicd-actions-r1.8 branch March 12, 2020 12:36
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.

2 participants