From 2a0e1d178374eb3b62f7862bfc20fbf59e387978 Mon Sep 17 00:00:00 2001 From: Mathieu Tarral Date: Thu, 11 May 2023 11:52:43 -0700 Subject: [PATCH] ci: remove nyx-testing not compatible with kafl kernel 6.0 --- .github/workflows/CI.yml | 33 +-------------------------------- 1 file changed, 1 insertion(+), 32 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 38b63f7d..85c33854 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -144,37 +144,6 @@ jobs: --skip-tags "hardware_check,kvm_device,update_grub,reboot_kernel" --extra-vars "@parameters.json" - nyx-testing: - runs-on: self-hosted - - steps: - # ensure workspace is cleaned up - # (doesn't happen automatically on self-hosted runnner for some reason) - - name: cleanup workdir - run: find . -mindepth 1 -delete - - - uses: actions/checkout@v3 - with: - repository: nyx-fuzz/Nyx-Testing - - - run: | - curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs > rustup - chmod +x rustup - ./rustup -y - # update PATH - echo "$HOME/.cargo/bin" >> $GITHUB_PATH - - - name: Prepare tests - run: | - sh setup.sh - sh prepare_tests.sh - - - name: Run tests - run: cargo test -- --skip processor_trace - - - name: Run PT tests - run: cargo test - docker-image: runs-on: ubuntu-latest steps: @@ -301,7 +270,7 @@ jobs: release: # this job makes an official Github release - needs: [ansible-lint, check-mode, local, remote, docker-image, nyx-testing] + needs: [ansible-lint, check-mode, local, remote, docker-image] runs-on: ubuntu-latest outputs: version: ${{ steps.get_version.outputs.version }}