-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into rvinnakota/add-update-repo-mutation
- Loading branch information
Showing
72 changed files
with
932 additions
and
325 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,26 +19,26 @@ permissions: | |
jobs: | ||
lint: | ||
name: Run Lint | ||
uses: codecov/gha-workflows/.github/workflows/[email protected].19 | ||
uses: codecov/gha-workflows/.github/workflows/[email protected].20 | ||
|
||
build: | ||
name: Build API | ||
uses: codecov/gha-workflows/.github/workflows/[email protected].19 | ||
uses: codecov/gha-workflows/.github/workflows/[email protected].20 | ||
secrets: inherit | ||
with: | ||
repo: ${{ vars.CODECOV_IMAGE_V2 || 'codecov/self-hosted-api' }} | ||
|
||
codecovstartup: | ||
name: Codecov Startup | ||
needs: build | ||
uses: codecov/gha-workflows/.github/workflows/[email protected].19 | ||
uses: codecov/gha-workflows/.github/workflows/[email protected].20 | ||
secrets: inherit | ||
|
||
# ats: | ||
# name: ATS | ||
# needs: [build] | ||
# if: ${{ !github.event.pull_request.head.repo.fork && github.repository_owner == 'codecov' }} | ||
# uses: codecov/gha-workflows/.github/workflows/[email protected].19 | ||
# uses: codecov/gha-workflows/.github/workflows/[email protected].20 | ||
# secrets: inherit | ||
# with: | ||
# repo: ${{ vars.CODECOV_IMAGE_V2 || 'codecov/self-hosted-api' }} | ||
|
@@ -47,15 +47,15 @@ jobs: | |
test: | ||
name: Test | ||
needs: [build] | ||
uses: codecov/gha-workflows/.github/workflows/[email protected].19 | ||
uses: codecov/gha-workflows/.github/workflows/[email protected].20 | ||
secrets: inherit | ||
with: | ||
repo: ${{ vars.CODECOV_IMAGE_V2 || 'codecov/self-hosted-api' }} | ||
|
||
build-self-hosted: | ||
name: Build Self Hosted API | ||
needs: [build, test] | ||
uses: codecov/gha-workflows/.github/workflows/[email protected].19 | ||
uses: codecov/gha-workflows/.github/workflows/[email protected].20 | ||
secrets: inherit | ||
with: | ||
repo: ${{ vars.CODECOV_IMAGE_V2 || 'codecov/self-hosted-api' }} | ||
|
@@ -64,7 +64,7 @@ jobs: | |
name: Push Staging Image | ||
needs: [build, test] | ||
if: ${{ github.event_name == 'push' && github.event.ref == 'refs/heads/staging' && github.repository_owner == 'codecov' }} | ||
uses: codecov/gha-workflows/.github/workflows/[email protected].19 | ||
uses: codecov/gha-workflows/.github/workflows/[email protected].20 | ||
secrets: inherit | ||
with: | ||
environment: staging | ||
|
@@ -74,7 +74,7 @@ jobs: | |
name: Push Production Image | ||
needs: [build, test] | ||
if: ${{ github.event_name == 'push' && github.event.ref == 'refs/heads/main' && github.repository_owner == 'codecov' }} | ||
uses: codecov/gha-workflows/.github/workflows/[email protected].19 | ||
uses: codecov/gha-workflows/.github/workflows/[email protected].20 | ||
secrets: inherit | ||
with: | ||
environment: production | ||
|
@@ -85,7 +85,7 @@ jobs: | |
needs: [build-self-hosted, test] | ||
secrets: inherit | ||
if: ${{ github.event_name == 'push' && github.event.ref == 'refs/heads/main' && github.repository_owner == 'codecov' }} | ||
uses: codecov/gha-workflows/.github/workflows/[email protected].19 | ||
uses: codecov/gha-workflows/.github/workflows/[email protected].20 | ||
with: | ||
push_rolling: true | ||
repo: ${{ vars.CODECOV_IMAGE_V2 || 'codecov/self-hosted-api' }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,4 +11,4 @@ on: | |
jobs: | ||
patch-typing-check: | ||
name: Run Patch Type Check | ||
uses: codecov/gha-workflows/.github/workflows/[email protected].19 | ||
uses: codecov/gha-workflows/.github/workflows/[email protected].20 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,5 +10,5 @@ on: | |
jobs: | ||
create-release-pr: | ||
name: Create PR for Release ${{ github.event.inputs.versionName }} | ||
uses: codecov/gha-workflows/.github/workflows/[email protected].19 | ||
uses: codecov/gha-workflows/.github/workflows/[email protected].20 | ||
secrets: inherit |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,15 +14,15 @@ jobs: | |
create-release: | ||
name: Tag Release ${{ github.head_ref }} and Push Docker image to Docker Hub | ||
if: ${{ github.event.pull_request.merged == true && startsWith(github.head_ref, 'release/') && github.repository_owner == 'codecov' }} | ||
uses: codecov/gha-workflows/.github/workflows/[email protected].19 | ||
uses: codecov/gha-workflows/.github/workflows/[email protected].20 | ||
with: | ||
tag_to_prepend: self-hosted- | ||
secrets: inherit | ||
|
||
push-image: | ||
needs: [create-release] | ||
if: ${{ github.event.pull_request.merged == true && startsWith(github.head_ref, 'release/') && github.repository_owner == 'codecov' }} | ||
uses: codecov/gha-workflows/.github/workflows/[email protected].19 | ||
uses: codecov/gha-workflows/.github/workflows/[email protected].20 | ||
secrets: inherit | ||
with: | ||
push_release: true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.