aboutsummaryrefslogtreecommitdiff
path: root/.bazelci/integration.yml
diff options
context:
space:
mode:
Diffstat (limited to '.bazelci/integration.yml')
-rw-r--r--.bazelci/integration.yml23
1 files changed, 0 insertions, 23 deletions
diff --git a/.bazelci/integration.yml b/.bazelci/integration.yml
deleted file mode 100644
index d73a4d7..0000000
--- a/.bazelci/integration.yml
+++ /dev/null
@@ -1,23 +0,0 @@
-lts: &lts
- bazel: latest
-
-rolling: &rolling
- bazel: rolling
-
-
-common: &common
- platform: ubuntu1804
- working_directory: ..
- build_targets:
- - "distro:*"
-
-tasks:
- rolling_ubuntu:
- name: rolling_distro
- <<: *rolling
- <<: *common
- lts_ubuntu:
- name: lts_distro
- platform: ubuntu1804
- <<: *lts
- <<: *common