Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • S Storage
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 56
    • Issues 56
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 18
    • Merge requests 18
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Open Subsurface Data Universe Software
  • Platform
  • System
  • Storage
  • Merge requests
  • !117

WIP: Fixing ADO pipeline to only build azure provider code

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Jason requested to merge azure-fixing-ado-pipeline-build-step into master Dec 30, 2020
  • Overview 0
  • Commits 4
  • Pipelines 8
  • Changes 5

Merge request template

Currently azure pipeline is passing in the option "-P storage-azure" when building the provider code and "-P storage-core" when building the core code. The -P flag is meant to indicate what profile to activate. Instead, we want to be using the -pl argument, which indicates which modules should be built.

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: azure-fixing-ado-pipeline-build-step