Skip to content

Commit

Permalink
patch: Add Foresight actions to CI (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlcsaposs-canonical authored Mar 29, 2023
1 parent f2556f7 commit 6654798
Show file tree
Hide file tree
Showing 10 changed files with 26 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/__check_pr_title.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: 'Foresight: Collect workflow telemetry'
uses: runforesight/foresight-workflow-kit-action@v1
- name: Checkout
uses: actions/checkout@v3
- name: Check semantic version prefix
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/__lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: 'Foresight: Collect workflow telemetry'
uses: runforesight/foresight-workflow-kit-action@v1
- name: Checkout
uses: actions/checkout@v3
- name: Install actionlint
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/__release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: 'Foresight: Collect workflow telemetry'
uses: runforesight/foresight-workflow-kit-action@v1
- name: Checkout
uses: actions/checkout@v3
with:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/_get_workflow_version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: 'Foresight: Collect workflow telemetry'
uses: runforesight/foresight-workflow-kit-action@v1
- name: Install pyyaml
run: python3 -m pip install pyyaml
- name: Get reusable workflow version
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/build_charm_without_cache.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 60
steps:
- name: 'Foresight: Collect workflow telemetry'
uses: runforesight/foresight-workflow-kit-action@v1
- name: Checkout
uses: actions/checkout@v3
- name: Setup environment
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/build_charms_with_cache.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: 'Foresight: Collect workflow telemetry'
uses: runforesight/foresight-workflow-kit-action@v1
- name: Install pyyaml
run: python3 -m pip install pyyaml
- name: Checkout charm repository
Expand Down Expand Up @@ -80,6 +82,8 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 60
steps:
- name: 'Foresight: Collect workflow telemetry'
uses: runforesight/foresight-workflow-kit-action@v1
- name: Checkout
uses: actions/checkout@v3
- name: Setup environment
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: 'Foresight: Collect workflow telemetry'
uses: runforesight/foresight-workflow-kit-action@v1
- name: Checkout
uses: actions/checkout@v3
- name: Install actionlint
Expand All @@ -29,6 +31,8 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: 'Foresight: Collect workflow telemetry'
uses: runforesight/foresight-workflow-kit-action@v1
- name: Checkout
uses: actions/checkout@v3
- name: Install tox
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release_charm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- name: 'Foresight: Collect workflow telemetry'
uses: runforesight/foresight-workflow-kit-action@v1
- name: Install pyyaml
run: python3 -m pip install pyyaml
- name: Install docker
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/sync_issue_to_jira.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: 'Foresight: Collect workflow telemetry'
uses: runforesight/foresight-workflow-kit-action@v1
- name: Login to Jira API
uses: atlassian/gajira-login@v3
env:
Expand Down Expand Up @@ -92,6 +94,8 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: 'Foresight: Collect workflow telemetry'
uses: runforesight/foresight-workflow-kit-action@v1
- name: Get Jira issue key
id: get-jira-issue-key
shell: python
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/update_bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: 'Foresight: Collect workflow telemetry'
uses: runforesight/foresight-workflow-kit-action@v1
- name: Install dependencies
run: python3 -m pip install requests pyyaml
- name: Checkout bundle repository
Expand Down

0 comments on commit 6654798

Please sign in to comment.