Skip to content

Commit

Permalink
Merge branch 'pr/Aijeyomah/25'
Browse files Browse the repository at this point in the history
Signed-off-by: Lee Calcote <[email protected]>
  • Loading branch information
leecalcote committed Sep 30, 2024
2 parents 1fbfbae + 8f08109 commit 8d1c1d8
Show file tree
Hide file tree
Showing 10 changed files with 25 additions and 25 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-and-release-edge.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Meshery Build and Releaser (edge)
name: Meshery Extension Build and Releaser (edge)
on:
workflow_dispatch:
inputs:
Expand All @@ -17,7 +17,7 @@ on:
jobs:
update-rest-api-docs:
name: Update REST API Documentation
if: github.repository == 'meshery/meshery'
if: github.repository == 'meshery/helm-kanvas-snapshot'
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:

update-graphql-docs:
name: Update GraphQL API Documentation
if: github.repository == 'meshery/meshery'
if: github.repository == 'meshery/helm-kanvas-snapshot'
runs-on: ubuntu-22.04
steps:
- name: Check out code
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:

docker-build-push:
name: Docker build and push
if: github.repository == 'meshery/meshery' && github.event_name != 'pull_request' && success()
if: github.repository == 'meshery/helm-kanvas-snapshot' && github.event_name != 'pull_request' && success()
env:
RELEASE_CHANNEL: "edge"
runs-on: ubuntu-22.04
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/build-and-release-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

update-rest-api-docs:
name: Update REST API Documentation
if: github.repository == 'meshery/meshery'
if: github.repository == 'meshery/helm-kanvas-snapshot'
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:

update-graphql-docs:
name: Update GraphQL API Documentation
if: github.repository == 'meshery/meshery'
if: github.repository == 'meshery/helm-kanvas-snapshot'
runs-on: ubuntu-22.04
steps:
- name: Check out code
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:

build:
name: Docker build and push
if: github.repository == 'meshery/meshery'
if: github.repository == 'meshery/helm-kanvas-snapshot'
env:
RELEASE_CHANNEL: "stable"
runs-on: ubuntu-22.04
Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:
# DOCKERHUB_REPOSITORY: ${{ secrets.IMAGE_NAME }}
ctlrelease:
name: Mesheryctl build & release
if: github.repository == 'meshery/meshery' && startsWith(github.ref, 'refs/tags/v') && !contains(github.ref, 'patch') && !contains(github.ref, 'alpha') && !contains(github.ref, 'beta') && !contains(github.ref, 'rc')
if: github.repository == 'meshery/helm-kanvas-snapshot' && startsWith(github.ref, 'refs/tags/v') && !contains(github.ref, 'patch') && !contains(github.ref, 'alpha') && !contains(github.ref, 'beta') && !contains(github.ref, 'rc')
runs-on: macos-latest
steps:
- name: Check out code
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
notfiy-build:
name: Notify providers for Meshery Extensions channel build
if: github.repository == 'meshery/meshery'
if: github.repository == 'meshery/helm-kanvas-snapshot'
runs-on: ubuntu-22.04
steps:
- name: trigger plugins for edge
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/build-ui-and-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ permissions: read-all
jobs:
build-backend:
name: Backend build
if: github.repository == 'meshery/meshery'
if: github.repository == 'meshery/helm-kanvas-snapshot'
runs-on: ubuntu-22.04
steps:
- name: Check out code
Expand All @@ -41,7 +41,7 @@ jobs:
make build-server
ui-build:
name: UI build
if: github.repository == 'meshery/meshery'
if: github.repository == 'meshery/helm-kanvas-snapshot'
runs-on: ubuntu-22.04
steps:
- name: Check out code
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
needs: [build-backend, ui-build]
name: UI end-to-end tests
environment: staging-playground
if: github.repository == 'meshery/meshery'
if: github.repository == 'meshery/helm-kanvas-snapshot'
runs-on: ubuntu-22.04
timeout-minutes: 45
steps:
Expand Down Expand Up @@ -208,7 +208,7 @@ jobs:
retention-days: 14
docker-build-test:
name: Docker build
if: github.repository == 'meshery/meshery'
if: github.repository == 'meshery/helm-kanvas-snapshot'
runs-on: ubuntu-22.04
steps:
- name: Check out code
Expand Down Expand Up @@ -237,7 +237,7 @@ jobs:
repository: ${{ secrets.IMAGE_NAME }}
# validate the swagger docs
swaggerci:
if: github.repository == 'meshery/meshery'
if: github.repository == 'meshery/helm-kanvas-snapshot'
name: swagger-docs
runs-on: ubuntu-22.04
steps:
Expand All @@ -264,7 +264,7 @@ jobs:
# validate graphQL schema
garphql_validate:
name: Validate GraphQL schema
if: github.repository == 'meshery/meshery'
if: github.repository == 'meshery/helm-kanvas-snapshot'
runs-on: ubuntu-latest
steps:
- name: Check out code
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/error-codes-updater.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
jobs:
Update-error-codes:
name: Error codes utility
if: github.repository == 'meshery/meshery'
if: github.repository == 'meshery/helm-kanvas-snapshot'
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@master
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/go-testing-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
go: [1.21]
os: [ubuntu-22.04]
name: golangci-lint
if: github.repository == 'meshery/meshery'
if: github.repository == 'meshery/helm-kanvas-snapshot'
runs-on: ${{ matrix.os }}
steps:
- uses: actions/setup-go@v5
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Run coverage
run: go test --short ./... -race -coverprofile=coverage.txt -covermode=atomic
- name: Upload coverage to Codecov
if: github.repository == 'meshery/meshery'
if: github.repository == 'meshery/helm-kanvas-snapshot'
uses: codecov/[email protected]
with:
files: ./coverage.txt
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
echo "Running Mesheryctl with Kubernetes completed."
- name: Upload coverage to Codecov
if: github.repository == 'meshery/meshery'
if: github.repository == 'meshery/helm-kanvas-snapshot'
uses: codecov/codecov-action@v4
with:
files: ./coverage.txt
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integrations-updater.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:

jobs:
integrations:
if: github.repository == 'meshery/meshery'
if: github.repository == 'meshery/helm-kanvas-snapshot'
runs-on: ubuntu-22.04
# outputs:
# output1: ${{ steps.step1.outputs.test }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/mesheryctl-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ on:
jobs:
golangci:
name: golangci-lint
if: github.repository == 'meshery/meshery'
if: github.repository == 'meshery/helm-kanvas-snapshot'
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
Expand All @@ -36,7 +36,7 @@ jobs:
skip-cache: true
mesheryctl_build:
name: Mesheryctl build & release
if: github.repository == 'meshery/meshery'
if: github.repository == 'meshery/helm-kanvas-snapshot'
runs-on: macos-latest
needs: [golangci]
steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ env:

jobs:
print-inputs:
if: github.repository == 'meshery/meshery'
if: github.repository == 'meshery/helm-kanvas-snapshot'
runs-on: ubuntu-22.04
steps:

Expand All @@ -51,7 +51,7 @@ jobs:
echo "Env GITHUB_REF:" ${GITHUB_REF}
docker-build:
if: github.repository == 'meshery/meshery'
if: github.repository == 'meshery/helm-kanvas-snapshot'
runs-on: ubuntu-22.04
steps:
-
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- '.github/**'
jobs:
update_release_draft:
if: github.repository == 'meshery/meshery'
if: github.repository == 'meshery/helm-kanvas-snapshot'
runs-on: ubuntu-22.04
steps:
- name: Drafting release
Expand Down

0 comments on commit 8d1c1d8

Please sign in to comment.