Skip to content

Commit d66ba50

Browse files
app_version is not needed anymore (see rh-nfv-int/nfv-example-cnf-deploy#36)
1 parent bf29bb0 commit d66ba50

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

testpmd/hooks/pre-run.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
- name: Create example-cnf facts
44
set_fact:
5-
app_version: v0.2.6
65
cnf_app_networks:
76
- name: intel-numa0-net1
87
count: 2
@@ -41,18 +40,10 @@
4140
executable: /bin/bash
4241
chdir: "{{ dci_change_dir }}/example-cnf"
4342

44-
- name: Get app version
45-
shell: ". {{ job_logs.path }}/versions.cfg && echo v${VERSIONS[testpmd-container-app]}"
46-
register: app_output
47-
args:
48-
executable: /bin/bash
49-
chdir: "{{ dci_change_dir }}/example-cnf"
50-
5143
- name: Override index and app variables
5244
set_fact:
5345
operator_version: "{{ index_output.stdout }}"
5446
example_cnf_index_image: "quay.io/rh-nfv-int/nfv-example-cnf-catalog:{{ index_output.stdout }}"
55-
app_version: "{{ app_output.stdout }}"
5647

5748
- name: 'Remove component from the job'
5849
dci_job_component:

0 commit comments

Comments
 (0)