Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • otb otb
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 206
    • Issues 206
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 12
    • Merge requests 12
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container 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
  • Main Repositories
  • otbotb
  • Merge requests
  • !465

CI: add fast precheck step

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Guillaume Pasero requested to merge ci_basic_step into develop Apr 15, 2019
  • Overview 0
  • Commits 12
  • Pipelines 10
  • Changes 4

Adds a preliminary step to check OTB can build on a Ubuntu-native image with a warm ccache. The cache is generated on develop branch. In the future, the image will be updated regularly. No test, no data for this job.

About twin pipelines: there is a python script to cancel twin pipelines (single push triggers one normal pipeline and a merge request pipeline). Here is the logic of the script:

  • Are we in a Merge-Request pipeline?
  • Yes:
    • Is it a "Wip" merge request?
    • Yes:
      • cancel this pipeline, let the "normal" pipeline continue
    • No:
      • cancel the "normal" pipeline
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: ci_basic_step