Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gradle: fix repo wide behaviour #30607

Merged
merged 34 commits into from
Sep 28, 2023
Merged

Conversation

postamar
Copy link
Contributor

@postamar postamar commented Sep 20, 2023

One thing that always bothered me is that we can't just ./gradlew compileJava and expect it to work across the whole repo. Same with other tasks which you think would be fast. This PR addresses this and we are now in a position where we can run ./gradlew check and pass in a reasonable amount of time as long as we exclude the connectors' unit tests. This is fine (or at least, not worse than the present state of affairs) because these are exercised by airbyte-ci anyway. This exclusion is be performed by setting a gradle property named skipSlowTests.

This PR also removes as many of the python connectors from the gradle build as it can get away with: if they have a metadata.yml file, then they're supported by airbyte-ci, at least in theory. Some of these still need to be gradleized for legacy reasons (because airbyteDocker, basically).

This PR also makes the format task work per-project. The way it works is that a parent project formats everything except what's blacklisted and what's also in one of its child projects. The python formatters now all use the root-level venv so they're much faster. I added checks also, so check now covers formatting checks as well.

Furthermore, check compiles every java sourceset and runs spotbugs on it.

Finally, this PR gets rid of most of the gradle.yml workflow and replaces it with a single ./gradlew check job. Consequently, once this merges, we can update the repo's branch checks in github and this will enforce the formatting rules and a basic level of sanity. We can then also get rid of the SUB_BUILD env var and then, finally, update the documentation.

Fixes #30204
Informs #30402
Relates to #30604

@postamar postamar requested review from a team as code owners September 20, 2023 05:37
@vercel
Copy link

vercel bot commented Sep 20, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Ignored Deployment
Name Status Preview Comments Updated (UTC)
airbyte-docs ⬜️ Ignored (Inspect) Visit Preview Sep 28, 2023 0:00am

@octavia-squidington-iii octavia-squidington-iii added area/connectors Connector related issues CDK Connector Development Kit normalization labels Sep 20, 2023
@github-actions
Copy link
Contributor

Before Merging a Connector Pull Request

Wow! What a great pull request you have here! 🎉

To merge this PR, ensure the following has been done/considered for each connector added or updated:

  • PR name follows PR naming conventions
  • Breaking changes are considered. If a Breaking Change is being introduced, ensure an Airbyte engineer has created a Breaking Change Plan.
  • Connector version has been incremented in the Dockerfile and metadata.yaml according to our Semantic Versioning for Connectors guidelines
  • You've updated the connector's metadata.yaml file any other relevant changes, including a breakingChanges entry for major version bumps. See metadata.yaml docs
  • Secrets in the connector's spec are annotated with airbyte_secret
  • All documentation files are up to date. (README.md, bootstrap.md, docs.md, etc...)
  • Changelog updated in docs/integrations/<source or destination>/<name>.md with an entry for the new version. See changelog example
  • Migration guide updated in docs/integrations/<source or destination>/<name>-migrations.md with an entry for the new version, if the version is a breaking change. See migration guide example
  • If set, you've ensured the icon is present in the platform-internal repo. (Docs)

If the checklist is complete, but the CI check is failing,

  1. Check for hidden checklists in your PR description

  2. Toggle the github label checklist-action-run on/off to re-run the checklist CI.

@postamar postamar requested review from aaronsteers and a team and removed request for a team September 20, 2023 05:38
@github-actions
Copy link
Contributor

source-surveycto test report (commit 4606bbf0b3) - ❌

⏲️ Total pipeline duration: 01mn48s

Step Result
Connector package install
Build source-surveycto docker image for platform linux/x86_64
Unit tests
Acceptance tests
Code format checks
Validate airbyte-integrations/connectors/source-surveycto/metadata.yaml
Connector version semver check
QA checks

🔗 View the logs here

☁️ View runs for commit in Dagger Cloud

Please note that tests are only run on PR ready for review. Please set your PR to draft mode to not flood the CI engine and upstream service on following commits.
You can run the same pipeline locally on this branch with the airbyte-ci tool with the following command

airbyte-ci connectors --name=source-surveycto test

@github-actions
Copy link
Contributor

