Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Vault
Commits
9fcd8140
Commit
9fcd8140
authored
4 years ago
by
Brian Kassouf
Browse files
Options
Download
Email Patches
Plain Diff
JOBS=2
parent
aa507151
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.circleci/config.yml
+9
-3
.circleci/config.yml
.circleci/config/executors/@executors.yml
+2
-0
.circleci/config/executors/@executors.yml
with
11 additions
and
3 deletions
+11
-3
.circleci/config.yml
+
9
-
3
View file @
9fcd8140
...
...
@@ -292,7 +292,9 @@ jobs:
-
.buildcache/archives/08-warm-go-build-vendor-cache-8a055286bfdd3c2b0f3ce25f54f88375384a2400.tar.gz
install-ui-dependencies
:
docker
:
-
image
:
node:10-buster
-
environment
:
JOBS
:
2
image
:
node:10-buster
shell
:
/usr/bin/env bash -euo pipefail -c
working_directory
:
/go/src/github.com/hashicorp/vault
steps
:
...
...
@@ -374,7 +376,9 @@ jobs:
-
.buildcache/archives/08-warm-go-build-vendor-cache-28637de51e735a2eca5909e5685278b304ac5b15.tar.gz
test-ui
:
docker
:
-
image
:
node:10-buster
-
environment
:
JOBS
:
2
image
:
node:10-buster
shell
:
/usr/bin/env bash -euo pipefail -c
working_directory
:
/go/src/github.com/hashicorp/vault
resource_class
:
medium+
...
...
@@ -475,7 +479,9 @@ jobs:
-
.buildcache/archives/08-warm-go-build-vendor-cache-024e5c62d2ad59cb7a139748ec3571828bc950a8.tar.gz
test-ui-browserstack
:
docker
:
-
image
:
node:10-buster
-
environment
:
JOBS
:
2
image
:
node:10-buster
shell
:
/usr/bin/env bash -euo pipefail -c
working_directory
:
/go/src/github.com/hashicorp/vault
resource_class
:
medium+
...
...
This diff is collapsed.
Click to expand it.
.circleci/config/executors/@executors.yml
+
2
-
0
View file @
9fcd8140
...
...
@@ -11,6 +11,8 @@ go-machine:
node
:
docker
:
-
image
:
node:10-buster
environment
:
JOBS
:
2
shell
:
/usr/bin/env bash -euo pipefail -c
working_directory
:
/go/src/github.com/hashicorp/vault
python
:
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
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
Menu
Projects
Groups
Snippets
Help