Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3247895
D10339.id34647.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D10339.id34647.diff
View Options
diff --git a/.buildkite/blob_unittests.yml b/.buildkite/blob_unittests.yml
--- a/.buildkite/blob_unittests.yml
+++ b/.buildkite/blob_unittests.yml
@@ -1,5 +1,5 @@
steps:
- - label: ':nix: Blob Unittests'
+ - label: 'Blob Unittests'
command:
- 'apt update && apt install -y autoconf libtool build-essential cmake git'
- './scripts/install_protobuf.sh'
diff --git a/.buildkite/identity_tests.yml b/.buildkite/identity_tests.yml
--- a/.buildkite/identity_tests.yml
+++ b/.buildkite/identity_tests.yml
@@ -1,11 +1,15 @@
-env:
- PATH: '$HOME/.nix-profile/bin:/nix/var/nix/profiles/default/bin:$PATH'
steps:
- - label: ':nix: Identity Tests (Nix)'
+ - label: 'Identity Tests'
command:
+ - 'apt update && apt install -y autoconf libtool build-essential cmake git'
+ - './scripts/install_protobuf.sh'
- 'cd services/identity'
- - 'nix develop --accept-flake-config --command cargo test'
+ - 'cargo test'
retry:
automatic: true
+ plugins:
+ - docker#v5.3.0:
+ image: 'rust:1.74.0'
+ propagate-environment: true
agents:
- - 'mac=true'
+ - 'autoscaling=true'
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Nov 16, 7:30 AM (21 h, 34 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2496801
Default Alt Text
D10339.id34647.diff (1 KB)
Attached To
Mode
D10339: [identity] Switch Identity unit tests to autoscaling CI runners
Attached
Detach File
Event Timeline
Log In to Comment