source-mailjet-sms test report (commit 4606bbf0b3) - ✅

⏲️ Total pipeline duration: 01mn53s

Step Result
Connector package install
Build source-mailjet-sms docker image for platform linux/x86_64
Acceptance tests
Code format checks
Validate airbyte-integrations/connectors/source-mailjet-sms/metadata.yaml
Connector version semver check
QA checks

🔗 View the logs here

☁️ View runs for commit in Dagger Cloud

Please note that tests are only run on PR ready for review. Please set your PR to draft mode to not flood the CI engine and upstream service on following commits.
You can run the same pipeline locally on this branch with the airbyte-ci tool with the following command

airbyte-ci connectors --name=source-mailjet-sms test

@github-actions
Copy link
Contributor

source-insightly test report (commit 4606bbf0b3) - ✅

⏲️ Total pipeline duration: 01mn59s

Step Result
Connector package install
Build source-insightly docker image for platform linux/x86_64
Unit tests
Acceptance tests
Code format checks
Validate airbyte-integrations/connectors/source-insightly/metadata.yaml
Connector version semver check
QA checks

🔗 View the logs here

☁️ View runs for commit in Dagger Cloud

Please note that tests are only run on PR ready for review. Please set your PR to draft mode to not flood the CI engine and upstream service on following commits.
You can run the same pipeline locally on this branch with the airbyte-ci tool with the following command

airbyte-ci connectors --name=source-insightly test

@github-actions
Copy link
Contributor

source-recreation test report (commit 4606bbf0b3) - ❌

⏲️ Total pipeline duration: 02mn32s

Step Result
Connector package install
Build source-recreation docker image for platform linux/x86_64
Acceptance tests
Code format checks
Validate airbyte-integrations/connectors/source-recreation/metadata.yaml
Connector version semver check
QA checks

🔗 View the logs here

☁️ View runs for commit in Dagger Cloud

Please note that tests are only run on PR ready for review. Please set your PR to draft mode to not flood the CI engine and upstream service on following commits.
You can run the same pipeline locally on this branch with the airbyte-ci tool with the following command

airbyte-ci connectors --name=source-recreation test

@github-actions
Copy link
Contributor

source-flexport test report (commit 4606bbf0b3) - ✅

⏲️ Total pipeline duration: 01mn05s

Step Result
Connector package install
Build source-flexport docker image for platform linux/x86_64
Acceptance tests
Code format checks
Validate airbyte-integrations/connectors/source-flexport/metadata.yaml
Connector version semver check
QA checks

🔗 View the logs here

☁️ View runs for commit in Dagger Cloud

Please note that tests are only run on PR ready for review. Please set your PR to draft mode to not flood the CI engine and upstream service on following commits.
You can run the same pipeline locally on this branch with the airbyte-ci tool with the following command

airbyte-ci connectors --name=source-flexport test

@github-actions
Copy link
Contributor

source-weatherstack test report (commit 4606bbf0b3) - ❌

⏲️ Total pipeline duration: 01mn27s

Step Result
Connector package install
Build source-weatherstack docker image for platform linux/x86_64
Unit tests
Acceptance tests
Code format checks
Validate airbyte-integrations/connectors/source-weatherstack/metadata.yaml
Connector version semver check
QA checks

🔗 View the logs here

☁️ View runs for commit in Dagger Cloud

Please note that tests are only run on PR ready for review. Please set your PR to draft mode to not flood the CI engine and upstream service on following commits.
You can run the same pipeline locally on this branch with the airbyte-ci tool with the following command

airbyte-ci connectors --name=source-weatherstack test

@github-actions
Copy link
Contributor

source-talkdesk-explore test report (commit 4606bbf0b3) - ❌

⏲️ Total pipeline duration: 01mn39s

Step Result
Connector package install
Build source-talkdesk-explore docker image for platform linux/x86_64
Code format checks
Validate airbyte-integrations/connectors/source-talkdesk-explore/metadata.yaml
Connector version semver check
QA checks

🔗 View the logs here

☁️ View runs for commit in Dagger Cloud

Please note that tests are only run on PR ready for review. Please set your PR to draft mode to not flood the CI engine and upstream service on following commits.
You can run the same pipeline locally on this branch with the airbyte-ci tool with the following command

