mirror of https://github.com/thesofproject/sof.git
actions: rename fuzzer job
rename scant to ipc as this is the ipc fuzzer Signed-off-by: Curtis Malainey <cujomalainey@chromium.org>
This commit is contained in:
parent
39551b08ce
commit
e11c3c9e51
|
@ -4,10 +4,10 @@
|
||||||
# also see
|
# also see
|
||||||
# https://google.github.io/oss-fuzz/getting-started/continuous-integration/
|
# https://google.github.io/oss-fuzz/getting-started/continuous-integration/
|
||||||
#
|
#
|
||||||
# Build and run fuzzer for 5s to check if it runs properly. If it consistently
|
# Build and run fuzzer for 5s just to check that it runs properly. If it
|
||||||
# fails in under 5s you probably did something wrong
|
# consistently fails in under 5s you probably did something wrong
|
||||||
|
|
||||||
name: Scant fuzz compile
|
name: IPC fuzzer compile test
|
||||||
|
|
||||||
# 'workflow_dispatch' allows running this workflow manually from the
|
# 'workflow_dispatch' allows running this workflow manually from the
|
||||||
# 'Actions' tab
|
# 'Actions' tab
|
||||||
|
@ -16,7 +16,7 @@ name: Scant fuzz compile
|
||||||
on: [pull_request, workflow_dispatch]
|
on: [pull_request, workflow_dispatch]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
scant-fuzzer-build:
|
ipc-fuzzer-build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Build Fuzzers
|
- name: Build Fuzzers
|
Loading…
Reference in New Issue