Skip to content

Commit

Permalink
plan a charm file resource built by script called 'build-resource.sh'
Browse files Browse the repository at this point in the history
  • Loading branch information
addyess committed Oct 25, 2024
1 parent 5ffd7ba commit 64ef424
Show file tree
Hide file tree
Showing 27 changed files with 15,767 additions and 12,211 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/integration_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ on:
zap-target-port:
description: ZAP target port
type: string
default: 80
default: '80'
zap-target-protocol:
description: ZAP target protocol
type: string
Expand All @@ -204,7 +204,7 @@ jobs:
plan: ${{ steps.plan.outputs.plan }}
steps:
- uses: actions/[email protected]
- uses: canonical/operator-workflows/internal/plan@main
- uses: ./internal/plan
id: plan
with:
identifier: ${{ inputs.identifier }}
Expand All @@ -225,7 +225,7 @@ jobs:
run: |
lxc profile set default security.nesting true
- uses: actions/checkout@v4
- uses: canonical/operator-workflows/internal/build@main
- uses: ./internal/build
id: build
with:
build-plan: ${{ toJSON(matrix.build) }}
Expand All @@ -244,7 +244,7 @@ jobs:
outputs:
scans: ${{ steps.plan-scan.outputs.scans }}
steps:
- uses: canonical/operator-workflows/internal/plan-scan@main
- uses: ./internal/plan-scan
id: plan-scan
with:
plan: ${{ needs.plan.outputs.plan }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/integration_test_run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ on:
zap-target-port:
description: ZAP target port
type: string
default: 80
default: '80'
zap-target-protocol:
description: ZAP target protocol
type: string
Expand Down Expand Up @@ -268,7 +268,7 @@ jobs:
- run: sudo apt install skopeo -y

- name: Plan Integration
uses: canonical/operator-workflows/internal/plan-integration@main
uses: ./internal/plan-integration
id: plan-integration
with:
plan: ${{ inputs.plan }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_charm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
# required to use skopeo embedded within rockcraft - otherwise a docker error
# "io: read/write on closed pipe" will happen
- run: sudo snap install rockcraft --classic
- uses: canonical/operator-workflows/internal/publish@main
- uses: ./internal/publish
id: publish
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
Loading

0 comments on commit 64ef424

Please sign in to comment.