Skip to content

Commit 39efcd5

Browse files
committed
Update plugin-template
Includes increasing pulp-workers from 2 to 9 [noissue]
1 parent 9aac98d commit 39efcd5

File tree

4 files changed

+11
-2
lines changed

4 files changed

+11
-2
lines changed

.github/template_gitref

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2021.08.26-172-gc8a2852
1+
2021.08.26-174-gc8a0ff4

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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()

.github/workflows/scripts/install.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ plugins:
7272
VARSYAML
7373
fi
7474

75+
PULP_WORKERS=$((8+1))
76+
7577
cat >> vars/main.yaml << VARSYAML
7678
services:
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}"
8488
VARSYAML
8589

8690
cat >> vars/main.yaml << VARSYAML

template_config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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

66
additional_repos:
77
- branch: main
@@ -32,6 +32,7 @@ flake8: true
3232
flake8_ignore: []
3333
github_org: pulp
3434
issue_tracker: github
35+
kanban: true
3536
lint_requirements: true
3637
noissue_marker: '[noissue]'
3738
parallel_test_workers: 8

0 commit comments

Comments
 (0)