Update SortFunc #4788
ci.yml
on: push
lint
/
Lint TypeScript
1m 6s
lint
/
Lint Go
2m 29s
test
/
TypeScript Unit Tests
2m 54s
test
/
Proto Up To Date
1m 0s
build
/
prepare
2m 51s
build
/
pack-nuget
1m 49s
test
/
Golang Mod Up To Date
24s
test
/
Golang Unit Tests
2m 29s
test
/
Golang Integration Tests
2m 33s
All required checks done
0s
Annotations
23 errors and 5 warnings
lint / Lint Go:
cmd/scheduler/cmd/main.go#L6
could not import github.com/armadaproject/armada/internal/scheduler (-: # github.com/armadaproject/armada/internal/scheduler
|
lint / Lint Go:
internal/scheduler/jobiteration.go#L75
type func(a *"github.com/armadaproject/armada/internal/scheduler/context".JobSchedulingContext, b *"github.com/armadaproject/armada/internal/scheduler/context".JobSchedulingContext) bool of func(a, b *schedulercontext.JobSchedulingContext) bool {…} does not match inferred type func(a *"github.com/armadaproject/armada/internal/scheduler/context".JobSchedulingContext, b *"github.com/armadaproject/armada/internal/scheduler/context".JobSchedulingContext) int for func(a E, b E) int) (typecheck)
|
lint / Lint Go:
internal/armada/server.go#L33
could not import github.com/armadaproject/armada/internal/scheduler (-: # github.com/armadaproject/armada/internal/scheduler
|
lint / Lint Go:
internal/scheduler/jobiteration.go#L75
type func(a *"github.com/armadaproject/armada/internal/scheduler/context".JobSchedulingContext, b *"github.com/armadaproject/armada/internal/scheduler/context".JobSchedulingContext) bool of func(a, b *schedulercontext.JobSchedulingContext) bool {…} does not match inferred type func(a *"github.com/armadaproject/armada/internal/scheduler/context".JobSchedulingContext, b *"github.com/armadaproject/armada/internal/scheduler/context".JobSchedulingContext) int for func(a E, b E) int) (typecheck)
|
lint / Lint Go:
internal/armada/server/submit_to_log.go#L37
could not import github.com/armadaproject/armada/internal/scheduler (-: # github.com/armadaproject/armada/internal/scheduler
|
lint / Lint Go:
internal/scheduler/jobiteration.go#L75
type func(a *"github.com/armadaproject/armada/internal/scheduler/context".JobSchedulingContext, b *"github.com/armadaproject/armada/internal/scheduler/context".JobSchedulingContext) bool of func(a, b *schedulercontext.JobSchedulingContext) bool {…} does not match inferred type func(a *"github.com/armadaproject/armada/internal/scheduler/context".JobSchedulingContext, b *"github.com/armadaproject/armada/internal/scheduler/context".JobSchedulingContext) int for func(a E, b E) int) (typecheck)
|
lint / Lint Go:
internal/scheduler/api.go#L1
: # github.com/armadaproject/armada/internal/scheduler [github.com/armadaproject/armada/internal/scheduler.test]
|
lint / Lint Go:
internal/scheduler/jobiteration.go#L75
type func(a *"github.com/armadaproject/armada/internal/scheduler/context".JobSchedulingContext, b *"github.com/armadaproject/armada/internal/scheduler/context".JobSchedulingContext) bool of func(a, b *schedulercontext.JobSchedulingContext) bool {…} does not match inferred type func(a *"github.com/armadaproject/armada/internal/scheduler/context".JobSchedulingContext, b *"github.com/armadaproject/armada/internal/scheduler/context".JobSchedulingContext) int for func(a E, b E) int
|
lint / Lint Go:
internal/scheduler/preempting_queue_scheduler_test.go#L2025
type func(a *"github.com/armadaproject/armada/internal/scheduler/context".JobSchedulingContext, b *"github.com/armadaproject/armada/internal/scheduler/context".JobSchedulingContext) bool of func(a, b *schedulercontext.JobSchedulingContext) bool {…} does not match inferred type func(a *"github.com/armadaproject/armada/internal/scheduler/context".JobSchedulingContext, b *"github.com/armadaproject/armada/internal/scheduler/context".JobSchedulingContext) int for func(a E, b E) int (typecheck)
|
lint / Lint Go:
internal/scheduler/database/db.go#L1
: # github.com/armadaproject/armada/internal/scheduler/database [github.com/armadaproject/armada/internal/scheduler/database.test]
|
build / prepare
Canceling since a higher priority waiting request for 'CI-refs/heads/severinson/node-queue-failure-metrics-2' exists
|
build / prepare
The operation was canceled.
|
test / TypeScript Unit Tests
Canceling since a higher priority waiting request for 'CI-refs/heads/severinson/node-queue-failure-metrics-2' exists
|
test / TypeScript Unit Tests
❌ No test results found for JUnit Test Report
|
test / TypeScript Unit Tests
No files were found with the provided path: ./internal/lookout/ui/junit.xml. No artifacts will be uploaded.
|
test / TypeScript Unit Tests
The operation was canceled.
|
test / Golang Unit Tests
Canceling since a higher priority waiting request for 'CI-refs/heads/severinson/node-queue-failure-metrics-2' exists
|
test / Golang Unit Tests
❌ No test results found for JUnit Test Report
|
test / Golang Unit Tests
The operation was canceled.
|
test / Golang Integration Tests
Canceling since a higher priority waiting request for 'CI-refs/heads/severinson/node-queue-failure-metrics-2' exists
|
test / Golang Integration Tests
❌ No test results found for JUnit Test Report
|
test / Golang Integration Tests
The operation was canceled.
|
test / Golang Integration Tests
Process completed with exit code 1.
|
test / Golang Mod Up To Date
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/[email protected], actions/setup-go@v4, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test / Proto Up To Date
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/[email protected], arduino/setup-protoc@v2, actions/setup-go@v4, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
lint / Lint TypeScript
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/[email protected], actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build / pack-nuget
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3, actions/setup-go@v4, actions/cache@v3, arduino/setup-protoc@v2, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
lint / Lint Go
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/[email protected], actions/setup-go@v4, actions/cache@v3, golangci/golangci-lint-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
docker-compose-logs
Expired
|
54 Bytes |
|
go-unit-test-reports
Expired
|
34 KB |
|
nupkg-artifacts
Expired
|
450 KB |
|