Skip to content

Commit

Permalink
Update reference build to be used for kconfig diff (#392)
Browse files Browse the repository at this point in the history
  • Loading branch information
vivekrnv authored Apr 5, 2024
1 parent fdb3145 commit 38bb387
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .azure-pipelines/build-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
inputs:
source: specific
project: build
pipelineId: 426041
pipelineId: 499053
artifact: ${{ parameters.artifact_name }}
runVersion: 'specific'
itemPattern: ${{ parameters.linux_deb_pattern }}
Expand All @@ -71,7 +71,7 @@ jobs:
pip3 install tabulate
python3 $(System.DefaultWorkingDirectory)/.azure-pipelines/kcfg-diff.py \
--buildid $(Build.BuildId) \
--ref_buildid 426041 \
--ref_buildid 499053 \
--arch ${{ parameters.arch }} \
--old_kcfg $(Agent.TempDirectory)/old/boot/ \
--new_kcfg $(Agent.TempDirectory)/new/boot/ \
Expand Down

0 comments on commit 38bb387

Please sign in to comment.