-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/master' into jszwedko/rust-1.72.0
- Loading branch information
Showing
118 changed files
with
3,230 additions
and
897 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -404,6 +404,7 @@ rootfs | |
roundrobin | ||
rpmbuild | ||
rpms | ||
rstest | ||
rsyslog | ||
rsyslogd | ||
servlet | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,7 +42,7 @@ jobs: | |
- name: Set up QEMU | ||
uses: docker/[email protected] | ||
- name: Set up Docker Buildx | ||
uses: docker/setup-buildx-action@v2.9.1 | ||
uses: docker/setup-buildx-action@v2.10.0 | ||
- name: Login to DockerHub | ||
uses: docker/[email protected] | ||
if: github.ref == 'refs/heads/master' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -436,7 +436,7 @@ jobs: | |
platforms: all | ||
- name: Set up Docker Buildx | ||
id: buildx | ||
uses: docker/setup-buildx-action@v2.9.1 | ||
uses: docker/setup-buildx-action@v2.10.0 | ||
with: | ||
version: latest | ||
install: true | ||
|
@@ -749,3 +749,16 @@ jobs: | |
release: "any-version" | ||
republish: "true" | ||
file: "target/artifacts/vector-${{ env.VECTOR_VERSION }}-1.armv7.rpm" | ||
- name: Push armv7hl-gnu RPM | ||
id: push-rpm-armv7hl-gnu | ||
uses: cloudsmith-io/[email protected] | ||
with: | ||
api-key: ${{ secrets.CLOUDSMITH_API_KEY }} | ||
command: "push" | ||
format: "rpm" | ||
owner: "timber" | ||
repo: ${{ env.CLOUDSMITH_REPO }} | ||
distro: "any-distro" | ||
release: "any-version" | ||
republish: "true" | ||
file: "target/artifacts/vector-${{ env.VECTOR_VERSION }}-1.armv7hl.rpm" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,7 +34,7 @@ on: | |
pull_request: | ||
|
||
concurrency: | ||
group: ${{ github.workflow }}-${{ github.event.merge_group.head_sha || github.sha }} | ||
group: ${{ github.workflow }}-${{ github.event.comment.html_url || github.event.merge_group.head_sha || github.sha }} | ||
cancel-in-progress: true | ||
|
||
env: | ||
|
@@ -298,7 +298,7 @@ jobs: | |
|
||
- name: Set up Docker Buildx | ||
id: buildx | ||
uses: docker/setup-buildx-action@v2.9.1 | ||
uses: docker/setup-buildx-action@v2.10.0 | ||
|
||
- name: Build 'vector' target image | ||
uses: docker/[email protected] | ||
|
@@ -335,7 +335,7 @@ jobs: | |
|
||
- name: Set up Docker Buildx | ||
id: buildx | ||
uses: docker/setup-buildx-action@v2.9.1 | ||
uses: docker/setup-buildx-action@v2.10.0 | ||
|
||
- name: Build 'vector' target image | ||
uses: docker/[email protected] | ||
|
@@ -362,7 +362,7 @@ jobs: | |
- compute-metadata | ||
steps: | ||
- name: Configure AWS Credentials | ||
uses: aws-actions/configure-aws-credentials@v2.2.0 | ||
uses: aws-actions/configure-aws-credentials@v3.0.1 | ||
with: | ||
aws-access-key-id: ${{ secrets.SINGLE_MACHINE_PERFORMANCE_BOT_ACCESS_KEY_ID }} | ||
aws-secret-access-key: ${{ secrets.SINGLE_MACHINE_PERFORMANCE_BOT_SECRET_ACCESS_KEY }} | ||
|
@@ -394,7 +394,7 @@ jobs: | |
docker load --input baseline-image.tar | ||
- name: Configure AWS Credentials | ||
uses: aws-actions/configure-aws-credentials@v2.2.0 | ||
uses: aws-actions/configure-aws-credentials@v3.0.1 | ||
with: | ||
aws-access-key-id: ${{ secrets.SINGLE_MACHINE_PERFORMANCE_BOT_ACCESS_KEY_ID }} | ||
aws-secret-access-key: ${{ secrets.SINGLE_MACHINE_PERFORMANCE_BOT_SECRET_ACCESS_KEY }} | ||
|
@@ -432,7 +432,7 @@ jobs: | |
docker load --input comparison-image.tar | ||
- name: Configure AWS Credentials | ||
uses: aws-actions/configure-aws-credentials@v2.2.0 | ||
uses: aws-actions/configure-aws-credentials@v3.0.1 | ||
with: | ||
aws-access-key-id: ${{ secrets.SINGLE_MACHINE_PERFORMANCE_BOT_ACCESS_KEY_ID }} | ||
aws-secret-access-key: ${{ secrets.SINGLE_MACHINE_PERFORMANCE_BOT_SECRET_ACCESS_KEY }} | ||
|
@@ -478,7 +478,7 @@ jobs: | |
ref: ${{ needs.compute-metadata.outputs.comparison-sha }} | ||
|
||
- name: Configure AWS Credentials | ||
uses: aws-actions/configure-aws-credentials@v2.2.0 | ||
uses: aws-actions/configure-aws-credentials@v3.0.1 | ||
with: | ||
aws-access-key-id: ${{ secrets.SINGLE_MACHINE_PERFORMANCE_BOT_ACCESS_KEY_ID }} | ||
aws-secret-access-key: ${{ secrets.SINGLE_MACHINE_PERFORMANCE_BOT_SECRET_ACCESS_KEY }} | ||
|
@@ -597,7 +597,7 @@ jobs: | |
- uses: actions/checkout@v3 | ||
|
||
- name: Configure AWS Credentials | ||
uses: aws-actions/configure-aws-credentials@v2.2.0 | ||
uses: aws-actions/configure-aws-credentials@v3.0.1 | ||
with: | ||
aws-access-key-id: ${{ secrets.SINGLE_MACHINE_PERFORMANCE_BOT_ACCESS_KEY_ID }} | ||
aws-secret-access-key: ${{ secrets.SINGLE_MACHINE_PERFORMANCE_BOT_SECRET_ACCESS_KEY }} | ||
|
@@ -688,7 +688,7 @@ jobs: | |
ref: ${{ needs.compute-metadata.outputs.comparison-sha }} | ||
|
||
- name: Configure AWS Credentials | ||
uses: aws-actions/configure-aws-credentials@v2.2.0 | ||
uses: aws-actions/configure-aws-credentials@v3.0.1 | ||
with: | ||
aws-access-key-id: ${{ secrets.SINGLE_MACHINE_PERFORMANCE_BOT_ACCESS_KEY_ID }} | ||
aws-secret-access-key: ${{ secrets.SINGLE_MACHINE_PERFORMANCE_BOT_SECRET_ACCESS_KEY }} | ||
|
Oops, something went wrong.