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

update external DNS during blueprint execution #5212

Merged
merged 40 commits into from
Mar 14, 2024

fix test

ef535d4
Select commit
Loading
Failed to load commit list.
Merged

update external DNS during blueprint execution #5212

fix test
ef535d4
Select commit
Loading
Failed to load commit list.
buildomat / build-and-test (ubuntu-22.04) succeeded Mar 14, 2024 in 34m 33s

Success!

The buildomat job ID is 01HRX2V58QNR8EZ145ZRZMDPTJ. Click here for more detailed status.

The job produced the following artefacts:

The requested job was completed.

Details

control: job assigned to worker 01HRX2VCB7G875PQC2VA7JFT0S (queued for 37 s)
...
task: starting task 0: "setup"
task: process exited: duration 23304 ms, exit code 0
...
task: starting task 1: "rust-toolchain"
task: process exited: duration 10255 ms, exit code 0
...
task: starting task 2: "authentication"
task: process exited: duration 7 ms, exit code 0
...
task: starting task 3: "clone repository"
task: process exited: duration 3976 ms, exit code 0
...
task: starting task 4: "build"
...
| 
| running 0 tests
| 
| test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0. [...]
| 
|    Doc-tests nexus-db-model
|      Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-linux-gnu/bin/rustdoc - [...]
| 
| running 2 tests
| test nexus/db-model/src/collection.rs - collection::DatastoreAttachTargetConfig (line 83)  [...]
| test nexus/db-model/src/collection.rs - collection::DatastoreCollectionConfig (line 14) .. [...]
| 
| test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0. [...]
| 
|    Doc-tests nexus-db-queries
|      Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-linux-gnu/bin/rustdoc - [...]
| 
| running 2 tests
| test nexus/db-queries/src/db/alias.rs - db::alias::ExpressionAlias (line 20) ... ignored
| test nexus/db-queries/src/db/pagination.rs - db::pagination::Paginator (line 193) ... ok