mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-04 02:14:29 +00:00
Merge pull request #7263 from fidencio/topic/add-nightly-jobs-follow-up-3
gha: ci: More follow up fixes after adding a nightly CI
This commit is contained in:
1
.github/workflows/ci-nightly.yaml
vendored
1
.github/workflows/ci-nightly.yaml
vendored
@@ -18,3 +18,4 @@ jobs:
|
|||||||
commit-hash: ${GITHUB_REF}
|
commit-hash: ${GITHUB_REF}
|
||||||
pr-number: ${PR_NUMBER}
|
pr-number: ${PR_NUMBER}
|
||||||
tag: ${PR_NUMBER}-${GITHUB_REF}-nightly
|
tag: ${PR_NUMBER}-${GITHUB_REF}-nightly
|
||||||
|
secrets: inherit
|
||||||
|
1
.github/workflows/ci-on-push.yaml
vendored
1
.github/workflows/ci-on-push.yaml
vendored
@@ -20,3 +20,4 @@ jobs:
|
|||||||
commit-hash: ${{ github.event.pull_request.sha }}
|
commit-hash: ${{ github.event.pull_request.sha }}
|
||||||
pr-number: ${{ github.event.pull_request.number }}
|
pr-number: ${{ github.event.pull_request.number }}
|
||||||
tag: ${{ github.event.pull_request.number }}-${{ github.event.pull_request.head.sha }}
|
tag: ${{ github.event.pull_request.number }}-${{ github.event.pull_request.head.sha }}
|
||||||
|
secrets: inherit
|
||||||
|
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@@ -72,5 +72,5 @@ jobs:
|
|||||||
needs: build-kata-static-tarball-amd64
|
needs: build-kata-static-tarball-amd64
|
||||||
uses: ./.github/workflows/run-metrics.yaml
|
uses: ./.github/workflows/run-metrics.yaml
|
||||||
with:
|
with:
|
||||||
tarball-suffix: -${{ inputs.tag }}-amd64
|
tarball-suffix: -${{ inputs.tag }}
|
||||||
commit-hash: ${{ inputs.commit-hash }}
|
commit-hash: ${{ inputs.commit-hash }}
|
||||||
|
Reference in New Issue
Block a user