Skip to content

Commit e4830fa

Browse files
committed
Enable ingestKustoImageInfo
1 parent f5677e9 commit e4830fa

1 file changed

Lines changed: 17 additions & 17 deletions

File tree

eng/common/templates/jobs/publish.yml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -153,23 +153,23 @@ jobs:
153153
condition: and(succeeded(), eq(variables['publishImageInfo'], 'true'))
154154
displayName: 🟪⚠️ Merge Image Info
155155
156-
# - template: /eng/common/templates/steps/run-imagebuilder.yml@self
157-
# parameters:
158-
# displayName: 🟪⚠️ Ingest Kusto Image Info
159-
# serviceConnection: $(kusto.serviceConnectionName)
160-
# internalProjectName: ${{ parameters.internalProjectName }}
161-
# condition: and(succeeded(), eq(variables['ingestKustoImageInfo'], 'true'))
162-
# args: >
163-
# ingestKustoImageInfo
164-
# '$(imageInfoContainerDir)/image-info.json'
165-
# '$(kusto.cluster)'
166-
# '$(kusto.database)'
167-
# '$(kusto.imageTable)'
168-
# '$(kusto.layerTable)'
169-
# --os-type '*'
170-
# --architecture '*'
171-
# $(dryRunArg)
172-
# $(imageBuilder.commonCmdArgs)
156+
- template: /eng/common/templates/steps/run-imagebuilder.yml@self
157+
parameters:
158+
displayName: 🟪⚠️ Ingest Kusto Image Info
159+
serviceConnection: $(kusto.serviceConnectionName)
160+
internalProjectName: ${{ parameters.internalProjectName }}
161+
condition: and(succeeded(), eq(variables['ingestKustoImageInfo'], 'true'))
162+
args: >
163+
ingestKustoImageInfo
164+
'$(imageInfoContainerDir)/image-info.json'
165+
'$(kusto.cluster)'
166+
'$(kusto.database)'
167+
'$(kusto.imageTable)'
168+
'$(kusto.layerTable)'
169+
--os-type '*'
170+
--architecture '*'
171+
$(dryRunArg)
172+
$(imageBuilder.commonCmdArgs)
173173
174174
# - template: /eng/common/templates/steps/run-imagebuilder.yml@self
175175
# parameters:

0 commit comments

Comments
 (0)