Skip to content

Commit e26098b

Browse files
committed
add installer in ruby script and desac pr attempt (will be squashed)
1 parent e84a03e commit e26098b

File tree

2 files changed

+20
-13
lines changed

2 files changed

+20
-13
lines changed

.github/workflows/dependabot.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -27,17 +27,17 @@ jobs:
2727
- name: Check and Modify
2828
id: run-script
2929
run: echo "NGINX_VERSION_TO_TEST=$(python bin/nginx_dependencies.py)" >> $GITHUB_OUTPUT
30-
- name: Create Pull Request
31-
id: pr
32-
uses: peter-evans/[email protected]
33-
with:
34-
token: ${{ secrets.GITHUB_TOKEN }}
35-
branch: "bot/test-nginx-version-${{steps.run-script.outputs.NGINX_VERSION_TO_TEST}}"
36-
commit-message: "[Test Package Versions Bump]"
37-
delete-branch: true
38-
base: master
39-
title: "[IGNORE] Test new version of NGINX: $NGINX_VERSION_TO_TEST"
40-
reviewers: "DataDog/dd-trace-cpp"
41-
body: |
42-
Test a new release of NGINX
30+
# - name: Create Pull Request
31+
# id: pr
32+
# uses: peter-evans/[email protected]
33+
# with:
34+
# token: ${{ secrets.GITHUB_TOKEN }}
35+
# branch: "bot/test-nginx-version-${{steps.run-script.outputs.NGINX_VERSION_TO_TEST}}"
36+
# commit-message: "[Test Package Versions Bump]"
37+
# delete-branch: true
38+
# base: master
39+
# title: "[IGNORE] Test new version of NGINX: $NGINX_VERSION_TO_TEST"
40+
# reviewers: "DataDog/dd-trace-cpp"
41+
# body: |
42+
# Test a new release of NGINX
4343

bin/generate_jobs_yaml.rb

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,13 @@
8989
name: build << matrix.nginx-version >> on arm64 WAF << matrix.waf >>
9090
YAML
9191

92+
puts <<~YAML.gsub(/^/, ' ')
93+
- build_installer_amd64:
94+
name: build installer on amd64
95+
- build_installer_arm64:
96+
name: build installer on arm64
97+
YAML
98+
9299
all_specs.group_by(&:version).each do |version, specs|
93100
puts <<~YAML.gsub(/^/, ' ')
94101
- test:

0 commit comments

Comments
 (0)