airbyte-ci connectors --name=source-talkdesk-explore test

@github-actions
Copy link
Contributor

source-sftp test report (commit 4606bbf0b3) - ❌

⏲️ Total pipeline duration: 04mn50s

Step Result
Build connector tar
Build source-sftp docker image for platform linux/x86_64
Java Connector Unit Tests
Java Connector Integration Tests
Acceptance tests
Validate airbyte-integrations/connectors/source-sftp/metadata.yaml
Connector version semver check
Connector version increment check
QA checks

🔗 View the logs here

☁️ View runs for commit in Dagger Cloud

Please note that tests are only run on PR ready for review. Please set your PR to draft mode to not flood the CI engine and upstream service on following commits.
You can run the same pipeline locally on this branch with the airbyte-ci tool with the following command

airbyte-ci connectors --name=source-sftp test

@github-actions
Copy link
Contributor

source-recruitee test report (commit 4606bbf0b3) - ❌

⏲️ Total pipeline duration: 01mn33s

Step Result
Connector package install
Build source-recruitee docker image for platform linux/x86_64
Acceptance tests
Code format checks
Validate airbyte-integrations/connectors/source-recruitee/metadata.yaml
Connector version semver check
QA checks

🔗 View the logs here

☁️ View runs for commit in Dagger Cloud

Please note that tests are only run on PR ready for review. Please set your PR to draft mode to not flood the CI engine and upstream service on following commits.
You can run the same pipeline locally on this branch with the airbyte-ci tool with the following command

airbyte-ci connectors --name=source-recruitee test

@github-actions
Copy link
Contributor

source-everhour test report (commit 4606bbf0b3) - ❌

⏲️ Total pipeline duration: 01mn40s

Step Result
Connector package install
Build source-everhour docker image for platform linux/x86_64
Acceptance tests
Code format checks
Validate airbyte-integrations/connectors/source-everhour/metadata.yaml
Connector version semver check
QA checks

🔗 View the logs here

☁️ View runs for commit in Dagger Cloud

Please note that tests are only run on PR ready for review. Please set your PR to draft mode to not flood the CI engine and upstream service on following commits.
You can run the same pipeline locally on this branch with the airbyte-ci tool with the following command

airbyte-ci connectors --name=source-everhour test

@github-actions
Copy link
Contributor

source-twitter test report (commit 4606bbf0b3) - ❌

⏲️ Total pipeline duration: 01mn42s

Step Result
Connector package install
Build source-twitter docker image for platform linux/x86_64
Acceptance tests
Code format checks
Validate airbyte-integrations/connectors/source-twitter/metadata.yaml
Connector version semver check
QA checks

🔗 View the logs here

☁️ View runs for commit in Dagger Cloud

Please note that tests are only run on PR ready for review. Please set your PR to draft mode to not flood the CI engine and upstream service on following commits.
You can run the same pipeline locally on this branch with the airbyte-ci tool with the following command

airbyte-ci connectors --name=source-twitter test

@github-actions
Copy link
Contributor

source-snapchat-marketing test report (commit 4606bbf0b3) - ❌

⏲️ Total pipeline duration: 02mn07s

Step Result
Connector package install
Build source-snapchat-marketing docker image for platform linux/x86_64
Unit tests
Acceptance tests
Code format checks
Validate airbyte-integrations/connectors/source-snapchat-marketing/metadata.yaml
Connector version semver check
QA checks

🔗 View the logs here

☁️ View runs for commit in Dagger Cloud

Please note that tests are only run on PR ready for review. Please set your PR to draft mode to not flood the CI engine and upstream service on following commits.
You can run the same pipeline locally on this branch with the airbyte-ci tool with the following command

airbyte-ci connectors --name=source-snapchat-marketing test

@github-actions
Copy link
Contributor

source-vitally test report (commit 4606bbf0b3) - ❌

⏲️ Total pipeline duration: 01mn47s

Step Result
Connector package install
Build source-vitally docker image for platform linux/x86_64
Acceptance tests
Code format checks
Validate airbyte-integrations/connectors/source-vitally/metadata.yaml
Connector version semver check
QA checks

