Skip to content

Commit

Permalink
test: disable all test-rock jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
clay-lake committed Dec 2, 2024
1 parent 7044098 commit cfd1328
Showing 1 changed file with 20 additions and 19 deletions.
39 changes: 20 additions & 19 deletions .github/workflows/_Test-OCI-Factory.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,25 +96,26 @@ jobs:
run: |
find ${{ github.workspace }} -name 'test-*.bats' | xargs bats
# # Test use case of reuseable workflow
# build-rock:
# uses: ./.github/workflows/Build-Rock.yaml
# with:
# # mock rock
# oci-archive-name: "mock-rock"
# rock-repo: canonical/rocks-toolbox
# rock-repo-commit: main
# rockfile-directory: mock_rock/1.2 # 1.0 - multi arch, 1.2 single arch rock

# test-rock:
# uses: ./.github/workflows/Test-Rock.yaml
# needs: [build-rock]
# with:
# oci-archive-name: "mock-rock"
# test-vulnerabilities: true
# test-oci-compliance: true
# test-efficiency: true
# test_malware: true
# Test use case of reuseable workflow
build-rock:
uses: ./.github/workflows/Build-Rock.yaml
with:
# mock rock
oci-archive-name: "mock-rock"
rock-repo: canonical/rocks-toolbox
rock-repo-commit: main
rockfile-directory: mock_rock/1.2 # 1.0 - multi arch, 1.2 single arch rock

test-rock:
uses: ./.github/workflows/Test-Rock.yaml
needs: [build-rock]
with:
oci-archive-name: "mock-rock"
test-vulnerabilities: false
test-black-box: false
test-oci-compliance: false
test-efficiency: false
test_malware: false

# # Test workflow used in continuous testing
# test-vulnerability-scan:
Expand Down

0 comments on commit cfd1328

Please sign in to comment.