mirror of
https://github.com/falcosecurity/falco.git
synced 2025-08-23 08:28:48 +00:00
cleanup(.circleci): remove jobs using python regression tests
Signed-off-by: Jason Dellaluce <jasondellaluce@gmail.com>
This commit is contained in:
parent
b1ae5d3dd9
commit
24dde1cbe0
@ -149,68 +149,6 @@ jobs:
|
|||||||
- build/release
|
- build/release
|
||||||
- source
|
- source
|
||||||
|
|
||||||
# Execute integration tests based on the build results coming from the "build-centos7" job
|
|
||||||
"tests-integration":
|
|
||||||
docker:
|
|
||||||
- image: falcosecurity/falco-tester:latest
|
|
||||||
environment:
|
|
||||||
SOURCE_DIR: "/source"
|
|
||||||
BUILD_DIR: "/build"
|
|
||||||
BUILD_TYPE: "release"
|
|
||||||
steps:
|
|
||||||
- setup_remote_docker
|
|
||||||
- attach_workspace:
|
|
||||||
at: /
|
|
||||||
- run:
|
|
||||||
name: Execute integration tests
|
|
||||||
command: /usr/bin/entrypoint test
|
|
||||||
- store_test_results:
|
|
||||||
path: /build/release/integration-tests-xunit
|
|
||||||
"tests-integration-static":
|
|
||||||
docker:
|
|
||||||
- image: falcosecurity/falco-tester:latest
|
|
||||||
environment:
|
|
||||||
SOURCE_DIR: "/source-static"
|
|
||||||
BUILD_DIR: "/build-static"
|
|
||||||
BUILD_TYPE: "release"
|
|
||||||
SKIP_PACKAGES_TESTS: "true"
|
|
||||||
SKIP_PLUGINS_TESTS: "true"
|
|
||||||
steps:
|
|
||||||
- setup_remote_docker
|
|
||||||
- attach_workspace:
|
|
||||||
at: /
|
|
||||||
- run:
|
|
||||||
name: Execute integration tests
|
|
||||||
command: /usr/bin/entrypoint test
|
|
||||||
- store_test_results:
|
|
||||||
path: /build-static/release/integration-tests-xunit
|
|
||||||
# Execute integration tests based on the build results coming from the "build-arm64" job
|
|
||||||
"tests-integration-arm64":
|
|
||||||
machine:
|
|
||||||
enabled: true
|
|
||||||
image: ubuntu-2004:202101-01
|
|
||||||
resource_class: arm.medium
|
|
||||||
steps:
|
|
||||||
- attach_workspace:
|
|
||||||
at: /tmp
|
|
||||||
- run:
|
|
||||||
name: Execute integration tests
|
|
||||||
command: |
|
|
||||||
docker run -e BUILD_TYPE="release" -e BUILD_DIR="/build" -e SOURCE_DIR="/source" -it -v /var/run/docker.sock:/var/run/docker.sock -v /tmp/source-arm64:/source -v /tmp/build-arm64:/build \
|
|
||||||
falcosecurity/falco-tester:latest \
|
|
||||||
test
|
|
||||||
- store_test_results:
|
|
||||||
path: /tmp/build-arm64/release/integration-tests-xunit
|
|
||||||
"tests-driver-loader-integration":
|
|
||||||
machine:
|
|
||||||
image: ubuntu-2004:2023.04.2
|
|
||||||
steps:
|
|
||||||
- attach_workspace:
|
|
||||||
at: /tmp/ws
|
|
||||||
- run:
|
|
||||||
name: Execute driver-loader integration tests
|
|
||||||
command: /tmp/ws/source/falco/test/driver-loader/run_test.sh /tmp/ws/build/release/
|
|
||||||
|
|
||||||
workflows:
|
workflows:
|
||||||
version: 2.1
|
version: 2.1
|
||||||
build_and_test:
|
build_and_test:
|
||||||
@ -218,15 +156,4 @@ workflows:
|
|||||||
- "build-musl"
|
- "build-musl"
|
||||||
- "build-arm64"
|
- "build-arm64"
|
||||||
- "build-centos7"
|
- "build-centos7"
|
||||||
- "tests-integration":
|
|
||||||
requires:
|
|
||||||
- "build-centos7"
|
|
||||||
- "tests-integration-arm64":
|
|
||||||
requires:
|
|
||||||
- "build-arm64"
|
|
||||||
- "tests-integration-static":
|
|
||||||
requires:
|
|
||||||
- "build-musl"
|
|
||||||
- "tests-driver-loader-integration":
|
|
||||||
requires:
|
|
||||||
- "build-centos7"
|
|
||||||
|
Loading…
Reference in New Issue
Block a user