🔗 View the logs here

☁️ View runs for commit in Dagger Cloud

Please note that tests are only run on PR ready for review. Please set your PR to draft mode to not flood the CI engine and upstream service on following commits.
You can run the same pipeline locally on this branch with the airbyte-ci tool with the following command

airbyte-ci connectors --name=source-vitally test

@github-actions
Copy link
Contributor

source-gcs test report (commit 4606bbf0b3) - ✅

⏲️ Total pipeline duration: 03mn07s

Step Result
Connector package install
Build source-gcs docker image for platform linux/x86_64
Unit tests
Acceptance tests
Code format checks
Validate airbyte-integrations/connectors/source-gcs/metadata.yaml
Connector version semver check
QA checks

🔗 View the logs here

☁️ View runs for commit in Dagger Cloud

Please note that tests are only run on PR ready for review. Please set your PR to draft mode to not flood the CI engine and upstream service on following commits.
You can run the same pipeline locally on this branch with the airbyte-ci tool with the following command

airbyte-ci connectors --name=source-gcs test

@github-actions
Copy link
Contributor

source-newsdata test report (commit 4606bbf0b3) - ❌

⏲️ Total pipeline duration: 02mn38s

Step Result
Connector package install
Build source-newsdata docker image for platform linux/x86_64
Acceptance tests
Code format checks
Validate airbyte-integrations/connectors/source-newsdata/metadata.yaml
Connector version semver check
QA checks

🔗 View the logs here

☁️ View runs for commit in Dagger Cloud

Please note that tests are only run on PR ready for review. Please set your PR to draft mode to not flood the CI engine and upstream service on following commits.
You can run the same pipeline locally on this branch with the airbyte-ci tool with the following command

airbyte-ci connectors --name=source-newsdata test

@airbyte-oss-build-runner
Copy link
Collaborator

source-aws-cloudtrail test report (commit 32974199ba) - ✅

⏲️ Total pipeline duration: 22mn51s

Step Result
Connector package install
Build source-aws-cloudtrail docker image for platform linux/x86_64
Unit tests
Acceptance tests
Code format checks
Validate metadata for source-aws-cloudtrail
Connector version semver check
QA checks

🔗 View the logs here

☁️ View runs for commit in Dagger Cloud

Please note that tests are only run on PR ready for review. Please set your PR to draft mode to not flood the CI engine and upstream service on following commits.
You can run the same pipeline locally on this branch with the airbyte-ci tool with the following command

airbyte-ci connectors --name=source-aws-cloudtrail test

@airbyte-oss-build-runner
Copy link
Collaborator

source-file test report (commit 32974199ba) - ❌

⏲️ Total pipeline duration: 20mn20s

Step Result
Connector package install
Code format checks
Validate metadata for source-file
Connector version semver check
QA checks

🔗 View the logs here

☁️ View runs for commit in Dagger Cloud

Please note that tests are only run on PR ready for review. Please set your PR to draft mode to not flood the CI engine and upstream service on following commits.
You can run the same pipeline locally on this branch with the airbyte-ci tool with the following command

airbyte-ci connectors --name=source-file test

@airbyte-oss-build-runner
Copy link
Collaborator

source-partnerstack test report (commit 32974199ba) - ❌

⏲️ Total pipeline duration: 21mn31s

Step Result
Connector package install
Build source-partnerstack docker image for platform linux/x86_64
Acceptance tests
Code format checks
Validate metadata for source-partnerstack
Connector version semver check
QA checks

🔗 View the logs here

☁️ View runs for commit in Dagger Cloud

Please note that tests are only run on PR ready for review. Please set your PR to draft mode to not flood the CI engine and upstream service on following commits.
You can run the same pipeline locally on this branch with the airbyte-ci tool with the following command

airbyte-ci connectors --name=source-partnerstack test

@airbyte-oss-build-runner
Copy link
Collaborator

destination-mssql test report (commit 32974199ba) - ❌

⏲️ Total pipeline duration: 16mn07s

Step Result
Build connector tar
Build destination-mssql docker image for platform linux/x86_64
Validate metadata for destination-mssql
Connector version semver check
QA checks

🔗 View the logs here

☁️ View runs for commit in Dagger Cloud

