mirror of
https://github.com/containers/podman.git
synced 2025-06-27 21:50:18 +08:00
Merge pull request #5019 from cevich/fix_gate_epoch
Cirrus: Set EPOCH_TEST_COMMIT during gate task
This commit is contained in:
@ -85,10 +85,15 @@ gce_instance:
|
|||||||
# quick format, lint, and unit tests on the standard platform.
|
# quick format, lint, and unit tests on the standard platform.
|
||||||
gating_task:
|
gating_task:
|
||||||
|
|
||||||
|
# Only run this on PRs, never during post-merge testing. This is also required
|
||||||
|
# for proper setting of EPOCH_TEST_COMMIT value, required by validation tools.
|
||||||
|
only_if: $CIRRUS_BRANCH != $DEST_BRANCH
|
||||||
|
|
||||||
env:
|
env:
|
||||||
CIRRUS_WORKING_DIR: "/usr/src/libpod"
|
CIRRUS_WORKING_DIR: "/usr/src/libpod"
|
||||||
GOPATH: "/go"
|
GOPATH: "/go"
|
||||||
GOSRC: "/go/src/github.com/containers/libpod"
|
GOSRC: "/go/src/github.com/containers/libpod"
|
||||||
|
EPOCH_TEST_COMMIT: "${CIRRUS_BASE_SHA}"
|
||||||
|
|
||||||
# Runs within Cirrus's "community cluster"
|
# Runs within Cirrus's "community cluster"
|
||||||
container:
|
container:
|
||||||
|
Reference in New Issue
Block a user