Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 0 additions & 19 deletions .github/actions/run-oft/README.md

This file was deleted.

58 changes: 0 additions & 58 deletions .github/actions/run-oft/action.yaml

This file was deleted.

83 changes: 0 additions & 83 deletions .github/workflows/coverage.yaml

This file was deleted.

58 changes: 0 additions & 58 deletions .github/workflows/license-report.yaml

This file was deleted.

13 changes: 7 additions & 6 deletions .github/workflows/nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ env:

jobs:
check-msrv:
uses: ./.github/workflows/verify-msrv.yaml
uses: eclipse-uprotocol/ci-cd/.github/workflows/rust-verify-msrv.yaml@main

check-latest-deps:
uses: ./.github/workflows/verify-latest-deps.yaml
uses: eclipse-uprotocol/ci-cd/.github/workflows/rust-verify-latest-deps.yaml@main

deny:
runs-on: ubuntu-latest
Expand All @@ -47,17 +47,18 @@ jobs:
command: check
arguments: --all-features

# [impl->req~up-language-ci-test~1]
test-all-features:
uses: ./.github/workflows/test-featurematrix.yaml
uses: eclipse-uprotocol/ci-cd/.github/workflows/rust-test-featurematrix.yaml@main

x-build:
# The jury is still out on whether this actually adds any value, besides simply being possible...
uses: ./.github/workflows/x-build.yaml
uses: eclipse-uprotocol/ci-cd/.github/workflows/rust-x-build.yaml@main

coverage:
uses: ./.github/workflows/coverage.yaml
uses: eclipse-uprotocol/ci-cd/.github/workflows/rust-coverage.yaml@main

requirements-tracing:
uses: ./.github/workflows/requirements-tracing.yaml
uses: eclipse-uprotocol/ci-cd/.github/workflows/requirements-tracing.yaml@main
with:
oft-file-patterns: "${{ vars.UP_SPEC_OPEN_FAST_TRACE_FILE_PATTERNS }} ${{ vars.UP_RUST_OPEN_FAST_TRACE_FILE_PATTERNS }}"
11 changes: 7 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,19 +29,22 @@ jobs:
uses: ./.github/workflows/check.yaml

check-msrv:
uses: ./.github/workflows/verify-msrv.yaml
uses: eclipse-uprotocol/ci-cd/.github/workflows/rust-verify-msrv.yaml@main

coverage:
uses: ./.github/workflows/coverage.yaml
uses: eclipse-uprotocol/ci-cd/.github/workflows/rust-coverage.yaml@main

requirements-tracing:
uses: ./.github/workflows/requirements-tracing.yaml
uses: eclipse-uprotocol/ci-cd/.github/workflows/requirements-tracing.yaml@main
with:
oft-file-patterns: "${{ vars.UP_SPEC_OPEN_FAST_TRACE_FILE_PATTERNS }} ${{ vars.UP_RUST_OPEN_FAST_TRACE_FILE_PATTERNS }}"

licenses:
# This works off the license declarations in dependent packages/crates, so if these declarations are wrong, this report will contain erroneous information
uses: ./.github/workflows/license-report.yaml
uses: eclipse-uprotocol/ci-cd/.github/workflows/rust-license-report.yaml@main
with:
templates: "about.hbs"
config: "about.toml"

tag_release_artifacts:
# This only runs if this workflow is initiated via a tag-push with pattern 'v*'
Expand Down
58 changes: 0 additions & 58 deletions .github/workflows/requirements-tracing.yaml

This file was deleted.

Loading