[CI] add az-sync github action to handle secrets #6652
ci.yml
on: pull_request
Build Unsigned Snapshot
3m 57s
Cache Dependencies
Lint
3m 40s
Vulnerability Scan
/
Vulnerability Check
1m 14s
Unit Tests
3m 25s
Unit tests with race condition detection
3m 53s
Matrix: Integration Tests
Matrix: Integration Tests - Official OSS Images
Matrix: Integration Tests - Official Plus Images
Matrix: Metrics Integration Tests - Official OSS Images
Matrix: Metrics Integration Tests - Official Plus Images
Matrix: Upgrade Tests
Annotations
38 errors and 2 warnings
|
Integration Tests - Official OSS Images (bookworm, mainline, debian)
Process completed with exit code 1.
|
|
Integration Tests - Official OSS Images (bookworm, mainline, debian)
Login failed with Error: Error message: Cannot read properties of undefined (reading 'message'). Double check if the 'auth-type' is correct. Refer to https://github.com/Azure/login#readme for more information.
|
|
Integration Tests - Official OSS Images (bookworm, mainline, debian)
Failed to fetch federated token from GitHub. Please make sure to give write permissions to id-token in the workflow.
|
|
Integration Tests - Official OSS Images (bookworm, stable, debian)
The strategy configuration was canceled because "official-oss-image-integration-tests.bookworm_mainline_debian" failed
|
|
Integration Tests - Official OSS Images (bookworm, stable, debian)
Process completed with exit code 1.
|
|
Integration Tests - Official OSS Images (bookworm, stable, debian)
The operation was canceled.
|
|
Integration Tests - Official OSS Images (alpine, mainline, alpine)
The strategy configuration was canceled because "official-oss-image-integration-tests.bookworm_mainline_debian" failed
|
|
Integration Tests - Official OSS Images (alpine, mainline, alpine)
Process completed with exit code 1.
|
|
Integration Tests - Official OSS Images (alpine, mainline, alpine)
The operation was canceled.
|
|
Integration Tests - Official OSS Images (alpine, stable, alpine)
The strategy configuration was canceled because "official-oss-image-integration-tests.bookworm_mainline_debian" failed
|
|
Integration Tests - Official OSS Images (alpine, stable, alpine)
Process completed with exit code 1.
|
|
Integration Tests - Official OSS Images (alpine, stable, alpine)
The operation was canceled.
|
|
Metrics Integration Tests - Official Plus Images (alpine, 3.22, r35, alpine, /nginx-plus/agent)
Process completed with exit code 1.
|
|
|
|
Metrics Integration Tests - Official Plus Images (alpine, 3.21, r34, alpine, /nginx-plus/agent)
The strategy configuration was canceled because "plus-metrics-tests.alpine_3_22_r35_alpine__n" failed
|
|
Metrics Integration Tests - Official Plus Images (alpine, 3.21, r34, alpine, /nginx-plus/agent)
Process completed with exit code 1.
|
|
Metrics Integration Tests - Official Plus Images (alpine, 3.21, r34, alpine, /nginx-plus/agent)
The operation was canceled.
|
|
Metrics Integration Tests - Official Plus Images (debian, bookworm, r34, debian, /nginx-plus/agent)
The strategy configuration was canceled because "plus-metrics-tests.alpine_3_22_r35_alpine__n" failed
|
|
Metrics Integration Tests - Official Plus Images (debian, bookworm, r34, debian, /nginx-plus/agent)
Process completed with exit code 1.
|
|
Metrics Integration Tests - Official Plus Images (debian, bookworm, r34, debian, /nginx-plus/agent)
The operation was canceled.
|
|
Metrics Integration Tests - Official Plus Images (debian, bookworm, r35, debian, /nginx-plus/agent)
The strategy configuration was canceled because "plus-metrics-tests.alpine_3_22_r35_alpine__n" failed
|
|
Metrics Integration Tests - Official Plus Images (debian, bookworm, r35, debian, /nginx-plus/agent)
Process completed with exit code 1.
|
|
Metrics Integration Tests - Official Plus Images (debian, bookworm, r35, debian, /nginx-plus/agent)
The operation was canceled.
|
|
Integration Tests - Official Plus Images (alpine, 3.22, r35, alpine, /nginx-plus/agent)
Process completed with exit code 1.
|
|
|
|
Integration Tests - Official Plus Images (alpine, 3.21, r34, alpine, /nginx-plus/agent)
The strategy configuration was canceled because "official-plus-image-integration-tests.alpine_3_22_r35_alpine__n" failed
|
|
Integration Tests - Official Plus Images (alpine, 3.21, r34, alpine, /nginx-plus/agent)
Process completed with exit code 1.
|
|
Integration Tests - Official Plus Images (alpine, 3.21, r34, alpine, /nginx-plus/agent)
The operation was canceled.
|
|
Integration Tests - Official Plus Images (debian, bookworm, r34, debian, /nginx-plus/agent)
The strategy configuration was canceled because "official-plus-image-integration-tests.alpine_3_22_r35_alpine__n" failed
|
|
Integration Tests - Official Plus Images (debian, bookworm, r35, debian, /nginx-plus/agent)
The strategy configuration was canceled because "official-plus-image-integration-tests.alpine_3_22_r35_alpine__n" failed
|
|
Integration Tests - Official Plus Images (debian, bookworm, r35, debian, /nginx-plus/agent)
Process completed with exit code 1.
|
|
Integration Tests - Official Plus Images (debian, bookworm, r34, debian, /nginx-plus/agent)
Process completed with exit code 1.
|
|
Integration Tests - Official Plus Images (debian, bookworm, r35, debian, /nginx-plus/agent)
The operation was canceled.
|
|
Integration Tests - Official Plus Images (debian, bookworm, r34, debian, /nginx-plus/agent)
The operation was canceled.
|
|
Load Tests
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c set -x && groupadd --system --gid 101 nginx && useradd --system --gid nginx --no-create-home --home-dir /nonexistent --uid 101 nginx && apt-get update && apt-get install --no-install-recommends --no-install-suggests -y ca-certificates gpg lsb-release git wget make && nginxPackages=\" nginx-plus \" && echo \"Acquire::https::pkgs.nginx.com::Verify-Peer \\\"true\\\";\" > /etc/apt/apt.conf.d/90nginx && echo \"Acquire::https::pkgs.nginx.com::Verify-Host \\\"true\\\";\" >> /etc/apt/apt.conf.d/90nginx && echo \"Acquire::https::pkgs.nginx.com::SslCert \\\"/etc/ssl/nginx/nginx-repo.crt\\\";\" >> /etc/apt/apt.conf.d/90nginx && echo \"Acquire::https::pkgs.nginx.com::SslKey \\\"/etc/ssl/nginx/nginx-repo.key\\\";\" >> /etc/apt/apt.conf.d/90nginx && printf \"deb [signed-by=/usr/share/keyrings/nginx-archive-keyring.gpg] https://pkgs.nginx.com/plus/${PLUS_VERSION}/ubuntu/ `lsb_release -cs` nginx-plus\\n\" > /etc/apt/sources.list.d/nginx-plus.list && wget -qO - https://cs.nginx.com/static/keys/nginx_signing.key | gpg --dearmor | tee /usr/share/keyrings/nginx-archive-keyring.gpg >/dev/null && mkdir -p /etc/ssl/nginx && cat nginx-repo.crt > /etc/ssl/nginx/nginx-repo.crt && cat nginx-repo.key > /etc/ssl/nginx/nginx-repo.key && apt-get update && apt-get install --no-install-recommends --no-install-suggests -y $nginxPackages curl gettext-base jq gnupg2 && apt-get remove --purge -y lsb-release && apt-get remove --purge --auto-remove -y && rm -rf /var/lib/apt/lists/* /etc/apt/sources.list.d/nginx-plus.list && rm -rf /etc/apt/apt.conf.d/90nginx /etc/ssl/nginx" did not complete successfully: exit code: 100
|
|
Integration Tests (redhatenterprise, 9)
Process completed with exit code 2.
|
|
Integration Tests (ubuntu, 24.04)
The strategy configuration was canceled because "integration-tests.redhatenterprise_9" failed
|
|
Integration Tests (ubuntu, 24.04)
The operation was canceled.
|
|
Vulnerability Scan / Vulnerability Check
Failed to save: <h2>Our services aren't available right now</h2><p>We're working to restore all services as soon as possible. Please check back soon.</p>0DIR3aQAAAABK28NNcxZRQ64LfTqFM9aRQ0hJMzBFREdFMDIxOQBFZGdl
|
|
Vulnerability Scan / Vulnerability Check
Failed to restore: Cache service responded with 400
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
nginx-agent-unsigned-snapshots
Expired
|
73.4 MB |
sha256:590fe8843ca01dc085d6f2782b1b2adbf0b6bc5a6430429d155e3bb8954a6f39
|
|
|
nginx~agent~3EJZND.dockerbuild
|
28.2 KB |
sha256:9e9b46c4b8253b4b562fb7d5bc2760c05534327b017ed5ec212d4c57e6280e54
|
|