diff --git a/.github/workflows/change_column_type_landing_and_recover_quarantine_data_cd.yml b/.github/workflows/change_column_type_landing_and_recover_quarantine_data_cd.yml index db90a391..ab60101c 100644 --- a/.github/workflows/change_column_type_landing_and_recover_quarantine_data_cd.yml +++ b/.github/workflows/change_column_type_landing_and_recover_quarantine_data_cd.yml @@ -15,7 +15,7 @@ - main jobs: cd: - uses: tinybirdco/ci/.github/workflows/cd.yml@main + uses: tinybirdco/ci/.github/workflows/cd.yml@v4.0.0 with: data_project_dir: ./change_column_type_landing_and_recover_quarantine_data secrets: diff --git a/.github/workflows/change_column_type_landing_and_recover_quarantine_data_ci.yml b/.github/workflows/change_column_type_landing_and_recover_quarantine_data_ci.yml index c6c69acc..f4df7983 100644 --- a/.github/workflows/change_column_type_landing_and_recover_quarantine_data_ci.yml +++ b/.github/workflows/change_column_type_landing_and_recover_quarantine_data_ci.yml @@ -19,7 +19,7 @@ jobs: ci: - uses: tinybirdco/ci/.github/workflows/ci.yml@main + uses: tinybirdco/ci/.github/workflows/ci.yml@v4.0.0 with: data_project_dir: ./change_column_type_landing_and_recover_quarantine_data secrets: diff --git a/.github/workflows/change_column_type_materialized_view_cd.yml b/.github/workflows/change_column_type_materialized_view_cd.yml index 63dd6ba3..8f1acb11 100644 --- a/.github/workflows/change_column_type_materialized_view_cd.yml +++ b/.github/workflows/change_column_type_materialized_view_cd.yml @@ -16,9 +16,8 @@ - 'change_column_type_materialized_view/**' jobs: cd: - uses: tinybirdco/ci/.github/workflows/cd.yml@main + uses: tinybirdco/ci/.github/workflows/cd.yml@v4.0.0 with: - tb_deploy: true data_project_dir: change_column_type_materialized_view secrets: tb_admin_token: ${{ secrets.TB_ADMIN_CHANGE_COLUMN_TYPE_MATERIALIZED_VIEW }} # set the Workspace admin token in GitHub secrets diff --git a/.github/workflows/change_column_type_materialized_view_ci.yml b/.github/workflows/change_column_type_materialized_view_ci.yml index adcacb25..8751ba9f 100644 --- a/.github/workflows/change_column_type_materialized_view_ci.yml +++ b/.github/workflows/change_column_type_materialized_view_ci.yml @@ -19,10 +19,9 @@ concurrency: ${{ github.workflow }}-${{ github.event.pull_request.number }} jobs: - ci: # ci using environments from workspace 'quarentine' - uses: tinybirdco/ci/.github/workflows/ci.yml@main + ci: + uses: tinybirdco/ci/.github/workflows/ci.yml@v4.0.0 with: - tb_deploy: true data_project_dir: change_column_type_materialized_view secrets: tb_admin_token: ${{ secrets.TB_ADMIN_CHANGE_COLUMN_TYPE_MATERIALIZED_VIEW }} # set the Workspace admin token in GitHub secrets diff --git a/.github/workflows/change_column_type_materialized_view_release.yml b/.github/workflows/change_column_type_materialized_view_release.yml deleted file mode 100644 index fa6e11ef..00000000 --- a/.github/workflows/change_column_type_materialized_view_release.yml +++ /dev/null @@ -1,26 +0,0 @@ - - ################################################## - ### Visit https://github.com/tinybirdco/ci ### - ### for more details or custom CI/CD ### - ################################################## - - name: Tinybird - Releases Workflow - - on: - workflow_dispatch: - inputs: - job_to_run: - description: 'Select the job to run manually' - required: true - default: 'promote' - - jobs: - cd: - uses: tinybirdco/ci/.github/workflows/release.yml@main - with: - job_to_run: ${{ inputs.job_to_run }} - data_project_dir: change_column_type_materialized_view - tb_deploy: true - secrets: - tb_admin_token: ${{ secrets.TB_ADMIN_CHANGE_COLUMN_TYPE_MATERIALIZED_VIEW }} # set the Workspace admin token in GitHub secrets - tb_host: https://api.tinybird.co diff --git a/.github/workflows/change_copy_pipe_time_granularity_cd.yml b/.github/workflows/change_copy_pipe_time_granularity_cd.yml index 59041ffe..9e40f42f 100644 --- a/.github/workflows/change_copy_pipe_time_granularity_cd.yml +++ b/.github/workflows/change_copy_pipe_time_granularity_cd.yml @@ -15,7 +15,7 @@ - main jobs: cd: - uses: tinybirdco/ci/.github/workflows/cd.yml@main + uses: tinybirdco/ci/.github/workflows/cd.yml@v4.0.0 with: data_project_dir: ./change_copy_pipe_time_granularity secrets: diff --git a/.github/workflows/change_copy_pipe_time_granularity_ci.yml b/.github/workflows/change_copy_pipe_time_granularity_ci.yml index e322b1a0..f4187482 100644 --- a/.github/workflows/change_copy_pipe_time_granularity_ci.yml +++ b/.github/workflows/change_copy_pipe_time_granularity_ci.yml @@ -19,7 +19,7 @@ jobs: ci: - uses: tinybirdco/ci/.github/workflows/ci.yml@main + uses: tinybirdco/ci/.github/workflows/ci.yml@v4.0.0 with: data_project_dir: ./change_copy_pipe_time_granularity secrets: diff --git a/.github/workflows/change_copy_pipe_time_granularity_release.yml b/.github/workflows/change_copy_pipe_time_granularity_release.yml deleted file mode 100644 index f1587561..00000000 --- a/.github/workflows/change_copy_pipe_time_granularity_release.yml +++ /dev/null @@ -1,25 +0,0 @@ - - ################################################## - ### Visit https://github.com/tinybirdco/ci ### - ### for more details or custom CI/CD ### - ################################################## - - name: Tinybird - Releases Workflow - - on: - workflow_dispatch: - inputs: - job_to_run: - description: 'Select the job to run manually' - required: true - default: 'promote' - - jobs: - cd: - uses: tinybirdco/ci/.github/workflows/release.yml@main - with: - job_to_run: ${{ inputs.job_to_run }} - data_project_dir: ./change_copy_pipe_time_granularity - secrets: - tb_admin_token: ${{ secrets.TB_ADMIN_COPY_PIPE_TIME_GRANULARITY }} # set the Workspace admin token in GitHub secrets - tb_host: https://api.tinybird.co diff --git a/.github/workflows/change_data_source_ttl_cd.yml b/.github/workflows/change_data_source_ttl_cd.yml index 4c6e54bb..2a82f07f 100644 --- a/.github/workflows/change_data_source_ttl_cd.yml +++ b/.github/workflows/change_data_source_ttl_cd.yml @@ -15,7 +15,7 @@ - main jobs: cd: - uses: tinybirdco/ci/.github/workflows/cd.yml@main + uses: tinybirdco/ci/.github/workflows/cd.yml@v4.0.0 with: data_project_dir: ./change_data_source_ttl secrets: diff --git a/.github/workflows/change_data_source_ttl_ci.yml b/.github/workflows/change_data_source_ttl_ci.yml index 6535742c..69e63506 100644 --- a/.github/workflows/change_data_source_ttl_ci.yml +++ b/.github/workflows/change_data_source_ttl_ci.yml @@ -19,7 +19,7 @@ jobs: ci: - uses: tinybirdco/ci/.github/workflows/ci.yml@main + uses: tinybirdco/ci/.github/workflows/ci.yml@v4.0.0 with: data_project_dir: ./change_data_source_ttl secrets: diff --git a/.github/workflows/change_data_source_ttl_release.yml b/.github/workflows/change_data_source_ttl_release.yml deleted file mode 100644 index b54d1cab..00000000 --- a/.github/workflows/change_data_source_ttl_release.yml +++ /dev/null @@ -1,25 +0,0 @@ - - ################################################## - ### Visit https://github.com/tinybirdco/ci ### - ### for more details or custom CI/CD ### - ################################################## - - name: Tinybird - Releases Workflow - - on: - workflow_dispatch: - inputs: - job_to_run: - description: 'Select the job to run manually' - required: true - default: 'promote' - - jobs: - cd: - uses: tinybirdco/ci/.github/workflows/release.yml@main - with: - job_to_run: ${{ inputs.job_to_run }} - data_project_dir: ./change_data_source_ttl - secrets: - tb_admin_token: ${{ secrets.TB_ADMIN_TOKEN_CHANGE_DATA_SOURCE_TTL }} # set the Workspace admin token in GitHub secrets - tb_host: https://api.tinybird.co diff --git a/.github/workflows/change_sk_to_kafka_data_source_cd.yml b/.github/workflows/change_sk_to_kafka_data_source_cd.yml index 5dd4db8d..73820083 100644 --- a/.github/workflows/change_sk_to_kafka_data_source_cd.yml +++ b/.github/workflows/change_sk_to_kafka_data_source_cd.yml @@ -16,9 +16,8 @@ - 'change_sorting_key_kafka_data_source/**' jobs: cd: - uses: tinybirdco/ci/.github/workflows/cd.yml@main + uses: tinybirdco/ci/.github/workflows/cd.yml@v4.0.0 with: - tb_deploy: true data_project_dir: change_sorting_key_kafka_data_source secrets: tb_admin_token: ${{ secrets.TB_ADMIN_TOKEN_CHANGE_SORTING_KEY_TO_KAFKA_DATA_SOURCE }} # set the Workspace admin token in GitHub secrets diff --git a/.github/workflows/change_sk_to_kafka_data_source_ci.yml b/.github/workflows/change_sk_to_kafka_data_source_ci.yml index 39a7f1c2..2539c87e 100644 --- a/.github/workflows/change_sk_to_kafka_data_source_ci.yml +++ b/.github/workflows/change_sk_to_kafka_data_source_ci.yml @@ -20,9 +20,8 @@ jobs: ci: - uses: tinybirdco/ci/.github/workflows/ci.yml@main + uses: tinybirdco/ci/.github/workflows/ci.yml@v4.0.0 with: - tb_deploy: true data_project_dir: change_sorting_key_kafka_data_source secrets: tb_admin_token: ${{ secrets.TB_ADMIN_TOKEN_CHANGE_SORTING_KEY_TO_KAFKA_DATA_SOURCE }} # set the Workspace admin token in GitHub secrets diff --git a/.github/workflows/change_sk_to_kafka_data_source_release.yml b/.github/workflows/change_sk_to_kafka_data_source_release.yml deleted file mode 100644 index 1d0ffe93..00000000 --- a/.github/workflows/change_sk_to_kafka_data_source_release.yml +++ /dev/null @@ -1,26 +0,0 @@ - - ################################################## - ### Visit https://github.com/tinybirdco/ci ### - ### for more details or custom CI/CD ### - ################################################## - - name: Tinybird - Releases Workflow - - on: - workflow_dispatch: - inputs: - job_to_run: - description: 'Select the job to run manually' - required: true - default: 'promote' - - jobs: - cd: - uses: tinybirdco/ci/.github/workflows/release.yml@main - with: - job_to_run: ${{ inputs.job_to_run }} - data_project_dir: change_sorting_key_kafka_data_source - tb_deploy: true - secrets: - tb_admin_token: ${{ secrets.TB_ADMIN_TOKEN_CHANGE_SORTING_KEY_TO_KAFKA_DATA_SOURCE }} # set the Workspace admin token in GitHub secrets - tb_host: https://api.tinybird.co diff --git a/.github/workflows/change_sorting_key_landing_data_source_cd.yml b/.github/workflows/change_sorting_key_landing_data_source_cd.yml index 31c32a78..fbc931e1 100644 --- a/.github/workflows/change_sorting_key_landing_data_source_cd.yml +++ b/.github/workflows/change_sorting_key_landing_data_source_cd.yml @@ -15,7 +15,7 @@ - main jobs: cd: - uses: tinybirdco/ci/.github/workflows/cd.yml@main + uses: tinybirdco/ci/.github/workflows/cd.yml@v4.0.0 with: data_project_dir: ./change_sorting_key_landing_data_source secrets: diff --git a/.github/workflows/change_sorting_key_landing_data_source_ci.yml b/.github/workflows/change_sorting_key_landing_data_source_ci.yml index 9116a49b..e211ef71 100644 --- a/.github/workflows/change_sorting_key_landing_data_source_ci.yml +++ b/.github/workflows/change_sorting_key_landing_data_source_ci.yml @@ -19,7 +19,7 @@ jobs: ci: - uses: tinybirdco/ci/.github/workflows/ci.yml@main + uses: tinybirdco/ci/.github/workflows/ci.yml@v4.0.0 with: data_project_dir: ./change_sorting_key_landing_data_source secrets: diff --git a/.github/workflows/change_sorting_key_landing_data_source_release.yml b/.github/workflows/change_sorting_key_landing_data_source_release.yml deleted file mode 100644 index c87a2d2b..00000000 --- a/.github/workflows/change_sorting_key_landing_data_source_release.yml +++ /dev/null @@ -1,25 +0,0 @@ - - ################################################## - ### Visit https://github.com/tinybirdco/ci ### - ### for more details or custom CI/CD ### - ################################################## - - name: Tinybird - Releases Workflow - - on: - workflow_dispatch: - inputs: - job_to_run: - description: 'Select the job to run manually' - required: true - default: 'promote' - - jobs: - cd: - uses: tinybirdco/ci/.github/workflows/release.yml@main - with: - job_to_run: ${{ inputs.job_to_run }} - data_project_dir: ./change_sorting_key_landing_data_source - secrets: - tb_admin_token: ${{ secrets.TB_ADMIN_TOKEN_CHANGE_SORTING_KEY_LANDING_DATA_SOURCE }} # set the Workspace admin token in GitHub secrets - tb_host: https://api.tinybird.co diff --git a/.github/workflows/change_sorting_key_to_s3_data_source_cd.yml b/.github/workflows/change_sorting_key_to_s3_data_source_cd.yml index c30bdd18..b6330878 100644 --- a/.github/workflows/change_sorting_key_to_s3_data_source_cd.yml +++ b/.github/workflows/change_sorting_key_to_s3_data_source_cd.yml @@ -15,9 +15,8 @@ - main jobs: cd: - uses: tinybirdco/ci/.github/workflows/cd.yml@main + uses: tinybirdco/ci/.github/workflows/cd.yml@v4.0.0 with: - tb_deploy: false data_project_dir: ./change_sorting_key_to_s3_data_source secrets: tb_admin_token: ${{ secrets.TB_ADMIN_TOKEN_CHANGE_SORTING_KEY_TO_S3_DATA_SOURCE }} diff --git a/.github/workflows/change_sorting_key_to_s3_data_source_ci.yml b/.github/workflows/change_sorting_key_to_s3_data_source_ci.yml index 225defda..7a8e07bc 100644 --- a/.github/workflows/change_sorting_key_to_s3_data_source_ci.yml +++ b/.github/workflows/change_sorting_key_to_s3_data_source_ci.yml @@ -19,7 +19,7 @@ jobs: ci: - uses: tinybirdco/ci/.github/workflows/ci.yml@main + uses: tinybirdco/ci/.github/workflows/ci.yml@v4.0.0 with: data_project_dir: ./change_sorting_key_to_s3_data_source secrets: diff --git a/.github/workflows/change_sorting_key_to_s3_data_source_with_reingestion_cd.yml b/.github/workflows/change_sorting_key_to_s3_data_source_with_reingestion_cd.yml index 08abd089..a502f8ed 100644 --- a/.github/workflows/change_sorting_key_to_s3_data_source_with_reingestion_cd.yml +++ b/.github/workflows/change_sorting_key_to_s3_data_source_with_reingestion_cd.yml @@ -15,9 +15,8 @@ - main jobs: cd: - uses: tinybirdco/ci/.github/workflows/cd.yml@main + uses: tinybirdco/ci/.github/workflows/cd.yml@v4.0.0 with: - tb_deploy: false data_project_dir: ./change_sorting_key_to_s3_data_source_with_reingestion secrets: tb_admin_token: ${{ secrets.TB_ADMIN_TOKEN_CHANGE_SORTING_KEY_TO_S3_DATA_SOURCE_WITH_REINGESTION }} diff --git a/.github/workflows/change_sorting_key_to_s3_data_source_with_reingestion_ci.yml b/.github/workflows/change_sorting_key_to_s3_data_source_with_reingestion_ci.yml index 276ce427..52e2ce07 100644 --- a/.github/workflows/change_sorting_key_to_s3_data_source_with_reingestion_ci.yml +++ b/.github/workflows/change_sorting_key_to_s3_data_source_with_reingestion_ci.yml @@ -19,7 +19,7 @@ jobs: ci: - uses: tinybirdco/ci/.github/workflows/ci.yml@main + uses: tinybirdco/ci/.github/workflows/ci.yml@v4.0.0 with: data_project_dir: ./change_sorting_key_to_s3_data_source_with_reingestion secrets: diff --git a/.github/workflows/create_a_materialized_view_batch_ingest_cd.yml b/.github/workflows/create_a_materialized_view_batch_ingest_cd.yml index 62632b81..fad668e8 100644 --- a/.github/workflows/create_a_materialized_view_batch_ingest_cd.yml +++ b/.github/workflows/create_a_materialized_view_batch_ingest_cd.yml @@ -15,7 +15,7 @@ - main jobs: cd: - uses: tinybirdco/ci/.github/workflows/cd.yml@main + uses: tinybirdco/ci/.github/workflows/cd.yml@v4.0.0 with: data_project_dir: ./create_a_materialized_view_batch_ingest secrets: diff --git a/.github/workflows/create_a_materialized_view_batch_ingest_ci.yml b/.github/workflows/create_a_materialized_view_batch_ingest_ci.yml index dcfb1088..1302aa80 100644 --- a/.github/workflows/create_a_materialized_view_batch_ingest_ci.yml +++ b/.github/workflows/create_a_materialized_view_batch_ingest_ci.yml @@ -19,7 +19,7 @@ jobs: ci: - uses: tinybirdco/ci/.github/workflows/ci.yml@main + uses: tinybirdco/ci/.github/workflows/ci.yml@v4.0.0 with: data_project_dir: ./create_a_materialized_view_batch_ingest secrets: diff --git a/.github/workflows/create_a_materialized_view_batch_ingest_release.yml b/.github/workflows/create_a_materialized_view_batch_ingest_release.yml deleted file mode 100644 index 82ea5967..00000000 --- a/.github/workflows/create_a_materialized_view_batch_ingest_release.yml +++ /dev/null @@ -1,25 +0,0 @@ - - ################################################## - ### Visit https://github.com/tinybirdco/ci ### - ### for more details or custom CI/CD ### - ################################################## - - name: Tinybird - Releases Workflow - - on: - workflow_dispatch: - inputs: - job_to_run: - description: 'Select the job to run manually' - required: true - default: 'promote' - - jobs: - cd: - uses: tinybirdco/ci/.github/workflows/release.yml@main - with: - job_to_run: ${{ inputs.job_to_run }} - data_project_dir: ./change_sorting_key_landing_data_source - secrets: - tb_admin_token: ${{ secrets.TB_ADMIN_CREATE_A_MATERIALIZED_VIEW_BATCH_INGEST }} # set the Workspace admin token in GitHub secrets - tb_host: https://api.us-east.tinybird.co diff --git a/.github/workflows/create_pipe_sink_release.yml b/.github/workflows/create_pipe_sink_release.yml deleted file mode 100644 index e8a2d53b..00000000 --- a/.github/workflows/create_pipe_sink_release.yml +++ /dev/null @@ -1,25 +0,0 @@ - - ################################################## - ### Visit https://github.com/tinybirdco/ci ### - ### for more details or custom CI/CD ### - ################################################## - - name: Tinybird - Releases Workflow - - on: - workflow_dispatch: - inputs: - job_to_run: - description: 'Select the job to run manually' - required: true - default: 'promote' - - jobs: - cd: # manage releases for workspace 'create_pipe_sink' - uses: tinybirdco/ci/.github/workflows/release.yml@v3.1.0 - with: - job_to_run: ${{ inputs.job_to_run }} - data_project_dir: create_pipe_sink - secrets: - tb_admin_token: ${{ secrets.TB_ADMIN_CREATE_PIPE_SINK_TOKEN }} # set the Workspace admin token in GitHub secrets - tb_host: https://ui.us-east.tinybird.co diff --git a/.github/workflows/delete_column_materialized_view_cd.yml b/.github/workflows/delete_column_materialized_view_cd.yml index 8cd17410..5ac743a5 100644 --- a/.github/workflows/delete_column_materialized_view_cd.yml +++ b/.github/workflows/delete_column_materialized_view_cd.yml @@ -15,9 +15,8 @@ - main jobs: cd: - uses: tinybirdco/ci/.github/workflows/cd.yml@main + uses: tinybirdco/ci/.github/workflows/cd.yml@v4.0.0 with: - tb_deploy: false data_project_dir: ./delete_column_materialized_view secrets: tb_admin_token: ${{ secrets.TB_ADMIN_TOKEN_DELETE_COLUMN_MV }} diff --git a/.github/workflows/delete_column_materialized_view_ci.yml b/.github/workflows/delete_column_materialized_view_ci.yml index fff07948..7568d098 100644 --- a/.github/workflows/delete_column_materialized_view_ci.yml +++ b/.github/workflows/delete_column_materialized_view_ci.yml @@ -19,7 +19,7 @@ jobs: ci: - uses: tinybirdco/ci/.github/workflows/ci.yml@main + uses: tinybirdco/ci/.github/workflows/ci.yml@v4.0.0 with: data_project_dir: ./delete_column_materialized_view secrets: diff --git a/.github/workflows/delete_column_snowflake_ds_cd.yml b/.github/workflows/delete_column_snowflake_ds_cd.yml index dec7dfe7..2ad50790 100644 --- a/.github/workflows/delete_column_snowflake_ds_cd.yml +++ b/.github/workflows/delete_column_snowflake_ds_cd.yml @@ -14,9 +14,8 @@ on: - main jobs: cd: - uses: tinybirdco/ci/.github/workflows/cd.yml@main + uses: tinybirdco/ci/.github/workflows/cd.yml@v4.0.0 with: - tb_deploy: false data_project_dir: ./delete_column_snowflake_ds secrets: tb_admin_token: ${{ secrets.TB_ADMIN_TOKEN_DELETE_COLUMN_SNOWFLAKE_DS }} diff --git a/.github/workflows/delete_column_snowflake_ds_ci.yml b/.github/workflows/delete_column_snowflake_ds_ci.yml index 9cb1d6d7..815f397d 100644 --- a/.github/workflows/delete_column_snowflake_ds_ci.yml +++ b/.github/workflows/delete_column_snowflake_ds_ci.yml @@ -18,7 +18,7 @@ concurrency: ${{ github.workflow }}-${{ github.event.pull_request.number }} jobs: ci: - uses: tinybirdco/ci/.github/workflows/ci.yml@main + uses: tinybirdco/ci/.github/workflows/ci.yml@v4.0.0 with: data_project_dir: ./delete_column_snowflake_ds secrets: diff --git a/.github/workflows/delete_simple_resource_cd.yml b/.github/workflows/delete_simple_resource_cd.yml index 4343e262..7359e1e8 100644 --- a/.github/workflows/delete_simple_resource_cd.yml +++ b/.github/workflows/delete_simple_resource_cd.yml @@ -15,9 +15,8 @@ - main jobs: cd: - uses: tinybirdco/ci/.github/workflows/cd.yml@main + uses: tinybirdco/ci/.github/workflows/cd.yml@v4.0.0 with: - tb_deploy: true data_project_dir: ./delete_simple_resource secrets: tb_admin_token: ${{ secrets.TB_ADMIN_TOKEN_DELETE_SIMPLE_RESOURCE }} diff --git a/.github/workflows/delete_simple_resource_ci.yml b/.github/workflows/delete_simple_resource_ci.yml index 3e445005..b7de4ea2 100644 --- a/.github/workflows/delete_simple_resource_ci.yml +++ b/.github/workflows/delete_simple_resource_ci.yml @@ -19,9 +19,8 @@ jobs: ci: - uses: tinybirdco/ci/.github/workflows/ci.yml@main + uses: tinybirdco/ci/.github/workflows/ci.yml@v4.0.0 with: - tb_deploy: true data_project_dir: ./delete_simple_resource secrets: tb_admin_token: ${{ secrets.TB_ADMIN_TOKEN_DELETE_SIMPLE_RESOURCE }} diff --git a/.github/workflows/how_to_rollback_cd.yml b/.github/workflows/how_to_rollback_cd.yml index 80e19c42..90fa7662 100644 --- a/.github/workflows/how_to_rollback_cd.yml +++ b/.github/workflows/how_to_rollback_cd.yml @@ -15,7 +15,7 @@ - main jobs: cd: - uses: tinybirdco/ci/.github/workflows/cd.yml@main + uses: tinybirdco/ci/.github/workflows/cd.yml@v4.0.0 with: data_project_dir: ./how_to_rollback secrets: diff --git a/.github/workflows/how_to_rollback_ci.yml b/.github/workflows/how_to_rollback_ci.yml index 8f142c08..d9578a4c 100644 --- a/.github/workflows/how_to_rollback_ci.yml +++ b/.github/workflows/how_to_rollback_ci.yml @@ -19,7 +19,7 @@ jobs: ci: - uses: tinybirdco/ci/.github/workflows/ci.yml@main + uses: tinybirdco/ci/.github/workflows/ci.yml@v4.0.0 with: data_project_dir: ./how_to_rollback secrets: diff --git a/.github/workflows/how_to_rollback_release.yml b/.github/workflows/how_to_rollback_release.yml deleted file mode 100644 index 7a50d202..00000000 --- a/.github/workflows/how_to_rollback_release.yml +++ /dev/null @@ -1,25 +0,0 @@ - - ################################################## - ### Visit https://github.com/tinybirdco/ci ### - ### for more details or custom CI/CD ### - ################################################## - - name: Tinybird - Releases Workflow - - on: - workflow_dispatch: - inputs: - job_to_run: - description: 'Select the job to run manually' - required: true - default: 'promote' - - jobs: - cd: - uses: tinybirdco/ci/.github/workflows/release.yml@main - with: - job_to_run: ${{ inputs.job_to_run }} - data_project_dir: ./how_to_rollback - secrets: - tb_admin_token: ${{ secrets.TB_ADMIN_TOKEN_HOW_TO_ROLLBACK }} # set the Workspace admin token in GitHub secrets - tb_host: https://api.tinybird.co diff --git a/.github/workflows/iterating_api_endpoint_cd.yml b/.github/workflows/iterating_api_endpoint_cd.yml index d02a46d3..bc60e286 100644 --- a/.github/workflows/iterating_api_endpoint_cd.yml +++ b/.github/workflows/iterating_api_endpoint_cd.yml @@ -16,7 +16,7 @@ - 'iterating_api_endpoint/**' jobs: cd: - uses: tinybirdco/ci/.github/workflows/cd.yml@main + uses: tinybirdco/ci/.github/workflows/cd.yml@v4.0.0 with: data_project_dir: iterating_api_endpoint secrets: diff --git a/.github/workflows/iterating_api_endpoint_ci.yml b/.github/workflows/iterating_api_endpoint_ci.yml index 20c514a4..d78480be 100644 --- a/.github/workflows/iterating_api_endpoint_ci.yml +++ b/.github/workflows/iterating_api_endpoint_ci.yml @@ -20,7 +20,7 @@ jobs: ci: # ci using environments from workspace 'iterating_api_endpoint' - uses: tinybirdco/ci/.github/workflows/ci.yml@main + uses: tinybirdco/ci/.github/workflows/ci.yml@v4.0.0 with: data_project_dir: iterating_api_endpoint secrets: diff --git a/.github/workflows/recover_data_from_quarantine_cd.yml b/.github/workflows/recover_data_from_quarantine_cd.yml index 88c6ce22..ee2d7527 100644 --- a/.github/workflows/recover_data_from_quarantine_cd.yml +++ b/.github/workflows/recover_data_from_quarantine_cd.yml @@ -16,9 +16,8 @@ - 'recover_data_from_quarantine/**' jobs: cd: - uses: tinybirdco/ci/.github/workflows/cd.yml@main + uses: tinybirdco/ci/.github/workflows/cd.yml@v4.0.0 with: - tb_deploy: true data_project_dir: ./recover_data_from_quarantine/* secrets: tb_admin_token: ${{ secrets.TB_ADMIN_TOKEN_QUARANTINE_V3 }} # set the Workspace admin token in GitHub secrets diff --git a/.github/workflows/recover_data_from_quarantine_ci.yml b/.github/workflows/recover_data_from_quarantine_ci.yml index 8f85f602..e6b3534f 100644 --- a/.github/workflows/recover_data_from_quarantine_ci.yml +++ b/.github/workflows/recover_data_from_quarantine_ci.yml @@ -20,9 +20,8 @@ jobs: ci: # ci using environments from workspace 'quarentine' - uses: tinybirdco/ci/.github/workflows/ci.yml@main + uses: tinybirdco/ci/.github/workflows/ci.yml@v4.0.0 with: - tb_deploy: true data_project_dir: ./recover_data_from_quarantine secrets: tb_admin_token: ${{ secrets.TB_ADMIN_TOKEN_QUARANTINE_V3 }} # set the Workspace admin token in GitHub secrets diff --git a/.github/workflows/recover_data_from_quarantine_release.yml b/.github/workflows/recover_data_from_quarantine_release.yml deleted file mode 100644 index fcc05806..00000000 --- a/.github/workflows/recover_data_from_quarantine_release.yml +++ /dev/null @@ -1,26 +0,0 @@ - - ################################################## - ### Visit https://github.com/tinybirdco/ci ### - ### for more details or custom CI/CD ### - ################################################## - - name: Tinybird - Releases Workflow - - on: - workflow_dispatch: - inputs: - job_to_run: - description: 'Select the job to run manually' - required: true - default: 'promote' - - jobs: - cd: - uses: tinybirdco/ci/.github/workflows/release.yml@main - with: - job_to_run: ${{ inputs.job_to_run }} - data_project_dir: ./recover_data_from_quarantine - tb_deploy: true - secrets: - tb_admin_token: ${{ secrets.TB_ADMIN_TOKEN_QUARANTINE_V3 }} # set the Workspace admin token in GitHub secrets - tb_host: https://api.tinybird.co diff --git a/.github/workflows/remove_column_landing_data_source_cd.yml b/.github/workflows/remove_column_landing_data_source_cd.yml index d550cadd..7f01674b 100644 --- a/.github/workflows/remove_column_landing_data_source_cd.yml +++ b/.github/workflows/remove_column_landing_data_source_cd.yml @@ -16,7 +16,7 @@ - 'remove_column_landing_data_source/**' jobs: cd: - uses: tinybirdco/ci/.github/workflows/cd.yml@main + uses: tinybirdco/ci/.github/workflows/cd.yml@v4.0.0 with: data_project_dir: remove_column_landing_data_source secrets: diff --git a/.github/workflows/remove_column_landing_data_source_ci.yml b/.github/workflows/remove_column_landing_data_source_ci.yml index 82f7ff41..52074a77 100644 --- a/.github/workflows/remove_column_landing_data_source_ci.yml +++ b/.github/workflows/remove_column_landing_data_source_ci.yml @@ -19,8 +19,8 @@ concurrency: ${{ github.workflow }}-${{ github.event.pull_request.number }} jobs: - ci: # ci using environments from workspace 'quarentine' - uses: tinybirdco/ci/.github/workflows/ci.yml@main + ci: + uses: tinybirdco/ci/.github/workflows/ci.yml@v4.0.0 with: data_project_dir: remove_column_landing_data_source secrets: diff --git a/.github/workflows/remove_column_landing_data_source_release.yml b/.github/workflows/remove_column_landing_data_source_release.yml deleted file mode 100644 index 1d92197a..00000000 --- a/.github/workflows/remove_column_landing_data_source_release.yml +++ /dev/null @@ -1,25 +0,0 @@ - - ################################################## - ### Visit https://github.com/tinybirdco/ci ### - ### for more details or custom CI/CD ### - ################################################## - - name: Tinybird - Releases Workflow - - on: - workflow_dispatch: - inputs: - job_to_run: - description: 'Select the job to run manually' - required: true - default: 'promote' - - jobs: - cd: - uses: tinybirdco/ci/.github/workflows/release.yml@main - with: - job_to_run: ${{ inputs.job_to_run }} - data_project_dir: remove_column_landing_data_source - secrets: - tb_admin_token: ${{ secrets.TB_ADMIN_REMOVE_COLUMN_LANDING_DATA_SOURCE }} # set the Workspace admin token in GitHub secrets - tb_host: https://api.tinybird.co