8000 workflow: pr: reenable TRC-103 by geyslan · Pull Request #2840 · aquasecurity/tracee · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

workflow: pr: reenable TRC-103 #2840

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 9, 2023
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
7 changes: 4 additions & 3 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,12 @@ concurrency:
group: ${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
env:
# TRC-103 disabled: https://github.com/aquasecurity/tracee/issues/2820
TESTS: "TRC-102 TRC-104 TRC-105 TRC-107 TRC-1018 TRC-1014 TRC-1016 TRC-1010"
# TRC-103 enabled but under analysis
# https://github.com/aquasecurity/tracee/issues/2820
TESTS: "TRC-102 TRC-103 TRC-104 TRC-105 TRC-107 TRC-1018 TRC-1014 TRC-1016 TRC-1010"
# ARM64 tests are disabled due to missing arm64 binaries in tracee-tester
# https://github.com/aquasecurity/tracee/issues/2821
ARM64_TESTS: "TRC-102 TRC-104 TRC-107 TRC-1018 TRC-1014 TRC-1016"
ARM64_TESTS: "TRC-102 TRC-103 TRC-104 TRC-107 TRC-1018 TRC-1014 TRC-1016"
RHEL_ARM64_TESTS: "TRC-102 TRC-107 TRC-1018 TRC-1014 TRC-1016"
NETTESTS: "IPv4 IPv6 TCP UDP ICMP ICMPv6 DNS HTTP"
INSTTESTS: "VFS_WRITE FILE_MODIFICATION"
Expand Down
0