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

better tokenization #162

Merged
merged 23 commits into from
Mar 18, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
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
8 changes: 4 additions & 4 deletions .concourse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
- name: pr-validate
build_logs_to_retain: 10
public: true
serial: false
serial: true
plan:
- in_parallel:
- get: git-pull-request-resource
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:

- in_parallel:
- task: compile-pr
timeout: 10m
timeout: 20m
image: env-glibc
config:
platform: linux
Expand Down Expand Up @@ -159,7 +159,7 @@ jobs:
status: failure

- task: unit-tests-pr
timeout: 10m
timeout: 20m
image: env-glibc
config:
platform: linux
Expand Down Expand Up @@ -193,7 +193,7 @@ jobs:
status: failure

- task: pr-win64-cross-build
timeout: 15m
timeout: 20m
image: env-glibc
config:
platform: linux
Expand Down
Loading