Summary
Jobs
validate-dco
test-prepare
run (graphdriver)
build
unit-test
integration-test-prepare
unit-test-report
integration-test (graphdriver, builtin, DockerAPISuite|DockerBenchmarkSuite|DockerCLIAttachSuite)
integration-test (graphdriver, builtin, DockerCLIBuildSuite)
integration-test (graphdriver, builtin, DockerCLICommitSuite|DockerCLICpSuite|DockerCLICreateSuit...
integration-test (graphdriver, builtin, DockerCLINetworkSuite|DockerCLIPluginLogDriverSuite|Docke...
integration-test (graphdriver, builtin, DockerCLIRunSuite)
integration-test (graphdriver, builtin, DockerCLISNISuite|DockerCLISaveLoadSuite|DockerCLISearchS...
integration-test (graphdriver, builtin, ./...)
integration-test (graphdriver, containerd, DockerAPISuite|DockerBenchmarkSuite|DockerCLIAttachSuite)
integration-test (graphdriver, containerd, DockerCLIBuildSuite)
integration-test (graphdriver, containerd, DockerCLICommitSuite|DockerCLICpSuite|DockerCLICreateS...
integration-test (graphdriver, containerd, DockerCLINetworkSuite|DockerCLIPluginLogDriverSuite|Do...
integration-test (graphdriver, containerd, DockerCLIRunSuite)
integration-test (graphdriver, containerd, DockerCLISNISuite|DockerCLISaveLoadSuite|DockerCLISear...
integration-test (graphdriver, containerd, ./...)
integration-test-report (graphdriver, builtin)
integration-test-report (graphdriver, containerd)
run (snapshotter)
build
unit-test
integration-test-prepare
unit-test-report
integration-test (snapshotter, containerd, DockerAPISuite|DockerBenchmarkSuite|DockerCLIAttachSuite)
integration-test (snapshotter, containerd, DockerCLIBuildSuite)
integration-test (snapshotter, containerd, DockerCLICommitSuite|DockerCLICpSuite|DockerCLICreateS...
integration-test (snapshotter, containerd, DockerCLINetworkSuite|DockerCLIPluginLogDriverSuite|Do...
integration-test (snapshotter, containerd, DockerCLIRunSuite)
integration-test (snapshotter, containerd, DockerCLISNISuite|DockerCLISaveLoadSuite|DockerCLISear...
integration-test (snapshotter, containerd, ./...)
integration-test-report (snapshotter, containerd)
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: windows-2019
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
schedule:
- cron: '0 10 * * *'
workflow_dispatch:
jobs:
validate-dco:
uses: ./.github/workflows/.dco.yml
test-prepare:
uses: ./.github/workflows/.test-prepare.yml
needs:
- validate-dco
run:
needs:
- test-prepare
uses: ./.github/workflows/.windows.yml
secrets: inherit
strategy:
fail-fast: false
matrix:
storage: ${{ fromJson(needs.test-prepare.outputs.matrix) }}
with:
os: windows-2019
storage: ${{ matrix.storage }}
send_coverage: false
You can’t perform that action at this time.