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

Start phasing out CircleCI #709

Merged
merged 4 commits into from
Aug 17, 2020
Merged

Commits on Aug 17, 2020

  1. Drop completely replaced jobs

    Remove jobs that have been completely replaced by GitHub Actions.
    
      - "android" replaced with "android-tests" from "test-java.yaml".
    
      - "analyze" replaced with "check-formatting" from "code-style.yaml"
        and "sanitizers" from "test-core.yaml".
    
      - "benchmark" replaced with "benchmarks" from "test-core.yaml".
    
      - "fuzz" replaced with "fuzzing" from "test-core.yaml".
    
      - "gothemis" replaced with "unit-tests" from "test-go.yaml".
    
      - "jsthemis" replaced with "unit-tests" from "test-{nodejs,wasm}.yaml".
    
      - "integration_tests" replaced with "cross-language" from "integration.yaml".
    
      - "php5", "php70", "php71" replaced with "unit-tests" from "test-php.yaml".
    ilammy committed Aug 17, 2020
    Configuration menu
    Copy the full SHA
    a1d2e14 View commit details
    Browse the repository at this point in the history
  2. Trim fat from "x86_64" job

    Drop tasks from the "x86_64" megajob which have been replaced by
    individual jobs on GitHub Actions.
    
      - ThemisPP is tested by "unit-tests" in "test-cpp.yaml".
    
      - JNI library tested by "unit-tests" in "test-java.yaml".
    
      - PyThemis is tested by "unit-tests" in "test-python.yaml".
    
      - RbThemis is tested by "unit-testt" in "test-ruby.yaml". There is no need
        to install RVM if this gets removed.
    
      - RustThemis is tested by "unit-tests" in "test-rust.yaml". There is no
        need to install Rust toolachain too.
    
      - Builds with Valgrind are tested by "leak-check" in "test-core.yaml".
    
      - Themis Core (include Secure Cell compatibility) is tested by
        "unit-tests" in "test-core.yaml".
    
    There is no need to install so many packages either. However, some of
    them are still necessary to build Themis Core for coverage testing.
    ilammy committed Aug 17, 2020
    Configuration menu
    Copy the full SHA
    85372e5 View commit details
    Browse the repository at this point in the history
  3. Changelog note

    ilammy committed Aug 17, 2020
    Configuration menu
    Copy the full SHA
    6b85c39 View commit details
    Browse the repository at this point in the history
  4. Add GitHub Actions badges

    Since we're switching to GitHub Actions as a primary indicator of CI
    health, add some badges for them. Since there is no single omnibadge for
    the entire test suite, add multiple one for various aspects.
    
    Since there are many badges there, they don't really fit in line. Move
    them all into the second row.
    ilammy committed Aug 17, 2020
    Configuration menu
    Copy the full SHA
    327cb1a View commit details
    Browse the repository at this point in the history