Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
benchmark
Project
Overview
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
benchmark
Commits
f10b9c0c
Unverified
Commit
f10b9c0c
authored
Jun 01, 2021
by
Roman Lebedev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Un-disable github actions :]
parent
604112c2
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
12 additions
and
10 deletions
+12
-10
bazel.yml
.github/workflows/bazel.yml
+1
-1
build-and-test-perfcounters.yml
.github/workflows/build-and-test-perfcounters.yml
+2
-2
build-and-test.yml
.github/workflows/build-and-test.yml
+4
-2
pylint.yml
.github/workflows/pylint.yml
+2
-2
test_bindings.yml
.github/workflows/test_bindings.yml
+2
-2
releasing.md
docs/releasing.md
+1
-1
No files found.
.github/workflows/bazel.yml
View file @
f10b9c0c
...
...
@@ -19,7 +19,7 @@ jobs:
path
:
"
~/.cache/bazel"
key
:
${{ env.cache-name }}-${{ runner.os }}-${{ github.ref }}
restore-keys
:
|
${{ env.cache-name }}-${{ runner.os }}-ma
ster
${{ env.cache-name }}-${{ runner.os }}-ma
in
-
name
:
build
run
:
|
...
...
.github/workflows/build-and-test-perfcounters.yml
View file @
f10b9c0c
...
...
@@ -2,9 +2,9 @@ name: build-and-test-perfcounters
on
:
push
:
branches
:
[
ma
ster
]
branches
:
[
ma
in
]
pull_request
:
branches
:
[
ma
ster
]
branches
:
[
ma
in
]
jobs
:
job
:
...
...
.github/workflows/build-and-test.yml
View file @
f10b9c0c
name
:
build-and-test
on
:
push
:
{}
pull_request
:
{}
push
:
branches
:
[
main
]
pull_request
:
branches
:
[
main
]
jobs
:
# TODO: add 32-bit builds (g++ and clang++) for ubuntu
...
...
.github/workflows/pylint.yml
View file @
f10b9c0c
...
...
@@ -2,9 +2,9 @@ name: pylint
on
:
push
:
branches
:
[
ma
ster
]
branches
:
[
ma
in
]
pull_request
:
branches
:
[
ma
ster
]
branches
:
[
ma
in
]
jobs
:
pylint
:
...
...
.github/workflows/test_bindings.yml
View file @
f10b9c0c
...
...
@@ -2,9 +2,9 @@ name: test-bindings
on
:
push
:
branches
:
[
ma
ster
]
branches
:
[
ma
in
]
pull_request
:
branches
:
[
ma
ster
]
branches
:
[
ma
in
]
jobs
:
python_bindings
:
...
...
docs/releasing.md
View file @
f10b9c0c
# How to release
*
Make sure you're on ma
ster
and synced to HEAD
*
Make sure you're on ma
in
and synced to HEAD
*
Ensure the project builds and tests run (sanity check only, obviously)
*
`parallel -j0 exec ::: test/*_test`
can help ensure everything at least
passes
...
...
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