Skip to content

Commit 69919ba

Browse files
committed
Merge branch 'R1.9' into 'master'
R1.9 to master See merge request automation-sdk/f5-cloud-failover!266
2 parents 50664bd + c687a6a commit 69919ba

41 files changed

Lines changed: 17161 additions & 8674 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitlab-ci.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
image: node:8
1+
image: ${ARTIFACTORY_SERVER}/dockerhub-remote/node:8
22

33
stages:
44
- check_content
@@ -88,7 +88,7 @@ build_package:
8888
# test package against node 4.x
8989
test_node4:
9090
stage: test
91-
image: node:4
91+
image: ${ARTIFACTORY_SERVER}/dockerhub-remote/node:4
9292
script:
9393
- npm install --global npm@5.10.0
9494
- npm install mocha@5.2.0
@@ -119,6 +119,11 @@ test_audit:
119119
- npm run audit
120120
tags:
121121
- cm-official-docker-executor
122+
artifacts:
123+
name: audit_report
124+
paths:
125+
- .auditReport.json
126+
expire_in: 1 month
122127

123128
# job must be called coverage
124129
coverage:
@@ -270,7 +275,7 @@ test_functional_init_gcp:
270275
# Functional Tests - Execute phase (with no retries)
271276
.test_functional_execute_generic: &test_functional_execute_generic
272277
stage: test_functional_execute
273-
image: python:3.7
278+
image: ${ARTIFACTORY_SERVER}/dockerhub-remote/python:3.7
274279
script:
275280
# install jq
276281
- apt-get update

docs/images/aws/AWS-EIP-Tags.png

41.3 KB
Loading
33 KB
Loading

docs/images/aws/AWS-S3-Tags.png

21.3 KB
Loading

docs/images/azure/AzureNICTags.png

40 KB
Loading
79.6 KB
Loading

docs/images/azure/AzureUDR.png

10 KB
Loading

docs/images/azure/AzureUDRTags.png

54.6 KB
Loading
31.5 KB
Loading
72.2 KB
Loading

0 commit comments

Comments
 (0)