Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
P
protobuf
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
protobuf
Commits
38a794c0
Commit
38a794c0
authored
May 24, 2018
by
Feng Xiao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Delete jruby kokoro tests.
parent
f65f16a7
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
21 deletions
+0
-21
build.sh
kokoro/macos/jruby/build.sh
+0
-11
continuous.cfg
kokoro/macos/jruby/continuous.cfg
+0
-5
presubmit.cfg
kokoro/macos/jruby/presubmit.cfg
+0
-5
No files found.
kokoro/macos/jruby/build.sh
deleted
100755 → 0
View file @
f65f16a7
#!/bin/bash
#
# Build file to set up and run tests
# Change to repo root
cd
$(
dirname
$0
)
/../../..
# Prepare worker environment to run tests
source
kokoro/macos/prepare_build_macos_rc
./tests.sh jruby
kokoro/macos/jruby/continuous.cfg
deleted
100644 → 0
View file @
f65f16a7
# Config file for running tests in Kokoro
# Location of the build script in repository
build_file: "protobuf/kokoro/macos/jruby/build.sh"
timeout_mins: 1440
kokoro/macos/jruby/presubmit.cfg
deleted
100644 → 0
View file @
f65f16a7
# Config file for running tests in Kokoro
# Location of the build script in repository
build_file: "protobuf/kokoro/macos/jruby/build.sh"
timeout_mins: 1440
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment