mirror of
https://github.com/falcosecurity/falco.git
synced 2025-08-27 18:40:22 +00:00
build: add source in persisted workspace for integration tests
Co-Authored-By: Leonardo Di Donato <leodidonato@gmail.com> Signed-off-by: Lorenzo Fontana <lo@linux.com>
This commit is contained in:
parent
47c88d05b2
commit
bfdd847525
@ -55,9 +55,10 @@ jobs:
|
|||||||
name: Build packages
|
name: Build packages
|
||||||
command: /usr/bin/entrypoint package
|
command: /usr/bin/entrypoint package
|
||||||
- persist_to_workspace:
|
- persist_to_workspace:
|
||||||
root: /build
|
root: /
|
||||||
paths:
|
paths:
|
||||||
- release
|
- build/release
|
||||||
|
- source
|
||||||
- run:
|
- run:
|
||||||
name: Prepare artifacts
|
name: Prepare artifacts
|
||||||
command: |
|
command: |
|
||||||
@ -78,10 +79,8 @@ jobs:
|
|||||||
BUILD_TYPE: "release"
|
BUILD_TYPE: "release"
|
||||||
steps:
|
steps:
|
||||||
- setup_remote_docker
|
- setup_remote_docker
|
||||||
- checkout:
|
|
||||||
path: /source/falco
|
|
||||||
- attach_workspace:
|
- attach_workspace:
|
||||||
at: /build
|
at: /
|
||||||
- run:
|
- run:
|
||||||
name: Execute integration tests
|
name: Execute integration tests
|
||||||
command: /usr/bin/entrypoint test
|
command: /usr/bin/entrypoint test
|
||||||
|
Loading…
Reference in New Issue
Block a user