Please note that tests are only run on PR ready for review. Please set your PR to draft mode to not flood the CI engine and upstream service on following commits.
You can run the same pipeline locally on this branch with the airbyte-ci tool with the following command

airbyte-ci connectors --name=destination-mssql test

@airbyte-oss-build-runner
Copy link
Collaborator

source-waiteraid test report (commit 32974199ba) - ❌

⏲️ Total pipeline duration: 26mn06s

Step Result
Connector package install
Build source-waiteraid docker image for platform linux/x86_64
Acceptance tests
Code format checks
Validate metadata for source-waiteraid
Connector version semver check
QA checks

🔗 View the logs here

☁️ View runs for commit in Dagger Cloud

Please note that tests are only run on PR ready for review. Please set your PR to draft mode to not flood the CI engine and upstream service on following commits.
You can run the same pipeline locally on this branch with the airbyte-ci tool with the following command

airbyte-ci connectors --name=source-waiteraid test

@airbyte-oss-build-runner
Copy link
Collaborator

source-coinmarketcap test report (commit 32974199ba) - ❌

⏲️ Total pipeline duration: 28mn44s

Step Result
Connector package install
Build source-coinmarketcap docker image for platform linux/x86_64
Acceptance tests
Code format checks
Validate metadata for source-coinmarketcap
Connector version semver check
QA checks

🔗 View the logs here

☁️ View runs for commit in Dagger Cloud

Please note that tests are only run on PR ready for review. Please set your PR to draft mode to not flood the CI engine and upstream service on following commits.
You can run the same pipeline locally on this branch with the airbyte-ci tool with the following command

airbyte-ci connectors --name=source-coinmarketcap test

@airbyte-oss-build-runner
Copy link
Collaborator

source-rss test report (commit 32974199ba) - ✅

⏲️ Total pipeline duration: 30mn20s

Step Result
Connector package install
Build source-rss docker image for platform linux/x86_64
Unit tests
Acceptance tests
Code format checks
Validate metadata for source-rss
Connector version semver check
QA checks

🔗 View the logs here

☁️ View runs for commit in Dagger Cloud

Please note that tests are only run on PR ready for review. Please set your PR to draft mode to not flood the CI engine and upstream service on following commits.
You can run the same pipeline locally on this branch with the airbyte-ci tool with the following command

airbyte-ci connectors --name=source-rss test

@airbyte-oss-build-runner
Copy link
Collaborator

source-persistiq test report (commit 32974199ba) - ❌

⏲️ Total pipeline duration: 31mn43s

Step Result
Connector package install
Code format checks
Validate metadata for source-persistiq
Connector version semver check
QA checks

🔗 View the logs here

☁️ View runs for commit in Dagger Cloud

Please note that tests are only run on PR ready for review. Please set your PR to draft mode to not flood the CI engine and upstream service on following commits.
You can run the same pipeline locally on this branch with the airbyte-ci tool with the following command

airbyte-ci connectors --name=source-persistiq test

@airbyte-oss-build-runner
Copy link
Collaborator

source-file-secure test report (commit 32974199ba) - ✅

⏲️ Total pipeline duration: 37mn53s

Step Result
Connector package install
Build source-file-secure docker image for platform linux/x86_64
Unit tests
Acceptance tests
Code format checks
Validate metadata for source-file-secure
Connector version semver check
QA checks

🔗 View the logs here

☁️ View runs for commit in Dagger Cloud

Please note that tests are only run on PR ready for review. Please set your PR to draft mode to not flood the CI engine and upstream service on following commits.
You can run the same pipeline locally on this branch with the airbyte-ci tool with the following command

airbyte-ci connectors --name=source-file-secure test

@airbyte-oss-build-runner
Copy link
Collaborator

destination-s3-glue test report (commit 32974199ba) - ✅

⏲️ Total pipeline duration: 37mn09s

Step Result
Build connector tar
Build destination-s3-glue docker image for platform linux/x86_64
Java Connector Unit Tests
Java Connector Integration Tests
Validate metadata for destination-s3-glue
Connector version semver check
QA checks

🔗 View the logs here

☁️ View runs for commit in Dagger Cloud

