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

Commit

Permalink
ci: get rid of some ci (#2061)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmarshall authored Dec 13, 2023
1 parent ee61337 commit 8529206
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 167 deletions.
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

0 comments on commit 8529206

Please sign in to comment.