mirror of
https://github.com/falcosecurity/falco.git
synced 2025-07-01 17:12:21 +00:00
chore: rename circleci names to centos8
Co-Authored-By: Lorenzo Fontana <lo@linux.com> Signed-off-by: Leonardo Di Donato <leodidonato@gmail.com>
This commit is contained in:
parent
bfdd847525
commit
218039bac6
@ -34,7 +34,7 @@ jobs:
|
|||||||
popd
|
popd
|
||||||
# Build using our own builder base image using centos 7
|
# Build using our own builder base image using centos 7
|
||||||
# This build is static, dependencies are bundled in the falco binary
|
# This build is static, dependencies are bundled in the falco binary
|
||||||
"build/centos7":
|
"build/centos8":
|
||||||
docker:
|
docker:
|
||||||
- image: falcosecurity/falco-builder:dynamic-builds # todo(fntlnz): replace this with the actual image once PR #968 is merged
|
- image: falcosecurity/falco-builder:dynamic-builds # todo(fntlnz): replace this with the actual image once PR #968 is merged
|
||||||
environment:
|
environment:
|
||||||
@ -69,7 +69,7 @@ jobs:
|
|||||||
- store_artifacts:
|
- store_artifacts:
|
||||||
path: /tmp/packages
|
path: /tmp/packages
|
||||||
destination: /packages
|
destination: /packages
|
||||||
# Execute integration tests based on the build results coming from the "build/centos7" job
|
# Execute integration tests based on the build results coming from the "build/centos8" job
|
||||||
"tests/integration":
|
"tests/integration":
|
||||||
docker:
|
docker:
|
||||||
- image: falcosecurity/falco-tester:dynamic-builds # todo(fntlnz): replace this with the actual image once PR #968 is merged
|
- image: falcosecurity/falco-tester:dynamic-builds # todo(fntlnz): replace this with the actual image once PR #968 is merged
|
||||||
@ -89,7 +89,7 @@ workflows:
|
|||||||
build_and_test:
|
build_and_test:
|
||||||
jobs:
|
jobs:
|
||||||
- "build/ubuntu-bionic"
|
- "build/ubuntu-bionic"
|
||||||
- "build/centos7"
|
- "build/centos8"
|
||||||
- "tests/integration":
|
- "tests/integration":
|
||||||
requires:
|
requires:
|
||||||
- "build/centos7"
|
- "build/centos8"
|
||||||
|
Loading…
Reference in New Issue
Block a user