Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 15 additions & 10 deletions .kokoro/gcp_ubuntu/continuous.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,20 @@
# proto-file: google3/devtools/kokoro/config/proto/build.proto
# proto-message: BuildConfig

container_properties {
docker_image: "us-central1-docker.pkg.dev/kokoro-container-bakery/kokoro/ubuntu/ubuntu2004/full:current"
docker_sibling_containers: true
}

build_file: "silifuzz/.kokoro/gcp_ubuntu/kokoro_build.sh"

action {
define_artifacts {
regex: "**/sponge_log.xml"
regex: "**/sponge_log.log"
regex: "**/build_environment.log"
regex: "**/full_file_list.log"
regex: "**/modified_files.log"
regex: "**/affected_targets.log"
}
}
# action {
# define_artifacts {
# regex: "**/sponge_log.xml"
# regex: "**/sponge_log.log"
# regex: "**/build_environment.log"
# regex: "**/full_file_list.log"
# regex: "**/modified_files.log"
# regex: "**/affected_targets.log"
# }
# }
4 changes: 2 additions & 2 deletions .kokoro/gcp_ubuntu/kokoro_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ DOCKER_IMAGE=ubuntu:noble

docker run \
--security-opt seccomp=unconfined \
-v ${KOKORO_ARTIFACTS_DIR}/github/silifuzz:/app \
-v ${KOKORO_ARTIFACTS_DIR}:/kokoro \
-v ${KOKORO_HOST_ROOT_DIR}/src/github/silifuzz:/app \
-v ${KOKORO_HOST_ROOT_DIR}/src:/kokoro \
--env KOKORO_ARTIFACTS_DIR=/kokoro \
-w /app \
"${DOCKER_IMAGE}" \
Expand Down
25 changes: 15 additions & 10 deletions .kokoro/gcp_ubuntu/presubmit.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,20 @@
# proto-file: google3/devtools/kokoro/config/proto/build.proto
# proto-message: BuildConfig

container_properties {
docker_image: "us-central1-docker.pkg.dev/kokoro-container-bakery/kokoro/ubuntu/ubuntu2004/full:current"
docker_sibling_containers: true
}

build_file: "silifuzz/.kokoro/gcp_ubuntu/kokoro_build.sh"

action {
define_artifacts {
regex: "**/sponge_log.xml"
regex: "**/sponge_log.log"
regex: "**/build_environment.log"
regex: "**/full_file_list.log"
regex: "**/modified_files.log"
regex: "**/affected_targets.log"
}
}
# action {
# define_artifacts {
# regex: "**/sponge_log.xml"
# regex: "**/sponge_log.log"
# regex: "**/build_environment.log"
# regex: "**/full_file_list.log"
# regex: "**/modified_files.log"
# regex: "**/affected_targets.log"
# }
# }