Skip to content

Commit 6216970

Browse files
Enforce CFSClean (#48082)
1 parent ec1d42e commit 6216970

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

eng/pipelines/templates/stages/1es-redirect.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ extends:
3636
- 1ES.PT.Tag-refs/tags/canary
3737
settings:
3838
skipBuildTagsForGitHubPullRequests: true
39-
networkIsolationPolicy: Permissive
39+
networkIsolationPolicy: Permissive, CFSClean
4040
${{ if ne(variables['Build.DefinitionName'], 'python - core') }}:
4141
featureFlags:
4242
autoBaseline: false

eng/pipelines/templates/stages/python-analyze-weekly.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ parameters:
22
- name: ServiceDirectory
33
type: string
44
default: ''
5+
- name: DevFeedName
6+
type: string
7+
default: 'public/azure-sdk-for-python'
58
- name: BuildTargetingString
69
type: string
710
default: 'azure-*'
@@ -29,6 +32,13 @@ stages:
2932
displayName: 'Use Python 3.10'
3033
inputs:
3134
versionSpec: '3.10'
35+
36+
# Authenticate pip to the configured Azure DevOps feed before installs.
37+
- template: /eng/pipelines/templates/steps/auth-dev-feed.yml
38+
parameters:
39+
DevFeedName: ${{ parameters.DevFeedName }}
40+
EnableTwineAuth: false
41+
3242
- script: |
3343
python -m pip install -r eng/ci_tools.txt
3444
displayName: 'Prep Environment'

0 commit comments

Comments
 (0)