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

add --ephemeral mode for persistent worker #813

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

add --ephemeral mode for persistent worker

2272915
Select commit
Loading
Failed to load commit list.
Open

add --ephemeral mode for persistent worker #813

add --ephemeral mode for persistent worker
2272915
Select commit
Loading
Failed to load commit list.
Cirrus CI / Test (Windows) completed Nov 26, 2024 in 6m 42s

Task Summary

Instruction test failed in 06:39

Details

✅ 00:01 clone
❌ 06:39 test

    --- PASS: TestGoodCases/real2.yaml (0.00s)
    --- PASS: TestGoodCases/real4.yaml (0.00s)
    --- PASS: TestGoodCases/gdoc-example1.yaml (0.00s)
    --- PASS: TestGoodCases/real1.yaml (0.00s)
    --- PASS: TestGoodCases/real3.yaml (0.00s)
    --- PASS: TestGoodCases/gdoc-example2.yaml (0.00s)
    --- PASS: TestGoodCases/doubly-nested-balanced.yaml (0.00s)
PASS
ok  	github.com/cirruslabs/cirrus-cli/pkg/parser/modifier/matrix	0.027s
=== RUN   TestRegexNameable
--- PASS: TestRegexNameable (0.00s)
=== RUN   TestFirstGroupOrDefault
--- PASS: TestFirstGroupOrDefault (0.00s)
=== RUN   TestSimpleNameable
--- PASS: TestSimpleNameable (0.00s)
PASS
ok  	github.com/cirruslabs/cirrus-cli/pkg/parser/nameable	0.021s
=== RUN   TestGetExpandedStringValue
--- PASS: TestGetExpandedStringValue (0.00s)
=== RUN   TestGetStringMapping
--- PASS: TestGetStringMapping (0.00s)
=== RUN   TestGetSliceOfNonEmptyStrings
--- PASS: TestGetSliceOfNonEmptyStrings (0.00s)
=== RUN   TestDeepFindChild
--- PASS: TestDeepFindChild (0.00s)
=== RUN   TestDeepFindCollectible
--- PASS: TestDeepFindCollectible (0.00s)
=== RUN   TestDeepFindChildrenSameLevel
--- PASS: TestDeepFindChildrenSameLevel (0.00s)
=== RUN   TestHasChildren
--- PASS: TestHasChildren (0.00s)
=== RUN   TestFindParent
--- PASS: TestFindParent (0.00s)
=== RUN   TestReversePath
--- PASS: TestReversePath (0.00s)
=== RUN   TestPathUpwardsUpto
--- PASS: TestPathUpwardsUpto (0.00s)
=== RUN   TestGetPath
--- PASS: TestGetPath (0.00s)
=== RUN   TestDeepCopy
--- PASS: TestDeepCopy (0.00s)
=== RUN   TestScalarToString
--- PASS: TestScalarToString (0.00s)
=== RUN   TestLineAndColumnNumbers
--- PASS: TestLineAndColumnNumbers (0.00s)
PASS
ok  	github.com/cirruslabs/cirrus-cli/pkg/parser/node	0.022s
=== RUN   TestMultiLineMessageWithContext
--- PASS: TestMultiLineMessageWithContext (0.00s)
PASS
ok  	github.com/cirruslabs/cirrus-cli/pkg/parser/parsererror	0.018s
=== RUN   TestParseSeconds
--- PASS: TestParseSeconds (0.00s)
PASS
ok  	github.com/cirruslabs/cirrus-cli/pkg/parser/task	0.025s
FAIL