Skip to content

Commit

Permalink
patch: Remove Foresight (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlcsaposs-canonical committed Apr 25, 2023
1 parent dcfb65e commit 27624ed
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 26 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/__check_pr_title.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ 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: 0 additions & 2 deletions .github/workflows/__lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ 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: 0 additions & 2 deletions .github/workflows/__release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ 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: 0 additions & 2 deletions .github/workflows/_get_workflow_version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@ 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: 0 additions & 2 deletions .github/workflows/build_charm_without_cache.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ 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: 0 additions & 4 deletions .github/workflows/build_charms_with_cache.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ 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 @@ -82,8 +80,6 @@ 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: 0 additions & 4 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ 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 @@ -31,8 +29,6 @@ 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 & poetry
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/release_charm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@ 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: 0 additions & 4 deletions .github/workflows/sync_issue_to_jira.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ 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 @@ -94,8 +92,6 @@ 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: 0 additions & 2 deletions .github/workflows/update_bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ 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 27624ed

Please sign in to comment.