Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move test_rules_scala and test_reproducibility to BK, remove Travis #1196

Merged
merged 5 commits into from
Jan 30, 2021
Merged
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
29 changes: 27 additions & 2 deletions .bazelci/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,17 +51,42 @@ tasks:
- "//test/..."
test_targets:
- "//test/..."
test_rules_scala_linux:
name: "./test_rules_scala"
platform: ubuntu1804
shell_commands:
- "./test_rules_scala.sh"
test_rules_scala_macos:
name: "./test_rules_scala"
platform: macos
shell_commands:
- "./test_rules_scala.sh"
test_reproducibility_linux:
name: "./test_reproducibility.sh"
platform: ubuntu1804
shell_commands:
- "./test_reproducibility.sh"
test_reproducibility_macos:
name: "./test_reproducibility.sh"
platform: macos
shell_commands:
- "./test_reproducibility.sh"
versions_ubuntu2004:
name: "./test_version.sh"
platform: ubuntu2004
shell_commands:
- ./test_version.sh
- "./test_version.sh"
versions_macos:
name: "./test_version.sh"
platform: macos
shell_commands:
- ./test_version.sh
- "./test_version.sh"
examples_ubuntu2004:
name: "./test_examples"
platform: ubuntu2004
shell_commands:
- "./test_examples.sh"
lint_ubuntu2004:
name: "bazel //tools:lint_check"
platform: ubuntu2004
run_targets:
Expand Down
25 changes: 0 additions & 25 deletions .bazelrc.travis

This file was deleted.

90 changes: 0 additions & 90 deletions .travis.yml

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Scala Rules for Bazel
[![Build Status](https://travis-ci.org/bazelbuild/rules_scala.svg?branch=master)](https://travis-ci.org/bazelbuild/rules_scala) [![Build status](https://badge.buildkite.com/90ce5244556df74db805a3c24a703fb87458396f9e1ddd687e.svg?branch=master)](https://buildkite.com/bazel/scala-rules-scala-postsubmit) [![Gitter chat](https://badges.gitter.im/gitterHQ/gitter.png)](https://gitter.im/bazelbuild_rules_scala/Lobby)
[![Build status](https://badge.buildkite.com/90ce5244556df74db805a3c24a703fb87458396f9e1ddd687e.svg?branch=master)](https://buildkite.com/bazel/scala-rules-scala-postsubmit) [![Gitter chat](https://badges.gitter.im/gitterHQ/gitter.png)](https://gitter.im/bazelbuild_rules_scala/Lobby)

## Overview

Expand Down