Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Commit

Permalink
Merge pull request #67 from canonical/update-kubernetes-service-patch
Browse files Browse the repository at this point in the history
Update KubernetesServicePatch lib
  • Loading branch information
ghislainbourgeois authored Jul 18, 2022
2 parents a3278ee + 3e0fdea commit 8cc1829
Show file tree
Hide file tree
Showing 185 changed files with 8,968 additions and 7,977 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/orchestrator.accessd.charm.upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
orc8r-accessd-charmhub-upload:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
name: Charmhub upload orc8r-accessd-operator
steps:
- name: Checkout
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/orchestrator.accessd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
orc8r-accessd-lint-report:
name: Lint report (orc8r-accessd)
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Install tox
Expand All @@ -18,7 +18,7 @@ jobs:

orc8r-accessd-static-analysis:
name: Static analysis (orc8r-accessd)
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Install tox
Expand All @@ -28,7 +28,7 @@ jobs:

orc8r-accessd-unit-tests-with-coverage:
name: Unit tests (orc8r-accessd)
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Install tox
Expand All @@ -38,7 +38,7 @@ jobs:

orc8r-accessd-integration-test:
name: Integration tests (orc8r-accessd)
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/orchestrator.analytics.charm.upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
orc8r-analytics-charmhub-upload:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
name: Charmhub upload orc8r-analytics-operator
steps:
- name: Checkout
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/orchestrator.analytics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
orc8r-analytics-lint-report:
name: Lint report (orc8r-analytics)
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Install tox
Expand All @@ -18,7 +18,7 @@ jobs:

orc8r-analytics-static-analysis:
name: Static analysis (orc8r-analytics)
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Install tox
Expand All @@ -28,7 +28,7 @@ jobs:

orc8r-analytics-unit-tests-with-coverage:
name: Unit tests (orc8r-analytics)
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Install tox
Expand All @@ -38,7 +38,7 @@ jobs:

orc8r-analytics-integration-test:
name: Integration tests (orc8r-analytics)
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/orchestrator.baseacct.charm.upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
orc8r-base-acct-charmhub-upload:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
name: Charmhub upload orc8r-base-acct-operator
steps:
- name: Checkout
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/orchestrator.baseacct.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
orc8r-base-acct-lint-report:
name: Lint report (orc8r-base-acct)
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Install tox
Expand All @@ -18,7 +18,7 @@ jobs:

orc8r-base-acct-static-analysis:
name: Static analysis (orc8r-base-acct)
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Install tox
Expand All @@ -28,7 +28,7 @@ jobs:

orc8r-base-acct-unit-tests-with-coverage:
name: Unit tests (orc8r-base-acct)
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Install tox
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
orc8r-bootstrapper-charmhub-upload:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
name: Charmhub upload orc8r-bootstrapper-operator
steps:
- name: Checkout
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/orchestrator.bootstrapper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
orc8r-bootstrapper-lint-report:
name: Lint report (orc8r-bootstrapper)
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Install tox
Expand All @@ -18,7 +18,7 @@ jobs:

orc8r-bootstrapper-static-analysis:
name: Static analysis (orc8r-bootstrapper)
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Install tox
Expand All @@ -28,7 +28,7 @@ jobs:

orc8r-bootstrapper-unit-tests-with-coverage:
name: Unit tests (orc8r-bootstrapper)
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Install tox
Expand All @@ -38,7 +38,7 @@ jobs:

orc8r-bootstrapper-integration-test:
name: Integration tests (orc8r-bootstrapper)
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/orchestrator.bundle.upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
orc8r-bundle-charmhub-upload:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
name: Charmhub upload orc8r-bundle
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/orchestrator.certifier.charm.upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
orc8r-certifier-charmhub-upload:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
name: Charmhub upload orc8r-certifier-operator
steps:
- uses: actions/checkout@v2
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/orchestrator.certifier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
orc8r-certifier-lint-report:
name: Lint report (orc8r-certifier)
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Install tox
Expand All @@ -18,7 +18,7 @@ jobs:

orc8r-certifier-static-analysis:
name: Static analysis (orc8r-certifier)
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Install tox
Expand All @@ -28,7 +28,7 @@ jobs:

orc8r-certifier-unit-tests-with-coverage:
name: Unit tests (orc8r-certifier)
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Install tox
Expand All @@ -38,7 +38,7 @@ jobs:

orc8r-certifier-integration-test:
name: Integration tests (orc8r-certifier)
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
orc8r-configurator-charmhub-upload:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
name: Charmhub upload orc8r-configurator-operator
steps:
- uses: actions/checkout@v2
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/orchestrator.configurator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
orc8r-configurator-lint-report:
name: Lint report (orc8r-configurator)
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Install tox
Expand All @@ -18,7 +18,7 @@ jobs:

orc8r-configurator-static-analysis:
name: Static analysis (orc8r-configurator)
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Install tox
Expand All @@ -28,7 +28,7 @@ jobs:

orc8r-configurator-unit-tests-with-coverage:
name: Unit tests (orc8r-configurator)
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Install tox
Expand All @@ -38,7 +38,7 @@ jobs:

orc8r-configurator-integration-test:
name: Integration tests (orc8r-configurator)
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/orchestrator.ctraced.charm.upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
orc8r-ctraced-charmhub-upload:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
name: Charmhub upload orc8r-ctraced-operator
steps:
- uses: actions/checkout@v2
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/orchestrator.ctraced.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
orc8r-ctraced-lint-report:
name: Lint report (orc8r-ctraced)
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Install tox
Expand All @@ -18,7 +18,7 @@ jobs:

orc8r-ctraced-static-analysis:
name: Static analysis (orc8r-ctraced)
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Install tox
Expand All @@ -28,7 +28,7 @@ jobs:

orc8r-ctraced-unit-tests-with-coverage:
name: Unit tests (orc8r-ctraced)
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Install tox
Expand All @@ -38,7 +38,7 @@ jobs:

orc8r-ctraced-integration-test:
name: Integration tests (orc8r-ctraced)
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/orchestrator.device.charm.upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
orc8r-device-charmhub-upload:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
name: Charmhub upload orc8r-device-operator
steps:
- uses: actions/checkout@v2
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/orchestrator.device.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
orc8r-device-lint-report:
name: Lint report (orc8r-device)
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Install tox
Expand All @@ -18,7 +18,7 @@ jobs:

orc8r-device-static-analysis:
name: Static analysis (orc8r-device)
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Install tox
Expand All @@ -28,7 +28,7 @@ jobs:

orc8r-device-unit-tests-with-coverage:
name: Unit tests (orc8r-device)
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Install tox
Expand All @@ -38,7 +38,7 @@ jobs:

orc8r-device-integration-test:
name: Integration tests (orc8r-device)
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/orchestrator.directoryd.charm.upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
orc8r-directoryd-charmhub-upload:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
name: Charmhub upload orc8r-directoryd-operator
steps:
- uses: actions/checkout@v2
Expand Down
Loading

0 comments on commit 8cc1829

Please sign in to comment.