File tree Expand file tree Collapse file tree 4 files changed +11
-2
lines changed
Expand file tree Collapse file tree 4 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 1- 2021.08.26-172-gc8a2852
1+ 2021.08.26-174-gc8a0ff4
Original file line number Diff line number Diff line change @@ -209,6 +209,10 @@ jobs:
209209 docker exec pulp ls -latr /etc/yum.repos.d/ || true
210210 docker exec pulp cat /etc/yum.repos.d/* || true
211211 docker exec pulp bash -c "pip3 list && pip3 install pipdeptree && pipdeptree"
212+
213+ - name : Setup tmate session
214+ uses : mxschmitt/action-tmate@v3
215+
212216 deprecations :
213217 runs-on : ubuntu-latest
214218 if : always()
Original file line number Diff line number Diff line change @@ -72,6 +72,8 @@ plugins:
7272VARSYAML
7373fi
7474
75+ PULP_WORKERS=$(( 8 + 1 ))
76+
7577cat >> vars/main.yaml << VARSYAML
7678services:
7779 - name: pulp
@@ -81,6 +83,8 @@ services:
8183 - ./ssh:/keys/
8284 - ~/.config:/root/.config
8385 - ../../../pulp-openapi-generator:/root/pulp-openapi-generator
86+ env:
87+ PULP_WORKERS: "${PULP_WORKERS} "
8488VARSYAML
8589
8690cat >> vars/main.yaml << VARSYAML
Original file line number Diff line number Diff line change 11# This config represents the latest values used when running the plugin-template. Any settings that
22# were not present before running plugin-template have been added with their default values.
33
4- # generated with plugin_template@2021.08.26-172-gc8a2852
4+ # generated with plugin_template@2021.08.26-174-g125ecdc
55
66additional_repos :
77- branch : main
@@ -32,6 +32,7 @@ flake8: true
3232flake8_ignore : []
3333github_org : pulp
3434issue_tracker : github
35+ kanban : true
3536lint_requirements : true
3637noissue_marker : ' [noissue]'
3738parallel_test_workers : 8
You can’t perform that action at this time.
0 commit comments