diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 585500e489..a71852530c 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -75,22 +75,6 @@ jobs: gather_dumps: true capture_etw: true - # Run the bpf2c tests in GitHub. - bpf2c: - # Always run this job. - needs: regular - if: github.event_name == 'schedule' || github.event_name == 'pull_request' || github.event_name == 'push' - uses: ./.github/workflows/reusable-test.yml - with: - pre_test: call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\Common7\Tools\VsDevCmd.bat" - test_command: bpf2c_tests.exe -d yes - name: bpf2c - build_artifact: Build-x64 - environment: windows-2019 - code_coverage: true - gather_dumps: true - capture_etw: true - # Run the driver tests on self-hosted runners. driver: # Always run this job. @@ -178,32 +162,6 @@ jobs: code_coverage: false gather_dumps: true - execution_context_fuzzer: - needs: libfuzzer - # Always run this job. - if: github.event_name == 'schedule' || github.event_name == 'pull_request' - uses: ./.github/workflows/reusable-test.yml - with: - name: execution_context_fuzzer - test_command: execution_context_fuzzer.exe execution_context_fuzzer_corpus -use_value_profile=1 -runs=3000 - build_artifact: Build-x64-fuzzer - environment: windows-2019 - code_coverage: false - gather_dumps: true - - verifier_fuzzer: - needs: libfuzzer - # Always run this job. - if: github.event_name == 'schedule' || github.event_name == 'pull_request' - uses: ./.github/workflows/reusable-test.yml - with: - name: verifier_fuzzer - test_command: verifier_fuzzer.exe verifier_corpus -use_value_profile=1 -max_total_time=1800 - build_artifact: Build-x64-fuzzer - environment: windows-2019 - code_coverage: false - gather_dumps: true - # Run Cilium regression tests in GitHub. cilium_tests: needs: regular