sourcegraph/dev/ci
William Bezuidenhout 5416b67f6f
ci: add step to run go mod tidy across the code bases (#58011)
* ci: add step to run go mod tidy across the code bases

* cleanup script

* update go.mod

* fix mode

* cleanup tmpfile on exit

* skip syntax-highlighter and add sentinel go.mod
2023-10-31 15:04:57 +02:00
..
images Remove GitHub Proxy from dev/ci/images list (#57521) 2023-10-10 21:19:02 +00:00
integration disable frontend code coverage tracking (#57820) 2023-10-23 21:29:40 +00:00
internal ci: add step to run go mod tidy across the code bases (#58011) 2023-10-31 15:04:57 +02:00
runtype Browser extension: disable inline extensions firefox (#57881) 2023-10-26 00:43:45 +00:00
scripts wolfi: Remove manual install of github cli from base image auto-update (#57574) 2023-10-16 10:48:10 +01:00
trivy ci: increase trivy timeout deadline (#46368) 2023-01-12 12:44:21 +01:00
asdf-install.sh app: add step for intel mac builds (#52540) 2023-05-29 20:21:06 +02:00
bazel-gomodtidy.sh ci: add step to run go mod tidy across the code bases (#58011) 2023-10-31 15:04:57 +02:00
bazel-prechecks-apply.sh bazel: run tests even if prechecks fail (#56312) 2023-08-31 15:42:08 +01:00
bazel-prechecks.sh ci: fix bazel prechecks not detecting untracked changes (#56961) 2023-09-22 15:34:57 +00:00
bazel.sh shell: /bin/bash -> /usr/bin/env bash (#53000) 2023-06-06 13:51:55 +01:00
BUILD.bazel enterprise: Move last directory out (#57392) 2023-10-05 20:15:40 +00:00
ci-checkov.sh Update ci-checkov.sh (#30723) 2022-02-06 05:30:06 -06:00
CODENOTIFY enterprise: Move last directory out (#57392) 2023-10-05 20:15:40 +00:00
create-client-artifact.sh web: make web integration tests great again! (#25027) 2021-09-23 16:32:25 +02:00
docker-publish.sh ci: drop gcloud init from ci steps (#26492) 2021-10-27 17:02:29 +02:00
gen-metadata-annotation.sh ci: generate a pipeline metdata annotation (#41107) 2022-08-31 20:38:25 +02:00
gen-pipeline.go logger: update log lib and remove use of description (#57690) 2023-10-18 17:29:08 +02:00
gen-pipeline.sh enterprise: Move last directory out (#57392) 2023-10-05 20:15:40 +00:00
glossary.md use esbuild for client/web builds (#57365) 2023-10-23 10:59:06 -07:00
OWNERS enterprise: Move last directory out (#57392) 2023-10-05 20:15:40 +00:00
parallel_run.sh dev/ci: introduce and migrate to bk.AnnotatedCmd (#30951) 2022-02-11 12:32:26 -08:00
pnpm-build.sh use esbuild for client/web builds (#57365) 2023-10-23 10:59:06 -07:00
pnpm-install-with-retry.sh app: buildkite pipeline for releases (#52202) 2023-05-19 17:44:20 +00:00
pnpm-run.sh remove gulp (task runner) (#57963) 2023-10-29 12:09:50 -07:00
pnpm-test-separate.sh web: migrate from yarn to pnpm (#46143) 2023-01-11 19:50:09 -08:00
pnpm-test.sh remove gulp (task runner) (#57963) 2023-10-29 12:09:50 -07:00
pnpm-web-integration.sh disable frontend code coverage tracking (#57820) 2023-10-23 21:29:40 +00:00
post-chromatic.sh ci: error handle story book build fail (#52428) 2023-05-24 20:29:42 -07:00
push_all.sh enterprise: Move last directory out (#57392) 2023-10-05 20:15:40 +00:00
README.md enterprise: Move last directory out (#57392) 2023-10-05 20:15:40 +00:00
reset-test-db.sh dev/ci: remove set -x in all tests (#36577) 2022-06-03 13:52:48 -07:00
sonarcloud-scan.sh Use Buildkite to run Sonarcloud (#54875) 2023-07-21 12:16:03 -04:00

Buildkite Pipeline for sourcegraph/sourcegraph

We dynamically generate our CI pipeline for Buildkite based on the output of gen-pipeline.go. To learn more, refer to the continuous integration docs.