crossplane: moved tests to project repository (#9515)

Once https://github.com/crossplane/crossplane/pull/3671 all test cases
will have been moved to `crossplane/crossplane`, so we can switch the
build script to use that directly.

Signed-off-by: Philippe Scorsolini <p.scorsolini@gmail.com>

Signed-off-by: Philippe Scorsolini <p.scorsolini@gmail.com>
This commit is contained in:
Philippe Scorsolini 2023-02-03 19:24:35 +01:00 committed by GitHub
parent 36550f873e
commit 6706dfe94b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 3 deletions

View File

@ -15,7 +15,6 @@
################################################################################
FROM gcr.io/oss-fuzz-base/base-builder-go
RUN git clone --depth 1 https://github.com/crossplane/crossplane
RUN git clone --depth 1 https://github.com/cncf/cncf-fuzzing
RUN git clone --depth 1 https://github.com/crossplane/crossplane $SRC/crossplane
COPY build.sh $SRC/
WORKDIR $SRC/crossplane

View File

@ -15,4 +15,4 @@
#
################################################################################
$SRC/cncf-fuzzing/projects/crossplane/build.sh
$SRC/crossplane/test/fuzz/oss_fuzz_build.sh