Skip to content
This repository has been archived by the owner on Mar 10, 2024. It is now read-only.

ci: get rid of some ci #2061

Merged
merged 1 commit into from
Dec 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 1 addition & 16 deletions .github/workflows/api_build_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
build_and_push:
name: Build and push Docker image
uses: ./.github/workflows/docker_build_and_push.yml
if: github.event_name == 'push'
with:
workspace: api
image-name: api
Expand All @@ -42,19 +43,3 @@ jobs:
STAGING_KUBECONFIG: ${{ secrets.STAGING_KUBECONFIG }}
TURBO_TEAM: ${{ secrets.TURBO_TEAM }}
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}

test:
name: Run staging integration tests
needs: build_and_push
if: github.event_name == 'push' || github.event_name == 'workflow_dispatch'
uses: ./.github/workflows/integration_tests.yml
with:
api-url: https://api.staging.supaglue.io
customer-id: customer1
environment: Staging
release-ref: ${{ github.head_ref }}
secrets:
TESTING_API_KEY: ${{ secrets.STAGING_TESTING_API_KEY }}
SLACK_WEBHOOK_URL: ${{ secrets.ALERTS_SLACK_WEBHOOK_URL }}
PAGERDUTY_INTEGRATION_KEY: ${{ secrets.PAGERDUTY_INTEGRATION_KEY }}
TESTING_DATABASE_URL: ${{ secrets.STAGING_TESTING_DATABASE_URL }}
111 changes: 0 additions & 111 deletions .github/workflows/integration_tests.yml

This file was deleted.

40 changes: 0 additions & 40 deletions .github/workflows/production_integration_tests.yml

This file was deleted.

1 change: 1 addition & 0 deletions .github/workflows/sync_worker_build_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
build_and_push:
name: Build and push Docker image
uses: ./.github/workflows/docker_build_and_push.yml
if: github.event_name == 'push'
with:
workspace: sync-worker
image-name: sync-worker
Expand Down