Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Travis CI and Decentralized Buildkite Pipeline #38

Merged
merged 224 commits into from
Aug 14, 2019
Merged

Travis CI and Decentralized Buildkite Pipeline #38

merged 224 commits into from
Aug 14, 2019

Conversation

kj4ezj
Copy link
Contributor

@kj4ezj kj4ezj commented Jul 29, 2019

We have decided to run community builds in Travis CI for EOSIO repositories because Travis provides free CICD infrastructure to open-source projects so, if a community member were to inject malicious code into a pull request, it would compromise Travis instead of Block.one.

We have also decided to decentralize the Buildkite pipeline (move it from eos-buildkite-pipelines back into the repository being tested) to reduce the negative impact of erroneous changes to the pipeline code. By decentralizing the pipeline, such changes will be limited to their own branch.

We also now have Travis CI and Buildkite running the same code.

Changes

  • Travis CI YAML
  • Buildkite YAML
  • Build and test script which supports both Travis CI and Buildkite
  • Docker files
    • Scripts for automated generation of base images

Tested

  • Buildkite beta build 467
    • The pipeline slug will not change for production
  • Travis CI build 424 -- uncached build
  • Travis CI build 425 -- cached build

See Also

@NorseGaud NorseGaud changed the title Travis CI Beta Testing Travis Support, Dockerfiles, and re-centralization of CI logic Aug 13, 2019
@NorseGaud NorseGaud marked this pull request as ready for review August 13, 2019 17:14
@EOSIO EOSIO deleted a comment from kj4ezj Aug 13, 2019
@NorseGaud NorseGaud requested a review from larryk85 August 13, 2019 18:12
@kj4ezj kj4ezj changed the title Travis Support, Dockerfiles, and re-centralization of CI logic Travis CI and Decentralization of Buildkite Pipeline Aug 13, 2019
@kj4ezj kj4ezj changed the title Travis CI and Decentralization of Buildkite Pipeline Travis CI and Decentralized Buildkite Pipeline Aug 13, 2019
@larryk85 larryk85 merged commit 870ec1a into master Aug 14, 2019
@larryk85 larryk85 deleted the trav-poc branch August 14, 2019 14:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants