Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github-gen/velnor-workflow.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ revision = "92c3478694ef423fb4160b8c934d6671ca85b51a"
[policy]
ruleset_required_status_checks = []
ruleset_external_status_checks = []
ci_required = false
[workflow]
runners = "both"
automatic_lanes = "github"
Expand Down
14 changes: 7 additions & 7 deletions .github/ci/.github-actions-generator-state
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# Generated ownership state; do not edit.
schema = 2
[inputs]
config b0a3f452be209f74
config 812b129a45a01c6e
scan 1b72102e5495def6
generator 49
generator 48
[outputs]
.github/actionlint.yaml ec35f48ae7e90e0e
.github/ci/project.toml b19da7b7165e2f66
.github/workflows/ci-main.yml bf74a6e9aeb3e677
.github/workflows/ci-main.yml b58e795b73ac20e3
.github/workflows/ci-policy.yml 8aa45ab903305462
.github/workflows/ci-pr.yml 07630b76df9a0147
.github/workflows/ci-unit-gradle.yml 4468c618529aa9e8
.github/workflows/maintenance.yml 88a28362692358a6
.github/workflows/nightly.yml c73d542eaf687a7e
.github/workflows/ci-pr.yml 8ddc0fe584b9d16a
.github/workflows/ci-unit-gradle.yml 8f990d0334ceccc0
.github/workflows/maintenance.yml 12deca93f7bf908c
.github/workflows/nightly.yml 76e5e2bc12a599c6
config/fleet/velnor-host.env d14b419216449423
473 changes: 473 additions & 0 deletions .github/workflows/ci-main.yml

Large diffs are not rendered by default.

468 changes: 468 additions & 0 deletions .github/workflows/ci-pr.yml

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions .github/workflows/ci-unit-gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ jobs:
fi
- name: Report phase timings and cache outcomes
if: always()
uses: tailrocks/velnor/.github/actions/report-velnor-ci-outcomes@92c3478694ef423fb4160b8c934d6671ca85b51a
uses: ./.github/actions/report-velnor-ci-outcomes
with:
job_label: ${{ inputs.unit }}
ci_lane: github
Expand Down Expand Up @@ -479,7 +479,7 @@ jobs:
fi
- name: Report phase timings and cache outcomes
if: always()
uses: tailrocks/velnor/.github/actions/report-velnor-ci-outcomes@92c3478694ef423fb4160b8c934d6671ca85b51a
uses: ./.github/actions/report-velnor-ci-outcomes
with:
job_label: ${{ inputs.unit }}
ci_lane: velnor
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/maintenance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
run: |
set -euo pipefail
for workflow in ci-main.yml nightly.yml; do
if [[ "$(gh run list --repo "$GITHUB_REPOSITORY" --workflow "$workflow" --status in_progress --limit 1 --json databaseId --jq 'length')" != "0" ]]; then
if [[ "$(gh run list --workflow "$workflow" --status in_progress --limit 1 --json databaseId --jq 'length')" != "0" ]]; then
echo "skip=true" >> "$GITHUB_OUTPUT"
echo "$workflow is in_progress; skipping cache retention" >> "$GITHUB_STEP_SUMMARY"
exit 0
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ jobs:
- name: Dispatch ci-main on default branch
env:
GH_TOKEN: ${{ github.token }}
GITHUB_REPOSITORY: ${{ github.repository }}
DEFAULT_BRANCH: main
DISPATCH_RUNNER: ${{ github.event.inputs.runner || 'both' }}
DISPATCH_SCOPE: ${{ github.event.inputs.scope || 'full' }}
Expand All @@ -66,7 +65,6 @@ jobs:
run: |
set -euo pipefail
gh workflow run ci-main.yml \
-R "$GITHUB_REPOSITORY" \
--ref "$DEFAULT_BRANCH" \
-f runner="$DISPATCH_RUNNER" \
-f scope="$DISPATCH_SCOPE" \
Expand Down
Loading