Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • D dynamorio
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1,467
    • Issues 1,467
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 44
    • Merge requests 44
  • 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
  • DynamoRIO
  • dynamorio
  • Merge requests
  • !4559

i4549 Github Action: Add CI test for clang-format, osx and a64-on-x86

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Abhinav Anil Sharma requested to merge i4549-github-actions-ci-abhinav92003 into master Nov 24, 2020
  • Overview 18
  • Commits 14
  • Pipelines 0
  • Changes 4

Migrates remaining continuous integration testing to Github Actions.

Creates multiple GA workflows by platform: ci-x86 (for 32- and 64-bit), ci-aarchxx (for aarchxx cross compile, android arm cross compile, and a64-on-x86), ci-osx (for 64-bit), and ci-clang-format. Multiple smaller workflows are better than a single monolithic one; particularly, this allows re-running a smaller set of jobs instead of all of them (e.g. when re-running due to flaky tests).

Enables GA CI on all push events, which includes commits to all branches, including master.

Adds some comments to previously added test suites too.

This PR also documents some testing done to verify this GA CI setup. Some bugs were added on purpose to various tests, to verify if the corresponding CI(s) fails, which they did.

Issue: #4549 (closed)

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: i4549-github-actions-ci-abhinav92003