Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows build docs and tweaks #1

Merged
merged 168 commits into from
May 24, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
168 commits
Select commit Hold shift + click to select a range
ed67f03
core: sync scheduler resolve multi task user issue
matthewfala Feb 9, 2023
ff5e07d
log: add flb_log_suppress_check
nokute78 Mar 17, 2023
8f3d5af
input: support log_suppress_interval
nokute78 Mar 17, 2023
a9c19de
filter: support log_suppress_interval
nokute78 Mar 17, 2023
fcabcd2
aws_credentials_profile: Added profile parameter in profile_provider_…
nithin-kumar Apr 5, 2023
90aadb4
aws_credentials: Added profile parameter in standard_chain_provider_c…
nithin-kumar Apr 5, 2023
2c5a5e5
credentials test: Added unit test case for custom profile name.
nithin-kumar Apr 5, 2023
c9a59c4
out_bigquery: Modified standard_chain_provider_create function paramt…
nithin-kumar Apr 5, 2023
ce8412f
out_cloudwatch_logs: added profile option to specify an AWS Profile f…
nithin-kumar Apr 5, 2023
d6b3adf
out_es: added aws_profile option to specify an AWS Profile for creden…
nithin-kumar Apr 5, 2023
ddf5623
out_kinesis_firehose: added profile option to specify an AWS Profile …
nithin-kumar Apr 5, 2023
f6549a1
out_kinesis_streams: added profile option to specify an AWS Profile f…
nithin-kumar Apr 5, 2023
89ee7c0
out_opensearch: added aws_profile option to specify an AWS Profile fo…
nithin-kumar Apr 5, 2023
4b0d3a5
out_s3: added profile option to specify an AWS Profile for credentials
nithin-kumar Apr 5, 2023
23a3e95
in_calyptia_fleet: initial implementation of calyptia fleet managemen…
pwhelan Apr 14, 2023
95d8ecd
codeowners: add PettitWesley as code owner for AWS filter tests (#7172)
PettitWesley Apr 14, 2023
e10e100
test: filter aws ec2 long tag name
mwarzynski Apr 6, 2023
ee4baa1
filter: aws fix fetching long ec2 tags
mwarzynski Apr 6, 2023
d4275c8
filter_wasm: skip log on NULL or empty WASM return
woehrl01 Mar 15, 2023
8a48deb
out_prometheus_remote_write: add authorization to prometheus remote w…
Claych Mar 9, 2023
645fde6
in_elasticsearch: release buffer on error case
nokute78 Mar 2, 2023
7d25c79
filter: Fix an implicit util function
cosmo0920 Apr 14, 2023
9d56792
workflows: enable macos unit test failures
patrick-stephens Apr 14, 2023
2a55c19
engine: Ensure TLS initialization for evl only once
cosmo0920 Apr 14, 2023
ca0ccc3
engine: Add static attribute to be really private
cosmo0920 Apr 14, 2023
dae8085
out_opensearch: support logstash_prefix_separator (#6814)
nokute78 Apr 14, 2023
be1f6e0
packaging: handle systemd service detection (#7193)
patrick-stephens Apr 14, 2023
7b50ee1
processor: add support for processor plugins
leonardo-albertovich Apr 15, 2023
5e0d3af
config: add support for processor plugins
leonardo-albertovich Apr 15, 2023
4af9d72
output: add support for processor plugins
leonardo-albertovich Apr 15, 2023
27c4029
input: updated the processor creation call to match the new prototype
leonardo-albertovich Apr 15, 2023
ec48cce
input_metric: add processor support
leonardo-albertovich Apr 15, 2023
e44824c
input_trace: add processor support
leonardo-albertovich Apr 15, 2023
ed29725
in_event_type: removed leftover debug output
leonardo-albertovich Apr 15, 2023
b0ba7ff
bin: add processor plugin support
leonardo-albertovich Apr 15, 2023
0c64b11
tests: internal: processor: updated the processor creation call to match
leonardo-albertovich Apr 15, 2023
cda07a4
plugin: add processor support
leonardo-albertovich Apr 15, 2023
da1eaa9
plugins: add processor support
leonardo-albertovich Apr 15, 2023
724e019
build: add processor support
leonardo-albertovich Apr 15, 2023
301be6d
processor: add processor plugin logging wrapper
leonardo-albertovich Apr 15, 2023
2ebe861
processor_labels: add metrics label manipulation processor
leonardo-albertovich Apr 15, 2023
8c73c10
filter_lua: fix metadata omission in the msgpack version of the code
leonardo-albertovich Apr 15, 2023
8aaf3ed
build: disable mpack in filter lua to preserve metadata
leonardo-albertovich Apr 15, 2023
1c1902a
filter_lua: fix bugs in multi record producers and record skipping
leonardo-albertovich Apr 15, 2023
1cda073
lib: librdkafka: upgrade to v2.1.0
nareshku Apr 13, 2023
a2ab332
processor_attributes: initial commit of the attributes processor
leonardo-albertovich Apr 16, 2023
d57b358
processor_labels: make hash transformer local
leonardo-albertovich Apr 16, 2023
16996e1
build: add attributes processor
leonardo-albertovich Apr 16, 2023
a07d45a
bin: config: reload: Enable hot reloading via config file (#7204)
cosmo0920 Apr 17, 2023
ebb6ddf
tls: openssl: add missing return in SSL_ERROR_SYSCALL case (#7210)
Apr 17, 2023
ab26f09
out_opensearch: remove unused variables (#7202)
nokute78 Apr 17, 2023
24e2e5d
in_calyptia_fleet: make header lookup case insensitive.
pwhelan Apr 14, 2023
907f7e5
in_calyptia_fleet: implement configuration rollback.
pwhelan Apr 14, 2023
c3b003a
in_calyptia_fleet: minor cosmetic cleanup in network connection code.
pwhelan Apr 14, 2023
2dc8057
in_calyptia_fleet: fix problems in input configuration generation.
pwhelan Apr 14, 2023
d1030d0
in_calyptia_fleet: fix SIGSEGV when no configuration file is set.
pwhelan Apr 15, 2023
09a49f6
filter_aws: ec2 tags include/exclude option
mwarzynski Feb 4, 2023
d1dd735
tests: runtime: add filter_aws ec2 include/exclude tests
mwarzynski Feb 5, 2023
03963c0
filter_aws: invalid include/exclude configuration fails
mwarzynski Mar 16, 2023
2d1430e
filter_aws: remove unused options.name
mwarzynski Mar 16, 2023
4623a2c
proxy: plugin_proxy: Clean up allocated resources correctly
cosmo0920 Feb 8, 2023
3999729
proxy: go: Use NULL check correctly
cosmo0920 Feb 13, 2023
a442a83
in_calyptia_fleet: add agent metrics support (#7213)
pwhelan Apr 18, 2023
c853154
example: wasm: Fix typos in Filter declaration
etolbakov Feb 20, 2023
4920b97
example: wasm: Update to *const pointer in rust examples
etolbakov Feb 27, 2023
b57b8a9
in_kafka: update example scripts
tchrono Mar 6, 2023
28eb678
in_kafka: refactor implementation to use flb_input_set_collector_time
tchrono Mar 6, 2023
341ddbc
in_kafka: Make poll interval configurable and use config map
tchrono Apr 12, 2023
c6c6942
ci: 2.1 Windows release not synced (#7223)
celalettin1286 Apr 20, 2023
1d653be
in_podman_metrics: Initial plugin implementation
pabloxxl Mar 3, 2023
aa97c86
build: bump to v2.1.1
edsiper Apr 20, 2023
375dce4
snap: bump to v2.1.1
edsiper Apr 20, 2023
8144c1f
bitbake: bump to v2.1.1
edsiper Apr 20, 2023
840d526
ci: ensure 2.1 series is pushed as latest container (#7238)
patrick-stephens Apr 21, 2023
5a51f75
developer guide: add -DFLB_VALGRIND=on to valgrind section
PettitWesley Apr 14, 2023
4287659
out_forward: added missing code to drop metadata by default
leonardo-albertovich Apr 24, 2023
5cc5703
input: flag when tag is manually set
edsiper Apr 24, 2023
e8fb445
in_forward: allow to override events tag with 'tag' property
edsiper Apr 24, 2023
70c4145
in_opentelemetry: fix warning
nokute78 Apr 21, 2023
6e94ab8
in_podman_metrics: Fixed unit tests on cgroupsv2
Apr 25, 2023
e3d531d
test: out_exit: Plug invalid evl context case
cosmo0920 Apr 25, 2023
922607a
build: macOS: Don't override OPENSSL_ROOT_DIR cmake option if specified
cosmo0920 Apr 25, 2023
5113c59
lib: cfl: upgrade to v0.2.3
edsiper Apr 25, 2023
b45c5a3
sp: CMakeLists.txt: don't require c++
ThomasDevoogdt Apr 24, 2023
2a99608
build: bump to v2.1.2
edsiper Apr 26, 2023
7cc2d2a
snap: bump to v2.1.2
edsiper Apr 26, 2023
113c7c0
bitbake: bump to v2.1.2
edsiper Apr 26, 2023
c8e10a5
packaging: handle multiple AppVeyor builds for downloading (#7275)
patrick-stephens Apr 26, 2023
8f4bb65
workflows: updates for automated PR creation (#7277)
patrick-stephens Apr 26, 2023
e258aa0
workflows: doc generation updates (#7278)
patrick-stephens Apr 26, 2023
016bb6b
workflows: ensure we increment the version for the new PR (#7280)
patrick-stephens Apr 27, 2023
43682ad
workflows: reduce PR noise (#7288)
patrick-stephens Apr 28, 2023
bdcaec2
in_podman_metrics: Added image label
pabloxxl Apr 27, 2023
17cdf9f
mp: updated the format check to accept the new format released with 2.1
leonardo-albertovich Apr 28, 2023
2d71ea9
filter_parser: fix timestamp and metadata to be properly copied (#7293)
chitoku-k May 2, 2023
06ee7d3
out_vivo_exporter: updated the code to use the log event decoder (#7302)
leonardo-albertovich May 3, 2023
9a08168
output_thread: added event memory intialization (#7303)
leonardo-albertovich May 3, 2023
07c73b9
lib: snappy-fef67ac: CMakeLists.txt: fix build without C++ (#7253)
ThomasDevoogdt May 3, 2023
72c1376
utils: parse quotes when splitting strings
tsaarni May 3, 2023
c7c6aeb
dockerfiles: update libldap to v2.5-0 (#7309)
Garfield96 May 3, 2023
d08533b
filter_lua: fix buffer size calculation
nokute78 May 4, 2023
94e337a
filter_rewrite_tag: emit using decoder parameters
nokute78 May 4, 2023
688ee7d
in_http: do not send content-length at 204
nokute78 May 4, 2023
d486407
filter: remove unused variable
nokute78 May 4, 2023
c6e3c20
in_otel: do not send content-length at 204
nokute78 May 4, 2023
51c02fd
tests: runtime: filter_kubernetes: fix warnings
nokute78 May 4, 2023
2140c01
http_client_debug: fixed format string related compiler warning
leonardo-albertovich May 4, 2023
7c2feae
out_prometheus_remote_write: added configurable compression method
leonardo-albertovich May 4, 2023
8f53f9b
out_prometheus_remote_write: added missing header inclusion
leonardo-albertovich May 5, 2023
5864c41
parser_json: keep time key when parsing fails (#7323)
braydonk May 5, 2023
ab60c00
in_node_exporter_metrics: added a systemd metrics collector (#7319)
leonardo-albertovich May 6, 2023
150d6b3
build: windows: Handle libyaml directory
cosmo0920 May 1, 2023
d02a1e3
config_format: yaml: Plug a lack of argument on Windows
cosmo0920 May 1, 2023
9ecb8b6
workflows: windows: Build with libyaml for supporting yaml config format
cosmo0920 May 2, 2023
415cf0a
record_accessor: allow single character input in flb_ra_translate
nokute78 May 6, 2023
70402f4
in_winevtlog: properly pass the log encoder arg
braydonk Apr 26, 2023
eb51cd6
in_winevtlog: Restore the previous behavior of packing string inserts
cosmo0920 Apr 26, 2023
7fd5fe6
in_winevtlog: log event encoder in default case
braydonk Apr 26, 2023
587d9cc
lib: chunkio: CMakeLists.txt: fix build without C++
ThomasDevoogdt Apr 25, 2023
3b79971
lib: onigmo: CMakeLists.txt: fix build without C++
ThomasDevoogdt Apr 25, 2023
b794e33
lib: lwrb: CMakeLists.txt: fix build without C++
ThomasDevoogdt Apr 25, 2023
4f1b7e9
lib: tutf8e: CMakeLists.txt: fix build without C++
ThomasDevoogdt Apr 25, 2023
11af750
lib: msgpack: CMakeLists.txt: CMakeLists.txt: fix build without C++
ThomasDevoogdt Apr 25, 2023
a55181f
lib: wasm: core/iwasm: posix.c: fix POLL{RD,WR}NORM in uClibc
ThomasDevoogdt Apr 25, 2023
4cde83e
lib: cfl: lib/xxhash: do no longer depend on <assert.h> for XXH_STATI…
ThomasDevoogdt Apr 25, 2023
c52cd39
lib: c-ares: fixup static_assert
ThomasDevoogdt Feb 1, 2023
b4648e0
cmake: sanitizers-cmake: bump package
ThomasDevoogdt Apr 27, 2023
e35b58f
workflows: ignore cmake/sanitizers-cmake shellcheck failures
ThomasDevoogdt Apr 27, 2023
3d7e9a9
in_kafka: updated the plugin to use the log event abstraction layer
May 11, 2023
64763f5
doc: MAINTAINERS: add Leonardo and Hiroshi as Fluent Bit maintainers
edsiper May 11, 2023
46ce5a1
filter_geoip2: properly handle the end of chunk data condition
cosmo0920 May 12, 2023
03c879f
in_elasticsearch: refer the plugin provided tag
cosmo0920 May 12, 2023
c65ced7
install: update to fix AmazonLinux versions (#7354)
patrick-stephens May 12, 2023
4398840
PR template: add valgrind instructions (#7377)
braydonk May 12, 2023
50494f2
in_syslog: enable in_syslog plugin on windows
cosmo0920 May 13, 2023
055704e
filter_modify: fix clean up process
nokute78 May 14, 2023
66d3822
out_bigquery: initialize sig_len
May 15, 2023
1421447
out_stackdriver: process spanId special field
andreswebs May 9, 2023
6ae5996
dockerfiles: revert update ldap dependencies from 7309 (#7385)
patrick-stephens May 15, 2023
734fa82
in_windows_exporter_metrics: improve value type conversion
cosmo0920 May 17, 2023
7a882df
in_http: fix parser memory reinitialization
tszshingt May 17, 2023
dab7709
workflows: bump helm/kind-action from 1.5.0 to 1.6.0 (#7412)
dependabot[bot] May 17, 2023
f959e2e
lib: ctraces: upgrade to v0.3.1
May 17, 2023
6032672
out_opentelemetry: fixed ctraces decoder error handling
May 17, 2023
b7f2de4
in_node_exporter_metrics: made filesystem ignore patterns configurable
cosmo0920 May 17, 2023
241a519
in_node_exporter_metrics: made diskstats ignore pattern configurable
cosmo0920 May 17, 2023
dc68553
processor: moved the processor stack initialization to the right stage
cosmo0920 May 17, 2023
bd713e7
out_opensearch: add support for gzip compression
wndhydrnt May 17, 2023
a7026aa
core: compression abstraction layer addition
leonardo-albertovich May 17, 2023
c3f69aa
workflows: bump helm/kind-action from 1.6.0 to 1.7.0 (#7426)
dependabot[bot] May 18, 2023
132dc50
out_opentelemetry: out_opentelemetry: fixed a memory leak in the metr…
May 18, 2023
fa9d738
out_opentelemetry: fixed the trace flush function to flush every trac…
May 18, 2023
c625bae
tls: trim trailing dots from the vhost
psmolkin May 18, 2023
f21e68d
in_node_exporter_metrics: prevent mount point duplication for sysfs
cosmo0920 May 18, 2023
ed758a5
in_tail: teardown and memory initialization fixes
leonardo-albertovich May 20, 2023
63bc69d
processor: added cleanup / initialization in the processor loop
leonardo-albertovich May 20, 2023
1c3e3b4
processor: added limited concurrency support
leonardo-albertovich May 20, 2023
e191803
multiline: make the multiline core use the appropriate scheduler
leonardo-albertovich May 21, 2023
c254d0f
in_emitter: added automatic threading detection workaround
leonardo-albertovich May 21, 2023
344eb6a
filter_lua: remove unused variables
nokute78 May 19, 2023
4eba45c
workflows: fix typo in increment version (#7452)
patrick-stephens May 22, 2023
cc253f2
input_chunk: add context for chunk append debug message
PettitWesley Jan 31, 2023
5559192
lib: monkey: upgrade to 13a4ccd3
edsiper May 22, 2023
f7228b2
utils: Add reloading in progress error kind
cosmo0920 May 23, 2023
f2b2efe
reload: bin: Check status of reloading to prevent twice or more durin…
cosmo0920 May 23, 2023
3b9b735
docs: Add short windows section to dev guide
ringerc May 23, 2023
bb0b0c0
build: windows: Eagerly fail on missing openssl or flex
ringerc May 23, 2023
fa6048d
docs: Comments on windows workflows
ringerc May 24, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
6 changes: 5 additions & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@ Enter `[N/A]` in the box, if an item is not applicable to your change.
Before we can approve your change; please submit the following in a comment:
- [ ] Example configuration file for the change
- [ ] Debug log output from testing the change
<!-- Invoke Fluent Bit and Valgrind as: $ valgrind ./bin/fluent-bit <args> -->
<!--
Please refer to the Developer Guide for instructions on building Fluent Bit with Valgrind support:
https://github.com/fluent/fluent-bit/blob/master/DEVELOPER_GUIDE.md#valgrind
Invoke Fluent Bit and Valgrind as: $ valgrind --leak-check=full ./bin/fluent-bit <args>
-->
- [ ] Attached [Valgrind](https://valgrind.org/docs/manual/quick-start.html) output that shows no leaks or memory corruption was found

If this is a change to packaging of containers or native binaries then please confirm it works for all targets.
Expand Down
17 changes: 16 additions & 1 deletion .github/workflows/call-build-windows.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
---
name: Reusable workflow to build Windows packages optionally into S3 bucket

#
# If you change dependencies etc here, please also check and update
# the other Windows build resources:
#
# - DEVELOPER_GUIDE.md "Windows" section
# - appveyor.yml
# - .github/workflows/call-build-windows.yaml
# - dockerfiles/Dockerfile.windows
#

on:
workflow_call:
inputs:
Expand Down Expand Up @@ -127,13 +137,18 @@ jobs:
C:\vcpkg\vcpkg install --recurse openssl --triplet ${{ matrix.config.vcpkg_triplet }}
shell: cmd

- name: Build libyaml with vcpkg
run: |
C:\vcpkg\vcpkg install --recurse libyaml --triplet ${{ matrix.config.vcpkg_triplet }}
shell: cmd

- name: Build Fluent Bit packages
# If we are using 2.0.* or earlier we need to exclude the ARM64 build as the dependencies fail to compile.
# Trying to do via an exclude for the job triggers linting errors.
# This is only supposed to be a workaround for now so can be easily removed later.
if: ${{ matrix.config.arch != 'amd64_arm64' || needs.call-build-windows-get-meta.outputs.armSupported == 'true' }}
run: |
cmake -G "NMake Makefiles" -DFLB_NIGHTLY_BUILD='${{ inputs.unstable }}' -DOPENSSL_ROOT_DIR='${{ matrix.config.openssl_dir }}' ${{ matrix.config.cmake_additional_opt }} ../
cmake -G "NMake Makefiles" -DFLB_NIGHTLY_BUILD='${{ inputs.unstable }}' -DOPENSSL_ROOT_DIR='${{ matrix.config.openssl_dir }}' ${{ matrix.config.cmake_additional_opt }} -DFLB_LIBYAML_DIR=C:\vcpkg\packages\libyaml_${{ matrix.config.vcpkg_triplet }} ../
cmake --build .
cpack
working-directory: build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/call-run-integration-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ jobs:
bats-version: 1.9.0

- name: Create k8s Kind Cluster
uses: helm/kind-action@v1.5.0
uses: helm/kind-action@v1.7.0
with:
node_image: kindest/node:${{ matrix.k8s-release }}
cluster_name: kind
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/call-test-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ jobs:
ref: ${{ inputs.ref }}

- name: Create k8s Kind Cluster
uses: helm/kind-action@v1.5.0
uses: helm/kind-action@v1.7.0

- name: Set up Helm
uses: azure/[email protected]
Expand Down
26 changes: 23 additions & 3 deletions .github/workflows/pr-image-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,24 +15,43 @@ jobs:
pr-image-tests-build-images:
name: PR - Buildkit docker build test
runs-on: ubuntu-latest
environment: pr
permissions:
contents: read
# We do not push and this allows simpler workflow running for forks too
steps:
- name: Checkout code
uses: actions/checkout@v3

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2

- name: Extract metadata from Github
id: meta
uses: docker/metadata-action@v4
with:
images: ${{ github.repository }}/pr-${{ github.event.pull_request.number }}
tags: |
type=sha

- name: Build the multi-arch images
id: build
uses: docker/build-push-action@v4
with:
file: ./dockerfiles/Dockerfile
context: .
platforms: linux/amd64
target: production
push: false
load: false
load: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

- name: Sanity check it runs
# We do this for a simple check of dependencies
run: |
docker run --rm -t ${{ steps.meta.outputs.tags }} --help
shell: bash

- name: Build the debug multi-arch images
uses: docker/build-push-action@v4
with:
Expand All @@ -46,7 +65,8 @@ jobs:
pr-image-tests-classic-docker-build:
name: PR - Classic docker build test
runs-on: ubuntu-latest
environment: pr
permissions:
contents: read
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v3
- uses: ludeeus/action-shellcheck@master
with:
ignore_paths: lib plugins tests
ignore_paths: cmake/sanitizers-cmake lib plugins tests

actionlint-pr:
runs-on: ubuntu-latest
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/pr-package-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
if: contains(github.event.pull_request.labels.*.name, 'ok-package-test')
name: Get metadata to add to build
runs-on: ubuntu-latest
environment: unstable
outputs:
date: ${{ steps.date.outputs.date }}
permissions:
Expand All @@ -38,7 +37,6 @@ jobs:
runs-on: ubuntu-latest
outputs:
build-matrix: ${{ steps.set-matrix.outputs.build-matrix }}
environment: pr
permissions:
contents: read
steps:
Expand All @@ -61,7 +59,6 @@ jobs:
version: pr-${{ github.event.number }}
ref: ${{ github.ref }}
build_matrix: ${{ needs.pr-package-test-build-generate-matrix.outputs.build-matrix }}
environment: pr
unstable: ${{ needs.pr-package-test-build-get-meta.outputs.date }}
secrets:
token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -74,7 +71,6 @@ jobs:
with:
version: pr-${{ github.event.number }}
ref: ${{ github.ref }}
environment: pr
unstable: ${{ needs.pr-package-test-build-get-meta.outputs.date }}
secrets:
token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -87,7 +83,6 @@ jobs:
with:
version: pr-${{ github.event.number }}
ref: ${{ github.ref }}
environment: pr-package-test
unstable: ${{ needs.pr-package-test-build-get-meta.outputs.date }}
secrets:
token: ${{ secrets.GITHUB_TOKEN }}
11 changes: 11 additions & 0 deletions .github/workflows/pr-windows-build.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
name: PR - Windows checks

#
# Test PRs on Windows
#
# This won't run automatically on PRs from untrusted repos, it must be approved
# manually. If PR authors want to run it themselves, they should enable running
# actions on their fork, then invoke it on their branch via their forked repo's
# Actions tab.
#

on:
# Enable invocation via Github repo Actions tab
workflow_dispatch:

pull_request:
Expand Down
Loading