Please note that tests are only run on PR ready for review. Please set your PR to draft mode to not flood the CI engine and upstream service on following commits.
You can run the same pipeline locally on this branch with the airbyte-ci tool with the following command

airbyte-ci connectors --name=destination-s3-glue test

@airbyte-oss-build-runner
Copy link
Collaborator

source-genesys test report (commit 32974199ba) - ❌

⏲️ Total pipeline duration: 14mn56s

Step Result
Connector package install
Build source-genesys docker image for platform linux/x86_64
Code format checks
Validate metadata for source-genesys
Connector version semver check
QA checks

🔗 View the logs here

☁️ View runs for commit in Dagger Cloud

Please note that tests are only run on PR ready for review. Please set your PR to draft mode to not flood the CI engine and upstream service on following commits.
You can run the same pipeline locally on this branch with the airbyte-ci tool with the following command

airbyte-ci connectors --name=source-genesys test

@airbyte-oss-build-runner
Copy link
Collaborator

source-outbrain-amplify test report (commit 32974199ba) - ❌

⏲️ Total pipeline duration: 34mn20s

Step Result
Connector package install
Code format checks
Validate metadata for source-outbrain-amplify
Connector version semver check
QA checks

🔗 View the logs here

☁️ View runs for commit in Dagger Cloud

Please note that tests are only run on PR ready for review. Please set your PR to draft mode to not flood the CI engine and upstream service on following commits.
You can run the same pipeline locally on this branch with the airbyte-ci tool with the following command

airbyte-ci connectors --name=source-outbrain-amplify test

@airbyte-oss-build-runner
Copy link
Collaborator

source-yahoo-finance-price test report (commit 32974199ba) - ✅

⏲️ Total pipeline duration: 29mn05s

Step Result
Connector package install
Build source-yahoo-finance-price docker image for platform linux/x86_64
Acceptance tests
Code format checks
Validate metadata for source-yahoo-finance-price
Connector version semver check
QA checks

🔗 View the logs here

☁️ View runs for commit in Dagger Cloud

Please note that tests are only run on PR ready for review. Please set your PR to draft mode to not flood the CI engine and upstream service on following commits.
You can run the same pipeline locally on this branch with the airbyte-ci tool with the following command

airbyte-ci connectors --name=source-yahoo-finance-price test

@airbyte-oss-build-runner
Copy link
Collaborator

source-snapchat-marketing test report (commit 32974199ba) - ❌

⏲️ Total pipeline duration: 33mn41s

Step Result
Connector package install
Build source-snapchat-marketing docker image for platform linux/x86_64
Unit tests
Acceptance tests
Code format checks
Validate metadata for source-snapchat-marketing
Connector version semver check
QA checks

🔗 View the logs here

☁️ View runs for commit in Dagger Cloud

Please note that tests are only run on PR ready for review. Please set your PR to draft mode to not flood the CI engine and upstream service on following commits.
You can run the same pipeline locally on this branch with the airbyte-ci tool with the following command

airbyte-ci connectors --name=source-snapchat-marketing test

@airbyte-oss-build-runner
Copy link
Collaborator

destination-meilisearch test report (commit 32974199ba) - ❌

⏲️ Total pipeline duration: 33mn59s

Step Result
Connector package install
Build destination-meilisearch docker image for platform linux/x86_64
Unit tests
Integration tests
Code format checks
Validate metadata for destination-meilisearch
Connector version semver check
QA checks

🔗 View the logs here

☁️ View runs for commit in Dagger Cloud

Please note that tests are only run on PR ready for review. Please set your PR to draft mode to not flood the CI engine and upstream service on following commits.
You can run the same pipeline locally on this branch with the airbyte-ci tool with the following command

airbyte-ci connectors --name=destination-meilisearch test

@airbyte-oss-build-runner
Copy link
Collaborator

destination-duckdb test report (commit 32974199ba) - ✅

⏲️ Total pipeline duration: 32mn24s

Step Result
Connector package install
Build destination-duckdb docker image for platform linux/x86_64
Unit tests
Integration tests
Acceptance tests
Code format checks
Validate metadata for destination-duckdb
Connector version semver check
QA checks

🔗 View the logs here

