Skip to content

Commit

Permalink
removed nginx and test
Browse files Browse the repository at this point in the history
  • Loading branch information
ezopezo committed Oct 10, 2023
1 parent bb1eba9 commit a4bfbb7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 17 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
name: Build

on: # yamllint disable-line rule:truthy
pull_request:
push:
branches:
- main
workflow_run:
workflows:
- validation
branches:
- main
types:
- completed
workflow_dispatch:

jobs:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
name: Integration Tests

on: # yamllint disable-line rule:truthy
pull_request:
push:
branches:
- main
workflow_run:
workflows:
- Build
branches:
- main
types:
- completed
workflow_dispatch:

jobs:
Expand Down
9 changes: 0 additions & 9 deletions ansible/playbooks/community-operators-integration-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,6 @@
tags:
- deploy-operator-pipelines

- name: Deploy nginx proxy
tags:
- deploy-nginx-proxy
include_role:
name: nginx-proxy
apply:
tags:
- deploy-nginx-proxy

- name: Verify the Community hosted pipeline run succeeds
tags:
- test-community-hosted-pipeline
Expand Down

0 comments on commit a4bfbb7

Please sign in to comment.