-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1,156 changed files
with
27,256 additions
and
25,000 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name: Connectors nightly build | ||
name: Connector Ops CI - Connectors Nightly Tests | ||
|
||
on: | ||
schedule: | ||
|
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 was deleted.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -102,10 +102,11 @@ jobs: | |
with: | ||
ref: ${{ github.head_ref }} | ||
|
||
- name: Cache Build Artifacts | ||
uses: ./.github/actions/cache-build-artifacts | ||
with: | ||
cache-key: ${{ secrets.CACHE_VERSION }}-format | ||
# Caching causes occasional failure of the checkPython step which can't find the venv | ||
# - name: Cache Build Artifacts | ||
# uses: ./.github/actions/cache-build-artifacts | ||
# with: | ||
# cache-key: ${{ secrets.CACHE_VERSION }}-format | ||
|
||
- uses: actions/setup-java@v3 | ||
with: | ||
|
@@ -141,12 +142,12 @@ jobs: | |
- name: Remove any files that have been gitignored | ||
run: git ls-files -i -c --exclude-from=.gitignore | xargs -r git rm --cached | ||
|
||
- name: Commit Formatting Changes | ||
uses: stefanzweifel/git-auto-commit-action@v4 | ||
with: | ||
commit_message: Automated Commit - Formatting Changes | ||
commit_user_name: Octavia Squidington III | ||
commit_user_email: [email protected] | ||
# - name: Commit Formatting Changes | ||
# uses: stefanzweifel/git-auto-commit-action@v4 | ||
# with: | ||
# commit_message: Automated Commit - Formatting Changes | ||
# commit_user_name: Octavia Squidington III | ||
# commit_user_email: [email protected] | ||
|
||
## BUILDS | ||
octavia-cli-build: | ||
|
@@ -398,7 +399,7 @@ jobs: | |
- name: Generate Template scaffold | ||
uses: Wandalen/[email protected] | ||
with: | ||
command: ./gradlew :airbyte-integrations:connector-templates:generator:testScaffoldTemplates --scan | ||
command: ./gradlew :airbyte-integrations:connector-templates:generator:generateScaffolds --scan | ||
attempt_limit: 3 | ||
attempt_delay: 5000 # in ms | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
.github/workflows/metadata_service_deploy_orchestrator_dagger.yml
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name: Connector metadata service CI | ||
name: Connector Ops CI - Metadata Service Tests | ||
|
||
on: | ||
workflow_dispatch: | ||
|
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name: Publish connectors on merge to master | ||
name: Connector Ops CI - Publish Connectors | ||
|
||
on: | ||
push: | ||
|
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name: Run QA Engine | ||
name: Connector Ops CI - QA Engine | ||
|
||
on: | ||
workflow_dispatch: | ||
|
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.