Skip to content

Commit

Permalink
Merge pull request 6528 from hotfix/v4.3.2 into master
Browse files Browse the repository at this point in the history
  • Loading branch information
Project Collection Build Service (51degrees) authored and Project Collection Build Service (51degrees) committed Jan 21, 2022
2 parents 77cb544 + be5f808 commit 905fec1
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 20 deletions.
10 changes: 5 additions & 5 deletions ci/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,18 @@ schedules:
branches:
include:
- develop

# Include shared variables
variables:
- template: shared-variables.yml
- group: CIAutomation

resources:
repositories:
- repository: ciTemplates # Id of the repository used to reference to in this script
type: git
name: common-ci # Name of the actual repository

# Include shared variables
variables:
- template: shared-variables.yml@ciTemplates
- group: CIAutomation

stages:
- template: shared-build-and-test-platforms.yml
parameters:
Expand Down
13 changes: 7 additions & 6 deletions ci/create-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,20 @@ trigger:
# Don't trigger for a pull request
pr: none

resources:
repositories:
- repository: ciTemplates # Id of the repository used to reference to in this script
type: git
name: common-ci # Name of the actual repository

variables:
- group: CIAutomation
# Access token for the git repository. Used by the git tag task.
- name: system_accesstoken
value: $(System.AccessToken)
# Include shared variables
- template: shared-variables.yml

resources:
repositories:
- repository: ciTemplates # Id of the repository used to reference to in this script
type: git
name: common-ci # Name of the actual repository
- template: shared-variables.yml@ciTemplates

stages:

Expand Down
1 change: 1 addition & 0 deletions ci/deploy-external.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ resources:
# Include shared variables
variables:
- template: shared-variables.yml
- template: shared-variables.yml@ciTemplates
- name: targetBranch
value: 'refs/heads/master'

Expand Down
7 changes: 6 additions & 1 deletion ci/deploy-internal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,16 @@ resources:
pipelines:
- pipeline: build-pipeline # The name for the triggering build pipeline within this script
source: location-python-create-packages # Name of the pipeline
trigger: true
trigger: true
repositories:
- repository: ciTemplates # Id of the repository used to reference to in this script
type: git
name: common-ci # Name of the actual repository

# Include shared variables
variables:
- template: shared-variables.yml
- template: shared-variables.yml@ciTemplates
- name: targetBranch
value: 'refs/heads/master'

Expand Down
8 changes: 1 addition & 7 deletions ci/shared-variables.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
variables:
- name: windowsImage
value: 'vs2017-win2016'
- name: linuxImage
value: 'ubuntu-18.04'
- name: macImage
value: 'macOS-10.14'
# Pipeline Package Version
- name: pipelineVersion
value: '==4.3.2'
value: '==4.3.5'
# Python Version used to create packages
- name: pythonVersionDefault
value: '3.7'

0 comments on commit 905fec1

Please sign in to comment.