-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
removed old steps and removed 'new' from current steps (#1021)
- Loading branch information
1 parent
2c87b79
commit f634044
Showing
1 changed file
with
2 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,39 +15,7 @@ jobs: | |
name: Trigger Main CI | ||
runs-on: windows-latest | ||
steps: | ||
- name: Trigger Main CI | ||
uses: Azure/pipelines@v1 | ||
if: ${{ github.repository == 'ni/grpc-device' && github.event.workflow_run.head_branch == 'main' }} | ||
with: | ||
azure-devops-project-url: 'https://dev.azure.com/ni/DevCentral' | ||
azure-pipeline-name: 'ni-central-grpc_device-main-desktop' | ||
azure-devops-token: ${{ secrets.AZDO_PIPELINE_TRIGGERS }} | ||
|
||
- name: Trigger Release CI | ||
uses: Azure/pipelines@v1 | ||
if: ${{ github.repository == 'ni/grpc-device' && startsWith(github.event.workflow_run.head_branch, 'releases') }} | ||
with: | ||
azure-devops-project-url: 'https://dev.azure.com/ni/DevCentral' | ||
azure-pipeline-name: 'ni-central-grpc_device-release-desktop' | ||
azure-devops-token: ${{ secrets.AZDO_PIPELINE_TRIGGERS }} | ||
|
||
- name: Trigger Main CI | ||
uses: Azure/pipelines@v1 | ||
if: ${{ github.repository == 'ni/grpc-device' && github.event.workflow_run.head_branch == 'main' }} | ||
with: | ||
azure-devops-project-url: 'https://dev.azure.com/ni/DevCentral' | ||
azure-pipeline-name: 'ni-central-grpc_device-main-linux-rt' | ||
azure-devops-token: ${{ secrets.AZDO_PIPELINE_TRIGGERS }} | ||
|
||
- name: Trigger Release CI | ||
uses: Azure/pipelines@v1 | ||
if: ${{ github.repository == 'ni/grpc-device' && startsWith(github.event.workflow_run.head_branch, 'releases') }} | ||
with: | ||
azure-devops-project-url: 'https://dev.azure.com/ni/DevCentral' | ||
azure-pipeline-name: 'ni-central-grpc_device-release-linux-rt' | ||
azure-devops-token: ${{ secrets.AZDO_PIPELINE_TRIGGERS }} | ||
|
||
- name: Trigger New Main CI | ||
- name: Trigger Main CI | ||
uses: Azure/[email protected] | ||
if: ${{ github.repository == 'ni/grpc-device' && github.event.workflow_run.head_branch == 'main' }} | ||
with: | ||
|
@@ -56,7 +24,7 @@ jobs: | |
azure-devops-token: ${{ secrets.AZDO_PIPELINE_TRIGGERS }} | ||
azure-pipeline-variables: '{"BRANCH": "main", "EXPORT_NAME": "ni-grpc-device", "PHASE": "d"}' | ||
|
||
- name: Trigger New Release CI | ||
- name: Trigger Release CI | ||
uses: Azure/[email protected] | ||
if: ${{ github.repository == 'ni/grpc-device' && startsWith(github.event.workflow_run.head_branch, 'releases') }} | ||
with: | ||
|