☁️ View runs for commit in Dagger Cloud

Please note that tests are only run on PR ready for review. Please set your PR to draft mode to not flood the CI engine and upstream service on following commits.
You can run the same pipeline locally on this branch with the airbyte-ci tool with the following command

airbyte-ci connectors --name=destination-duckdb test

@airbyte-oss-build-runner
Copy link
Collaborator

destination-xata test report (commit 32974199ba) - ✅

⏲️ Total pipeline duration: 36mn15s

Step Result
Connector package install
Build destination-xata docker image for platform linux/x86_64
Unit tests
Integration tests
Code format checks
Validate metadata for destination-xata
Connector version semver check
QA checks

🔗 View the logs here

☁️ View runs for commit in Dagger Cloud

Please note that tests are only run on PR ready for review. Please set your PR to draft mode to not flood the CI engine and upstream service on following commits.
You can run the same pipeline locally on this branch with the airbyte-ci tool with the following command

airbyte-ci connectors --name=destination-xata test

@airbyte-oss-build-runner
Copy link
Collaborator

source-confluence test report (commit 32974199ba) - ✅

⏲️ Total pipeline duration: 30mn22s

Step Result
Connector package install
Build source-confluence docker image for platform linux/x86_64
Acceptance tests
Code format checks
Validate metadata for source-confluence
Connector version semver check
QA checks

🔗 View the logs here

☁️ View runs for commit in Dagger Cloud

Please note that tests are only run on PR ready for review. Please set your PR to draft mode to not flood the CI engine and upstream service on following commits.
You can run the same pipeline locally on this branch with the airbyte-ci tool with the following command

airbyte-ci connectors --name=source-confluence test

@airbyte-oss-build-runner
Copy link
Collaborator

source-mongodb-internal-poc test report (commit 32974199ba) - ❌

⏲️ Total pipeline duration: 39mn59s

Step Result
Build connector tar
Build source-mongodb-internal-poc docker image for platform linux/x86_64
Java Connector Unit Tests
Java Connector Integration Tests
Acceptance tests
Validate metadata for source-mongodb-internal-poc
Connector version semver check
QA checks

🔗 View the logs here

☁️ View runs for commit in Dagger Cloud

Please note that tests are only run on PR ready for review. Please set your PR to draft mode to not flood the CI engine and upstream service on following commits.
You can run the same pipeline locally on this branch with the airbyte-ci tool with the following command

airbyte-ci connectors --name=source-mongodb-internal-poc test

@airbyte-oss-build-runner
Copy link
Collaborator

source-prestashop test report (commit 32974199ba) - ✅

⏲️ Total pipeline duration: 51mn28s

Step Result
Connector package install
Build source-prestashop docker image for platform linux/x86_64
Unit tests
Integration tests
Acceptance tests
Code format checks
Validate metadata for source-prestashop
Connector version semver check
QA checks

🔗 View the logs here

☁️ View runs for commit in Dagger Cloud

Please note that tests are only run on PR ready for review. Please set your PR to draft mode to not flood the CI engine and upstream service on following commits.
You can run the same pipeline locally on this branch with the airbyte-ci tool with the following command

airbyte-ci connectors --name=source-prestashop test

@airbyte-oss-build-runner
Copy link
Collaborator

source-clockify test report (commit 32974199ba) - ❌

⏲️ Total pipeline duration: 38mn48s

Step Result
Connector package install
Code format checks
Validate metadata for source-clockify
Connector version semver check
QA checks

🔗 View the logs here

☁️ View runs for commit in Dagger Cloud

Please note that tests are only run on PR ready for review. Please set your PR to draft mode to not flood the CI engine and upstream service on following commits.
You can run the same pipeline locally on this branch with the airbyte-ci tool with the following command

airbyte-ci connectors --name=source-clockify test

@airbyte-oss-build-runner
Copy link
Collaborator

source-coda test report (commit 32974199ba) - ✅

⏲️ Total pipeline duration: 32mn01s

Step Result
Connector package install
Build source-coda docker image for platform linux/x86_64
Acceptance tests
Code format checks
Validate metadata for source-coda
Connector version semver check
QA checks

🔗 View the logs here

