Skip to content

Commit

Permalink
Merge pull request #197 from IntelLabs/ci/disable_nyx_testing
Browse files Browse the repository at this point in the history
ci: remove nyx-testing
  • Loading branch information
Wenzel authored May 11, 2023
2 parents 9fc5b24 + 2a0e1d1 commit 0b8687a
Showing 1 changed file with 1 addition and 32 deletions.
33 changes: 1 addition & 32 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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 }}
Expand Down

0 comments on commit 0b8687a

Please sign in to comment.