Skip to content

Commit 6ab2048

Browse files
committed
Add z stream jira issue clone for cnf-network
1 parent 963cd26 commit 6ab2048

File tree

5 files changed

+48
-5
lines changed

5 files changed

+48
-5
lines changed

ci-operator/config/openshift-kni/eco-ci-cd/openshift-kni-eco-ci-cd-main__cnf-network-4.17.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,6 @@ tests:
4242
REPORTER_TEMPLATE_NAME: 'Telco Network 4_17 Regression - Telco Network 4.17
4343
Regression Testing - Version: <version>; Build: <build>'
4444
VERSION: "4.17"
45-
test:
46-
- ref: telcov10n-functional-cnf-network-metrics-daemon-tests
47-
- ref: telcov10n-functional-cnf-network-cnf-tests
48-
- ref: telcov10n-functional-cnf-network-eco-gotests
49-
- ref: telcov10n-functional-cnf-network-cnf-gotests
5045
workflow: telcov10n-functional-cnf-network-ocp-setup
5146
zz_generated_metadata:
5247
branch: main
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
approvers:
2+
- natifridman
3+
- shaior
4+
- kononovn
5+
- eifrach
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
#!/bin/bash
2+
set -e
3+
set -o pipefail
4+
5+
6+
export JIRA_TOKEN=/var/jira-token/token
7+
export Z_STREAM_VERSION=$VERSION
8+
9+
echo "Content of shared_dir is: $(ls -la $SHARED_DIR)"
10+
11+
echo "Running Z stream issue clone - $Z_STREAM_VERSION"
12+
13+
./scripts/clone-z-stream-issue.py
14+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"path": "telcov10n/functional/cnf-network/clone-z-stream-issue/telcov10n-functional-cnf-network-clone-z-stream-issue-ref.yaml",
3+
"owners": {
4+
"approvers": [
5+
"natifridman",
6+
"shaior",
7+
"kononovn",
8+
"eifrach"
9+
]
10+
}
11+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
ref:
2+
as: telcov10n-functional-cnf-network-clone-z-stream-issue
3+
from: src
4+
commands: telcov10n-functional-cnf-network-clone-z-stream-issue-commands.sh
5+
timeout: 4h
6+
resources:
7+
requests:
8+
cpu: 100m
9+
memory: 200Mi
10+
env:
11+
- name: VERSION
12+
default: "4.17"
13+
documentation: OCP version to deploy
14+
credentials:
15+
- namespace: test-credentials
16+
name: jira-token
17+
mount_path: /var/jira-token/token
18+

0 commit comments

Comments
 (0)