Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into dependabot/cargo/pr…
Browse files Browse the repository at this point in the history
…ost-0.9.0
  • Loading branch information
jszwedko committed Oct 19, 2021
2 parents 601a537 + fcb8c79 commit dbc5c19
Show file tree
Hide file tree
Showing 135 changed files with 1,764 additions and 1,013 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/baseline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
name: "Release Build (optimized)"
runs-on: [self-hosted, linux, x64, general]
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v2.3.5
- run: sudo -E bash scripts/environment/bootstrap-ubuntu-20.04.sh
- run: bash scripts/environment/prepare.sh
- run: cargo clean
Expand All @@ -28,7 +28,7 @@ jobs:
# with full LTO / single codegen unit.
PROFILE: debug
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v2.3.5
- run: sudo -E bash scripts/environment/bootstrap-ubuntu-20.04.sh
- run: bash scripts/environment/prepare.sh
- run: cargo clean
Expand All @@ -38,7 +38,7 @@ jobs:
name: "Debug Build"
runs-on: [self-hosted, linux, x64, general]
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v2.3.5
- run: sudo -E bash scripts/environment/bootstrap-ubuntu-20.04.sh
- run: bash scripts/environment/prepare.sh
- run: cargo clean
Expand All @@ -48,7 +48,7 @@ jobs:
name: "Debug Rebuild"
runs-on: [self-hosted, linux, x64, general]
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v2.3.5
- run: sudo -E bash scripts/environment/bootstrap-ubuntu-20.04.sh
- run: bash scripts/environment/prepare.sh
- run: cargo clean
Expand All @@ -60,7 +60,7 @@ jobs:
name: "Cargo Check"
runs-on: [self-hosted, linux, x64, general]
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v2.3.5
- run: sudo -E bash scripts/environment/bootstrap-ubuntu-20.04.sh
- run: bash scripts/environment/prepare.sh
- run: cargo clean
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/benches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
matrix:
target: [bench, bench-remap-functions, bench-remap, bench-languages, bench-metrics, bench-dnstap, bench-transform]
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v2.3.5
- uses: actions/cache@v2.1.6
with:
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v2.3.4
uses: actions/checkout@v2.3.5
- name: Set up QEMU
uses: docker/setup-qemu-action@v1.2.0
- name: Set up Docker Buildx
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/install-sh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
sync-install:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v2.3.5
- run: sudo apt-get install --yes python3-setuptools python3.6-dev
- run: pip3 install awscli --upgrade --user
- env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
- test: 'splunk'
- test: 'dnstap'
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v2.3.5
- run: make ci-sweep
- uses: actions/cache@v2.1.4
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/k8s_e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
CARGO_PROFILE_RELEASE_OPT_LEVEL: 0
CARGO_PROFILE_RELEASE_CODEGEN_UNITS: 256
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v2.3.5
- run: make ci-sweep
- uses: actions/cache@v2.1.6
with:
Expand Down Expand Up @@ -148,7 +148,7 @@ jobs:
fail-fast: false
steps:
- name: Checkout
uses: actions/checkout@v2.3.4
uses: actions/checkout@v2.3.5
- uses: actions/download-artifact@v2
with:
name: e2e-test-deb-package
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/metrics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Action
uses: actions/checkout@v2
uses: actions/checkout@v2.3.5
with:
repository: timberio/gh-actions-workflow-metrics
ref: main
Expand Down
32 changes: 16 additions & 16 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
build-x86_64-unknown-linux-musl-packages:
runs-on: [self-hosted, linux, x64, general]
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v2.3.5
- run: sudo -E bash scripts/environment/bootstrap-ubuntu-20.04.sh
- run: bash scripts/environment/prepare.sh
- run: echo VECTOR_VERSION=$(make version) >> $GITHUB_ENV
Expand All @@ -33,7 +33,7 @@ jobs:
build-x86_64-unknown-linux-gnu-debug-tarball:
runs-on: [self-hosted, linux, x64, general]
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v2.3.5
- run: sudo -E bash scripts/environment/bootstrap-ubuntu-20.04.sh
- run: bash scripts/environment/prepare.sh
- run: echo VECTOR_VERSION=$(make version) >> $GITHUB_ENV
Expand All @@ -56,7 +56,7 @@ jobs:
build-x86_64-unknown-linux-gnu-packages:
runs-on: [self-hosted, linux, x64, general]
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v2.3.5
- run: sudo -E bash scripts/environment/bootstrap-ubuntu-20.04.sh
- run: bash scripts/environment/prepare.sh
- run: echo VECTOR_VERSION=$(make version) >> $GITHUB_ENV
Expand All @@ -80,7 +80,7 @@ jobs:
build-aarch64-unknown-linux-musl-packages:
runs-on: [self-hosted, linux, x64, general]
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v2.3.5
- run: sudo -E bash scripts/environment/bootstrap-ubuntu-20.04.sh
- run: bash scripts/environment/prepare.sh
- run: echo VECTOR_VERSION=$(make version) >> $GITHUB_ENV
Expand All @@ -97,7 +97,7 @@ jobs:
build-aarch64-unknown-linux-gnu-packages:
runs-on: [self-hosted, linux, x64, general]
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v2.3.5
- run: sudo -E bash scripts/environment/bootstrap-ubuntu-20.04.sh
- run: bash scripts/environment/prepare.sh
- run: echo VECTOR_VERSION=$(make version) >> $GITHUB_ENV
Expand All @@ -122,7 +122,7 @@ jobs:
build-armv7-unknown-linux-gnueabihf-packages:
runs-on: [self-hosted, linux, x64, general]
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v2.3.5
- run: sudo -E bash scripts/environment/bootstrap-ubuntu-20.04.sh
- run: bash scripts/environment/prepare.sh
- run: echo VECTOR_VERSION=$(make version) >> $GITHUB_ENV
Expand All @@ -146,7 +146,7 @@ jobs:
build-armv7-unknown-linux-musleabihf-packages:
runs-on: [self-hosted, linux, x64, general]
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v2.3.5
- run: sudo -E bash scripts/environment/bootstrap-ubuntu-20.04.sh
- run: bash scripts/environment/prepare.sh
- run: echo VECTOR_VERSION=$(make version) >> $GITHUB_ENV
Expand All @@ -162,7 +162,7 @@ jobs:
build-x86_64-apple-darwin-packages:
runs-on: macos-10.15
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v2.3.5
- name: "Upgrade bash"
run: brew install bash
- name: "Install realpath dependency"
Expand Down Expand Up @@ -193,7 +193,7 @@ jobs:
env:
RUSTFLAGS: "-D warnings -Ctarget-feature=+crt-static"
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v2.3.5
- name: "Add Vector version"
run: echo VECTOR_VERSION=$(make version) >> $GITHUB_ENV
shell: bash
Expand Down Expand Up @@ -278,7 +278,7 @@ jobs:
systemd \
make
- name: checkout
uses: actions/checkout@v2.3.4
uses: actions/checkout@v2.3.5
- run: echo VECTOR_VERSION=$(make version) >> $GITHUB_ENV
- uses: actions/download-artifact@v2
with:
Expand Down Expand Up @@ -313,7 +313,7 @@ jobs:
tar \
make
- name: checkout
uses: actions/checkout@v2.3.4
uses: actions/checkout@v2.3.5
- run: echo VECTOR_VERSION=$(make version) >> $GITHUB_ENV
- uses: actions/download-artifact@v2
with:
Expand All @@ -334,7 +334,7 @@ jobs:
- build-x86_64-apple-darwin-packages
steps:
- name: checkout
uses: actions/checkout@v2.3.4
uses: actions/checkout@v2.3.5
- run: echo VECTOR_VERSION=$(make version) >> $GITHUB_ENV
- uses: actions/download-artifact@v2
with:
Expand All @@ -354,7 +354,7 @@ jobs:
- build-armv7-unknown-linux-gnueabihf-packages
- deb-verify
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v2.3.5
- run: echo VECTOR_VERSION=$(make version) >> $GITHUB_ENV
- name: Login to DockerHub
uses: docker/login-action@v1.10.0
Expand Down Expand Up @@ -416,7 +416,7 @@ jobs:
- rpm-verify
- osx-verify
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v2.3.5
- run: echo VECTOR_VERSION=$(make version) >> $GITHUB_ENV
- uses: actions/download-artifact@v2
with:
Expand Down Expand Up @@ -496,7 +496,7 @@ jobs:
- deb-verify
- rpm-verify
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v2.3.5
- run: echo VECTOR_VERSION=$(make version) >> $GITHUB_ENV
- uses: actions/download-artifact@v2
with:
Expand Down Expand Up @@ -608,7 +608,7 @@ jobs:
# appear before the image it refers to.
- release-docker
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v2.3.5
- name: Install Helm
run: scripts/environment/setup-helm.sh
- name: Release Helm Chart
Expand Down

0 comments on commit dbc5c19

Please sign in to comment.