Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions .github/workflows/unit-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ jobs:
runs-on: ubuntu-latest
outputs:
new-jiras: ${{ steps.junit2jira.outputs.new-jiras }}
# Stable version ldflags for test caching: Go's test cache keys include
# link ActionID which includes -X ldflags. Fixed BUILD_TAG/SHORTCOMMIT
# prevent per-commit cache misses.
env:
BUILD_TAG: 0.0.0
SHORTCOMMIT: "0000000"
container:
image: quay.io/stackrox-io/apollo-ci:stackrox-test-0.5.3
volumes:
Expand Down Expand Up @@ -103,6 +109,12 @@ jobs:
runs-on: ubuntu-latest
outputs:
new-jiras: ${{ steps.junit2jira.outputs.new-jiras }}
# Stable version ldflags for test caching: Go's test cache keys include
# link ActionID which includes -X ldflags. Fixed BUILD_TAG/SHORTCOMMIT
# prevent per-commit cache misses.
env:
BUILD_TAG: 0.0.0
SHORTCOMMIT: "0000000"
container:
image: quay.io/stackrox-io/apollo-ci:stackrox-test-0.5.3
volumes:
Expand Down Expand Up @@ -396,6 +408,9 @@ jobs:
sensor-integration-tests:
env:
KUBECONFIG: "/tmp/kubeconfig"
# Stable version ldflags for test caching (see go job comment).
BUILD_TAG: 0.0.0
SHORTCOMMIT: "0000000"
runs-on: ubuntu-latest
outputs:
new-jiras: ${{ steps.junit2jira.outputs.new-jiras }}
Expand Down
Loading