mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-16 01:43:06 -06:00
Update CI image and Python dependency.
This commit is contained in:
2
Pipfile
2
Pipfile
@@ -17,4 +17,4 @@ pytest = "*"
|
||||
testinfra = "*"
|
||||
|
||||
[requires]
|
||||
python_version = "3.7"
|
||||
python_version = "3.9"
|
||||
|
||||
1124
Pipfile.lock
generated
1124
Pipfile.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -4,7 +4,7 @@
|
||||
#
|
||||
# make > ../bitbucket-pipelines.yml
|
||||
|
||||
image: debian:buster
|
||||
image: debian:bullseye
|
||||
options:
|
||||
size: 2x
|
||||
|
||||
@@ -240,15 +240,6 @@ pipelines:
|
||||
- ./bin/install-ansible --dev
|
||||
- cd roles/product_install
|
||||
- pipenv run molecule test -s jira_all
|
||||
- step:
|
||||
name: product_install/jira_tarball_download_url
|
||||
services:
|
||||
- docker
|
||||
script:
|
||||
- export ANSIBLE_CONFIG=./ansible.cfg
|
||||
- ./bin/install-ansible --dev
|
||||
- cd roles/product_install
|
||||
- pipenv run molecule test -s jira_tarball_download_url
|
||||
- step:
|
||||
name: product_install/jira_cached_with_downgrade
|
||||
services:
|
||||
@@ -285,6 +276,15 @@ pipelines:
|
||||
- ./bin/install-ansible --dev
|
||||
- cd roles/product_install
|
||||
- pipenv run molecule test -s jira_tarball
|
||||
- step:
|
||||
name: product_install/jira_tarball_download_url
|
||||
services:
|
||||
- docker
|
||||
script:
|
||||
- export ANSIBLE_CONFIG=./ansible.cfg
|
||||
- ./bin/install-ansible --dev
|
||||
- cd roles/product_install
|
||||
- pipenv run molecule test -s jira_tarball_download_url
|
||||
- step:
|
||||
name: product_install/jira_version_from_file
|
||||
services:
|
||||
@@ -383,6 +383,6 @@ pipelines:
|
||||
script:
|
||||
- ./bin/install-ansible --dev
|
||||
- apt-get update && apt-get install -y npm
|
||||
- npm install -g snyk@1.455.0
|
||||
- npm install -g snyk
|
||||
- snyk auth $SNYK_TOKEN
|
||||
- pipenv run snyk monitor --severity-threshold=high --project-name=dc-deployments-automation
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#
|
||||
# make > ../bitbucket-pipelines.yml
|
||||
|
||||
image: debian:buster
|
||||
image: debian:bullseye
|
||||
options:
|
||||
size: 2x
|
||||
|
||||
|
||||
Reference in New Issue
Block a user