Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • B buck
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 201
    • Issues 201
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 22
    • Merge requests 22
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Meta
  • buck
  • Merge requests
  • !2371

CircleCI Tests

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Administrator requested to merge github/fork/v-jizhang/circleci-test into master Jan 23, 2020
  • Overview 2
  • Commits 37
  • Pipelines 0
  • Changes 2

Created by: v-jizhang

Summary

  • Ported TravisCI jobs to CircleCI except for the one that requires Oracle JDK because Oracle JDK can't be installed on CircleCI VMs:

    1. CI_ACTION=build, OpenJDK 8 --> CircleCI job "ci_build_openjdk8"
    2. CI_ACTION=unit GROOVY_HOME=/usr/share/groovy/ --> CircleCI job "ci_unit_groovy"
    3. CI_ACTION=ant --> CircleCI job "ci_ant"
    4. CI_ACTION=integration GROOVY_HOME=/usr/share/groovy/ --> "ci_integration"
    5. CI_ACTION=heavy_integration --> CircleCI job "ci_heavy_integration"
    6. CI_ACTION=android_ndk_15 --> CircleCI job "ci_android_ndk_15"
    7. CI_ACTION=android_ndk_16 --> CircleCI job "ci_android_ndk_16"
    8. CI_ACTION=android_ndk_17 --> CircleCI job "ci_android_ndk_17"
    9. CI_ACTION=android_ndk_18 --> CircleCI job "ci_android_ndk_18"
  • Fixed all the failed tests, CircleCI jobs are all green.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/v-jizhang/circleci-test