Skip to content

Commit 0b8687a

Browse files
authored
Merge pull request #197 from IntelLabs/ci/disable_nyx_testing
ci: remove nyx-testing
2 parents 9fc5b24 + 2a0e1d1 commit 0b8687a

1 file changed

Lines changed: 1 addition & 32 deletions

File tree

.github/workflows/CI.yml

Lines changed: 1 addition & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -144,37 +144,6 @@ jobs:
144144
--skip-tags "hardware_check,kvm_device,update_grub,reboot_kernel"
145145
--extra-vars "@parameters.json"
146146
147-
nyx-testing:
148-
runs-on: self-hosted
149-
150-
steps:
151-
# ensure workspace is cleaned up
152-
# (doesn't happen automatically on self-hosted runnner for some reason)
153-
- name: cleanup workdir
154-
run: find . -mindepth 1 -delete
155-
156-
- uses: actions/checkout@v3
157-
with:
158-
repository: nyx-fuzz/Nyx-Testing
159-
160-
- run: |
161-
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs > rustup
162-
chmod +x rustup
163-
./rustup -y
164-
# update PATH
165-
echo "$HOME/.cargo/bin" >> $GITHUB_PATH
166-
167-
- name: Prepare tests
168-
run: |
169-
sh setup.sh
170-
sh prepare_tests.sh
171-
172-
- name: Run tests
173-
run: cargo test -- --skip processor_trace
174-
175-
- name: Run PT tests
176-
run: cargo test
177-
178147
docker-image:
179148
runs-on: ubuntu-latest
180149
steps:
@@ -301,7 +270,7 @@ jobs:
301270

302271
release:
303272
# this job makes an official Github release
304-
needs: [ansible-lint, check-mode, local, remote, docker-image, nyx-testing]
273+
needs: [ansible-lint, check-mode, local, remote, docker-image]
305274
runs-on: ubuntu-latest
306275
outputs:
307276
version: ${{ steps.get_version.outputs.version }}

0 commit comments

Comments
 (0)