Skip to content

Commit

Permalink
Add logs collection for the kind tests in jenkins (#6543)
Browse files Browse the repository at this point in the history
Signed-off-by: KMAnju-2021 <[email protected]>

Add logs for the kind tests in jenkins
  • Loading branch information
KMAnju-2021 authored Jul 30, 2024
1 parent d2c7d1a commit e9990f8
Showing 1 changed file with 72 additions and 9 deletions.
81 changes: 72 additions & 9 deletions ci/jenkins/jobs/projects-lab.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -937,7 +937,14 @@
fail: true
timeout: 135
type: absolute
publishers: []
publishers:
- archive:
allow-empty: true
artifacts: antrea-test-logs.tar.gz
case-sensitive: true
default-excludes: true
fingerprint: false
only-if-success: false
- '{name}-{test_name}-for-pull-request':
test_name: kind-conformance
node: 'antrea-kind-testbed'
Expand Down Expand Up @@ -970,7 +977,14 @@
fail: true
timeout: 135
type: absolute
publishers: []
publishers:
- archive:
allow-empty: true
artifacts: '*sonobuoy*.tar.gz'
case-sensitive: true
default-excludes: true
fingerprint: false
only-if-success: false
- '{name}-{test_name}-for-pull-request':
test_name: kind-networkpolicy
node: 'antrea-kind-testbed'
Expand Down Expand Up @@ -1003,7 +1017,14 @@
fail: true
timeout: 135
type: absolute
publishers: []
publishers:
- archive:
allow-empty: true
artifacts: '*sonobuoy*.tar.gz'
case-sensitive: true
default-excludes: true
fingerprint: false
only-if-success: false
- '{name}-{test_name}-for-pull-request':
test_name: rancher-e2e
node: 'antrea-rancher-testbed'
Expand Down Expand Up @@ -1360,7 +1381,14 @@
fail: true
timeout: 135
type: absolute
publishers: []
publishers:
- archive:
allow-empty: true
artifacts: '*sonobuoy*.tar.gz'
case-sensitive: true
default-excludes: true
fingerprint: false
only-if-success: false
- '{name}-{test_name}-for-pull-request':
test_name: kind-ipv6-only-conformance
node: 'antrea-kind-testbed'
Expand Down Expand Up @@ -1392,7 +1420,14 @@
fail: true
timeout: 135
type: absolute
publishers: []
publishers:
- archive:
allow-empty: true
artifacts: '*sonobuoy*.tar.gz'
case-sensitive: true
default-excludes: true
fingerprint: false
only-if-success: false
- '{name}-{test_name}-for-pull-request':
test_name: kind-ipv6-only-e2e
node: 'antrea-kind-testbed'
Expand Down Expand Up @@ -1423,7 +1458,14 @@
fail: true
timeout: 135
type: absolute
publishers: []
publishers:
- archive:
allow-empty: true
artifacts: antrea-test-logs.tar.gz
case-sensitive: true
default-excludes: true
fingerprint: false
only-if-success: false
- '{name}-{test_name}-for-pull-request':
test_name: kind-ipv6-ds-networkpolicy
node: 'antrea-kind-testbed'
Expand Down Expand Up @@ -1455,7 +1497,14 @@
fail: true
timeout: 135
type: absolute
publishers: []
publishers:
- archive:
allow-empty: true
artifacts: '*sonobuoy*.tar.gz'
case-sensitive: true
default-excludes: true
fingerprint: false
only-if-success: false
- '{name}-{test_name}-for-pull-request':
test_name: kind-ipv6-ds-conformance
node: 'antrea-kind-testbed'
Expand Down Expand Up @@ -1487,7 +1536,14 @@
fail: true
timeout: 135
type: absolute
publishers: []
publishers:
- archive:
allow-empty: true
artifacts: '*sonobuoy*.tar.gz'
case-sensitive: true
default-excludes: true
fingerprint: false
only-if-success: false
- '{name}-{test_name}-for-pull-request':
test_name: kind-ipv6-ds-e2e
node: 'antrea-kind-testbed'
Expand Down Expand Up @@ -1518,4 +1574,11 @@
fail: true
timeout: 135
type: absolute
publishers: []
publishers:
- archive:
allow-empty: true
artifacts: antrea-test-logs.tar.gz
case-sensitive: true
default-excludes: true
fingerprint: false
only-if-success: false

0 comments on commit e9990f8

Please sign in to comment.