Skip to content

Commit c50bedb

Browse files
authored
Disable CI that uses self-hosted runner (#3040)
* disable CI * real fix
1 parent 687f62f commit c50bedb

File tree

1 file changed

+52
-52
lines changed

1 file changed

+52
-52
lines changed

.github/workflows/build_and_test.yml

Lines changed: 52 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -369,58 +369,58 @@ jobs:
369369
shell: bash
370370
run: RUN_ON_CI=1 LLVM_CONFIG=llvm-config-${{env.MAIN_LLVM_VERSION}} ./scripts/test_fuzzer.sh ${{ matrix.fuzzer }}
371371

372-
fuzzers-qemu-user:
373-
needs:
374-
- changes
375-
if: ${{ needs.changes.outputs.qemu == 'true' }}
376-
strategy:
377-
matrix:
378-
os: [ubuntu-24.04]
379-
fuzzer:
380-
# Binary only
381-
# - ./fuzzers/binary_only/qemu_cmin
382-
# - ./fuzzers/binary_only/qemu_coverage
383-
# - ./fuzzers/binary_only/qemu_launcher
384-
arch:
385-
# unless somebody pays us for the servers.
386-
# - aarch64
387-
# - arm
388-
# - i386
389-
# - ppc
390-
- x86_64
391-
392-
runs-on: [ self-hosted, qemu ]
393-
container: registry.gitlab.com/qemu-project/qemu/qemu/ubuntu2204:latest
394-
steps:
395-
- uses: actions/checkout@v4
396-
- uses: ./.github/workflows/qemu-fuzzer-tester-prepare
397-
- name: Build and run example QEMU fuzzers (Linux)
398-
if: runner.os == 'Linux'
399-
shell: bash
400-
run: ARCH=${{ matrix.arch }} RUN_ON_CI=1 LLVM_CONFIG=llvm-config-${{env.MAIN_LLVM_VERSION}} ./scripts/test_fuzzer.sh ${{ matrix.fuzzer }}
401-
402-
fuzzers-qemu-system:
403-
needs:
404-
- changes
405-
if: ${{ needs.changes.outputs.qemu == 'true' }}
406-
strategy:
407-
matrix:
408-
os: [ubuntu-24.04]
409-
fuzzer:
410-
# Full-system
411-
# - ./fuzzers/full_system/qemu_baremetal
412-
# - ./fuzzers/full_system/qemu_linux_kernel
413-
# - ./fuzzers/full_system/qemu_linux_process
414-
415-
runs-on: [ self-hosted, qemu ]
416-
container: registry.gitlab.com/qemu-project/qemu/qemu/ubuntu2204:latest
417-
steps:
418-
- uses: actions/checkout@v4
419-
- uses: ./.github/workflows/qemu-fuzzer-tester-prepare
420-
- name: Build and run example QEMU fuzzers (Linux)
421-
if: runner.os == 'Linux'
422-
shell: bash
423-
run: RUN_ON_CI=1 LLVM_CONFIG=llvm-config-${{env.MAIN_LLVM_VERSION}} ./scripts/test_fuzzer.sh ${{ matrix.fuzzer }}
372+
# fuzzers-qemu-user:
373+
# needs:
374+
# - changes
375+
# if: ${{ needs.changes.outputs.qemu == 'true' }}
376+
# strategy:
377+
# matrix:
378+
# os: [ubuntu-24.04]
379+
# fuzzer:
380+
# Binary only
381+
# - ./fuzzers/binary_only/qemu_cmin
382+
# - ./fuzzers/binary_only/qemu_coverage
383+
# - ./fuzzers/binary_only/qemu_launcher
384+
# arch:
385+
# # unless somebody pays us for the servers.
386+
# # - aarch64
387+
# # - arm
388+
# # - i386
389+
# # - ppc
390+
# - x86_64
391+
#
392+
# runs-on: [ self-hosted, qemu ]
393+
# container: registry.gitlab.com/qemu-project/qemu/qemu/ubuntu2204:latest
394+
# steps:
395+
# - uses: actions/checkout@v4
396+
# - uses: ./.github/workflows/qemu-fuzzer-tester-prepare
397+
# - name: Build and run example QEMU fuzzers (Linux)
398+
# if: runner.os == 'Linux'
399+
# shell: bash
400+
# run: ARCH=${{ matrix.arch }} RUN_ON_CI=1 LLVM_CONFIG=llvm-config-${{env.MAIN_LLVM_VERSION}} ./scripts/test_fuzzer.sh ${{ matrix.fuzzer }}
401+
#
402+
# fuzzers-qemu-system:
403+
# needs:
404+
# - changes
405+
# if: ${{ needs.changes.outputs.qemu == 'true' }}
406+
# strategy:
407+
# matrix:
408+
# os: [ubuntu-24.04]
409+
# fuzzer:
410+
# Full-system
411+
# - ./fuzzers/full_system/qemu_baremetal
412+
# - ./fuzzers/full_system/qemu_linux_kernel
413+
# - ./fuzzers/full_system/qemu_linux_process
414+
#
415+
# runs-on: [ self-hosted, qemu ]
416+
# container: registry.gitlab.com/qemu-project/qemu/qemu/ubuntu2204:latest
417+
# steps:
418+
# - uses: actions/checkout@v4
419+
# - uses: ./.github/workflows/qemu-fuzzer-tester-prepare
420+
# - name: Build and run example QEMU fuzzers (Linux)
421+
# if: runner.os == 'Linux'
422+
# shell: bash
423+
# run: RUN_ON_CI=1 LLVM_CONFIG=llvm-config-${{env.MAIN_LLVM_VERSION}} ./scripts/test_fuzzer.sh ${{ matrix.fuzzer }}
424424

425425
nostd-build:
426426
runs-on: ubuntu-24.04

0 commit comments

Comments
 (0)