☁️ View runs for commit in Dagger Cloud

Please note that tests are only run on PR ready for review. Please set your PR to draft mode to not flood the CI engine and upstream service on following commits.
You can run the same pipeline locally on this branch with the airbyte-ci tool with the following command

airbyte-ci connectors --name=source-coda test

@airbyte-oss-build-runner
Copy link
Collaborator

source-faker test report (commit 32974199ba) - ✅

⏲️ Total pipeline duration: 31mn45s

Step Result
Connector package install
Build source-faker docker image for platform linux/x86_64
Unit tests
Acceptance tests
Code format checks
Validate metadata for source-faker
Connector version semver check
QA checks

🔗 View the logs here

☁️ View runs for commit in Dagger Cloud

Please note that tests are only run on PR ready for review. Please set your PR to draft mode to not flood the CI engine and upstream service on following commits.
You can run the same pipeline locally on this branch with the airbyte-ci tool with the following command

airbyte-ci connectors --name=source-faker test

@airbyte-oss-build-runner
Copy link
Collaborator

destination-redis test report (commit 32974199ba) - ❌

⏲️ Total pipeline duration: 32mn10s

Step Result
Build connector tar
Build destination-redis docker image for platform linux/x86_64
Java Connector Unit Tests
Java Connector Integration Tests
Validate metadata for destination-redis
Connector version semver check
Connector version increment check
QA checks

🔗 View the logs here

☁️ View runs for commit in Dagger Cloud

Please note that tests are only run on PR ready for review. Please set your PR to draft mode to not flood the CI engine and upstream service on following commits.
You can run the same pipeline locally on this branch with the airbyte-ci tool with the following command

airbyte-ci connectors --name=destination-redis test

@airbyte-oss-build-runner
Copy link
Collaborator

source-smartsheets test report (commit 32974199ba) - ✅

⏲️ Total pipeline duration: 36mn37s

Step Result
Connector package install
Build source-smartsheets docker image for platform linux/x86_64
Unit tests
Acceptance tests
Code format checks
Validate metadata for source-smartsheets
Connector version semver check
QA checks

🔗 View the logs here

☁️ View runs for commit in Dagger Cloud

Please note that tests are only run on PR ready for review. Please set your PR to draft mode to not flood the CI engine and upstream service on following commits.
You can run the same pipeline locally on this branch with the airbyte-ci tool with the following command

airbyte-ci connectors --name=source-smartsheets test

@airbyte-oss-build-runner
Copy link
Collaborator

source-coingecko-coins test report (commit 32974199ba) - ❌

⏲️ Total pipeline duration: 22mn56s

Step Result
Connector package install
Build source-coingecko-coins docker image for platform linux/x86_64
Code format checks
Validate metadata for source-coingecko-coins
Connector version semver check
QA checks

🔗 View the logs here

☁️ View runs for commit in Dagger Cloud

Please note that tests are only run on PR ready for review. Please set your PR to draft mode to not flood the CI engine and upstream service on following commits.
You can run the same pipeline locally on this branch with the airbyte-ci tool with the following command

airbyte-ci connectors --name=source-coingecko-coins test

@airbyte-oss-build-runner
Copy link
Collaborator

source-sonar-cloud test report (commit 32974199ba) - ❌

⏲️ Total pipeline duration: 38mn58s

Step Result
Connector package install
Build source-sonar-cloud docker image for platform linux/x86_64
Acceptance tests
Code format checks
Validate metadata for source-sonar-cloud
Connector version semver check
QA checks

🔗 View the logs here

☁️ View runs for commit in Dagger Cloud

Please note that tests are only run on PR ready for review. Please set your PR to draft mode to not flood the CI engine and upstream service on following commits.
You can run the same pipeline locally on this branch with the airbyte-ci tool with the following command

airbyte-ci connectors --name=source-sonar-cloud test

girarda pushed a commit that referenced this pull request Oct 10, 2023
@Jaba127
Copy link

Jaba127 commented Dec 22, 2023

How can i get fake coins tiktok

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/connectors Connector related issues CDK Connector Development Kit normalization
Projects
None yet
Development

Successfully merging this pull request may close these issues.

improve the gradle build correctness and performance
5 participants