File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,11 @@ name: K8S based integration tests
3
3
on :
4
4
workflow_call :
5
5
inputs :
6
+ collector-repo :
7
+ description : |
8
+ Optional repository to use for the collector image
9
+ type : string
10
+ default : " quay.io/rhacs-eng/collector"
6
11
collector-tag :
7
12
description : |
8
13
Tag used for running the integration tests
22
27
env :
23
28
ANSIBLE_CONFIG : ${{ github.workspace }}/ansible/ansible.cfg
24
29
COLLECTOR_TESTS_IMAGE : quay.io/rhacs-eng/qa-multi-arch:${{ inputs.collector-tests-tag }}
25
- COLLECTOR_IMAGE : quay.io/rhacs-eng/ collector:${{ inputs.collector-tag }}
30
+ COLLECTOR_IMAGE : ${{ inputs. collector-repo }} :${{ inputs.collector-tag }}
26
31
27
32
jobs :
28
33
k8s-integration-tests :
Original file line number Diff line number Diff line change 63
63
- uses : stackrox/actions/release/wait-for-image@v1
64
64
with :
65
65
token : ${{ secrets.QUAY_RHACS_ENG_BEARER_TOKEN }}
66
- image : rhacs-eng/collector:${{ needs.init.outputs.collector-tag }}
66
+ image : rhacs-eng/release- collector:${{ needs.init.outputs.collector-tag }}
67
67
limit : 9000 # 2h30m
68
68
69
69
integration-tests-containers :
84
84
- wait-for-images
85
85
- integration-tests-containers
86
86
with :
87
+ collector-repo : quay.io/rhacs-eng/release-collector
87
88
collector-tag : ${{ needs.init.outputs.collector-tag }}
88
89
collector-qa-tag : ${{ needs.init.outputs.collector-qa-tag }}
89
90
collector-tests-tag : ${{ needs.integration-tests-containers.outputs.collector-tests-tag }}
95
96
k8s-integration-tests :
96
97
uses : ./.github/workflows/k8s-integration-tests.yml
97
98
with :
99
+ collector-repo : quay.io/rhacs-eng/release-collector
98
100
collector-tag : ${{ needs.init.outputs.collector-tag }}
99
101
collector-qa-tag : ${{ needs.init.outputs.collector-qa-tag }}
100
102
collector-tests-tag : ${{ needs.integration-tests-containers.outputs.collector-tests-tag }}
Original file line number Diff line number Diff line change 28
28
- name : image-expires-after
29
29
value : ' 13w'
30
30
- name : output-image-repo
31
- value : quay.io/rhacs-eng/collector
31
+ value : quay.io/rhacs-eng/release- collector
32
32
- name : path-context
33
33
value : .
34
34
- name : revision
You can’t perform that action at this time.
0 commit comments