ci(hermes-agent-image): let release verification read the build evidence
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
parent
b6ae6225f6
commit
fcbff58951
@ -129,7 +129,7 @@ spec:
|
|||||||
disableConcurrentBuilds()
|
disableConcurrentBuilds()
|
||||||
buildDiscarder(logRotator(daysToKeepStr: '30', numToKeepStr: '100', artifactDaysToKeepStr: '30', artifactNumToKeepStr: '100'))
|
buildDiscarder(logRotator(daysToKeepStr: '30', numToKeepStr: '100', artifactDaysToKeepStr: '30', artifactNumToKeepStr: '100'))
|
||||||
skipDefaultCheckout(true)
|
skipDefaultCheckout(true)
|
||||||
timeout(time: 90, unit: 'MINUTES')
|
timeout(time: 150, unit: 'MINUTES')
|
||||||
}
|
}
|
||||||
stages {
|
stages {
|
||||||
stage('Checkout reviewed source') {
|
stage('Checkout reviewed source') {
|
||||||
@ -219,6 +219,7 @@ spec:
|
|||||||
--label="org.opencontainers.image.revision=${EXPECTED_SOURCE_REVISION}" \
|
--label="org.opencontainers.image.revision=${EXPECTED_SOURCE_REVISION}" \
|
||||||
--cleanup \
|
--cleanup \
|
||||||
--push-retry=3
|
--push-retry=3
|
||||||
|
/busybox/chmod 644 build/hermes-agent.digest build/hermes-agent.image
|
||||||
'''
|
'''
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user