Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .pipelines/1p-build.yml → .github/workflows/1p-build.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
on:
workflow_dispatch:

pull_request:
types: [opened, reopened, synchronize, ready_for_review]

merge_group:
types: [checks_requested]

variables:
CDP_DEFINITION_BUILD_COUNT: $[counter('', 0)] # needed for onebranch.pipeline.version task https://aka.ms/obpipelines/versioning
LinuxContainerImage: "mcr.microsoft.com/onebranch/cbl-mariner/build:2.0" # Docker image which is used to build the project https://aka.ms/obpipelines/containers
Expand Down
9 changes: 9 additions & 0 deletions .pipelines/1p-e2e.yml → .github/workflows/1p-e2e.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
on:
workflow_dispatch:

pull_request:
types: [opened, reopened, synchronize, ready_for_review]

merge_group:
types: [checks_requested]

parameters:
- name: "debug"
displayName: "Debug Variables"
Expand Down
9 changes: 9 additions & 0 deletions .pipelines/3p-e2e.yml → .github/workflows/3p-e2e.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
on:
workflow_dispatch:

pull_request:
types: [opened, reopened, synchronize, ready_for_review]

merge_group:
types: [checks_requested]

parameters:
- name: "debug"
displayName: "Debug Variables"
Expand Down
9 changes: 9 additions & 0 deletions .pipelines/sdl.yml → .github/workflows/sdl.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
on:
workflow_dispatch:

pull_request:
types: [opened, reopened, synchronize, ready_for_review]

merge_group:
types: [checks_requested]

variables:
CDP_DEFINITION_BUILD_COUNT: $[counter('', 0)] # needed for onebranch.pipeline.version task https://aka.ms/obpipelines/versioning
WindowsContainerImage: "onebranch.azurecr.io/windows/ltsc2019/vse2022:latest" # Docker image which is used to build the project https://aka.ms/obpipelines/containers
Expand Down