Skip to content

Commit 3b77241

Browse files
bavneetsingh16Bavneet Singh
authored andcommitted
fix CI test cases
1 parent 61a0d9e commit 3b77241

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

testing/pipeline/k8s-custom-pipelines.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,16 @@ stages:
3434
path: ./test/configurations/FluxKustomization.*.Tests.ps1
3535
- job: BuildPublishExtension
3636
pool:
37-
vmImage: 'ubuntu-20.04'
37+
vmImage: 'ubuntu-latest'
3838
displayName: "Build and Publish the Extension Artifact"
3939
variables:
4040
CLI_REPO_PATH: $(Agent.BuildDirectory)/s
4141
EXTENSION_NAME: "k8s-configuration"
4242
steps:
4343
- task: UsePythonVersion@0
44-
displayName: 'Use Python 3.6'
44+
displayName: 'Use Python 3.10'
4545
inputs:
46-
versionSpec: 3.6
46+
versionSpec: 3.10
4747
- bash: |
4848
set -ev
4949
echo "Building extension ${EXTENSION_NAME}..."

testing/pipeline/templates/run-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ parameters:
55
jobs:
66
- job: ${{ parameters.jobName}}
77
pool:
8-
vmImage: 'ubuntu-20.04'
8+
vmImage: 'ubuntu-latest'
99
steps:
1010
- bash: |
1111
echo "Installing helm3"
@@ -19,9 +19,9 @@ jobs:
1919
kubectl version --client
2020
displayName: "Setup the VM with helm3 and kubectl"
2121
- task: UsePythonVersion@0
22-
displayName: 'Use Python 3.6'
22+
displayName: 'Use Python 3.10'
2323
inputs:
24-
versionSpec: 3.6
24+
versionSpec: 3.10
2525
- bash: |
2626
set -ev
2727
echo "Building extension ${EXTENSION_NAME}..."

0 commit comments

Comments
 (0)