Skip to content

Commit

Permalink
Add test tag to benchmarks, remove gha file to test
Browse files Browse the repository at this point in the history
  • Loading branch information
Stringy committed Jul 4, 2024
1 parent 7d74ad1 commit 2986996
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ on:
Tag used for QA containers
type: string
required: true
collector-tests-tag:
description: |
Tag used for the test container
type: string
required: true

jobs:
benchmarks:
Expand All @@ -22,6 +27,7 @@ jobs:
run-benchmarks: true
collector-tag: ${{ inputs.collector-tag }}
collector-qa-tag: ${{ inputs.collector-qa-tag }}
collector-tests-tag: ${{ inputs.collector-tests-tag }}
collector-repo: quay.io/rhacs-eng/collector
secrets: inherit

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-test-containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- integration-tests/*.go
- integration-tests/images.yml
- integration-tests/Dockerfile
- .github/workflows/integration-test-container.yml
#- .github/workflows/integration-test-container.yml
build-test-image:
name: Build the integration test image
Expand Down

0 comments on commit 2986996

Please sign in to comment.