FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
stackrox/.github/workflows at master · stackrox/stackrox · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
stackrox
/
stackrox
Public
Notifications
You must be signed in to change notification settings
Fork
190
Star
1.3k
Code
Issues
54
Pull requests
604
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
stackrox
/
.github
/
workflows
/
Copy path
Directory actions
More options
More options
Directory actions
More options
More options
Latest commit
History
History
History
Breadcrumbs
stackrox
/
.github
/
workflows
/
Copy path
Folders and files
Name
Name
Last commit message
Last commit date
parent directory
..
scripts
scripts
README.md
README.md
add-new-pr-to-oss-triaging.yml
add-new-pr-to-oss-triaging.yml
add-vms-to-cluster.yml
add-vms-to-cluster.yml
audit-backport-prs.yml
audit-backport-prs.yml
auto-merge.yml
auto-merge.yml
backport-pr.yaml
backport-pr.yaml
batch-load-test-metrics.yml
batch-load-test-metrics.yml
build.yaml
build.yaml
check-crd-compatibility.yaml
check-crd-compatibility.yaml
check-pr-title.yaml
check-pr-title.yaml
ci-failures-report.yml
ci-failures-report.yml
create-clusters.yml
create-clusters.yml
cut-rc.yml
cut-rc.yml
detect-changes.yml
detect-changes.yml
e2e-byodb-tests.yaml
e2e-byodb-tests.yaml
e2e-db-backup-restore-tests.yaml
e2e-db-backup-restore-tests.yaml
e2e-dispatch.yaml
e2e-dispatch.yaml
e2e-gke-upgrade-tests.yaml
e2e-gke-upgrade-tests.yaml
e2e-nongroovy-tests.yaml
e2e-nongroovy-tests.yaml
e2e-qa-tests-gke-konflux.yaml
e2e-qa-tests-gke-konflux.yaml
e2e-qa-tests-gke.yaml
e2e-qa-tests-gke.yaml
e2e-qa-tests-ocp-4-22.yaml
e2e-qa-tests-ocp-4-22.yaml
e2e-qa-tests.yaml
e2e-qa-tests.yaml
emailsender-central-compatibility.yaml
emailsender-central-compatibility.yaml
finish-release.yml
finish-release.yml
fixxxer.yaml
fixxxer.yaml
konflux-auto-retest.yml
konflux-auto-retest.yml
labeler.yaml
labeler.yaml
mintmaker-auto-merge.yml
mintmaker-auto-merge.yml
nightly-tag.yml
nightly-tag.yml
notify-milestone-change.yml
notify-milestone-change.yml
performance-tests.yml
performance-tests.yml
release-ci.yaml
release-ci.yaml
retest_comment.yml
retest_comment.yml
retest_periodic.yml
retest_periodic.yml
scan-image-vulnerabilities.yaml
scan-image-vulnerabilities.yaml
scanner-db-integration-tests.yaml
scanner-db-integration-tests.yaml
scanner-e2e-test.yaml
scanner-e2e-test.yaml
scanner-mapping-update.yaml
scanner-mapping-update.yaml
scanner-nvd-update.yaml
scanner-nvd-update.yaml
scanner-offline-bundle-update.yaml
scanner-offline-bundle-update.yaml
scanner-updater-bundle.yaml
scanner-updater-bundle.yaml
scanner-updater-export.yaml
scanner-updater-export.yaml
scanner-updater-schedule.yaml
scanner-updater-schedule.yaml
scanner-versioned-definitions-update.yaml
scanner-versioned-definitions-update.yaml
signing-key-bundle-update.yaml
signing-key-bundle-update.yaml
start-release.yml
start-release.yml
style.yaml
style.yaml
tag-more-reviewers.yaml
tag-more-reviewers.yaml
tagged-ci.yaml
tagged-ci.yaml
triage-report_periodic.yml
triage-report_periodic.yml
unit-tests.yaml
unit-tests.yaml
update_collector_periodic.yaml
update_collector_periodic.yaml
update_fact_periodic.yaml
update_fact_periodic.yaml
update_scanner_periodic.yaml
update_scanner_periodic.yaml
upgrade-test.yml
upgrade-test.yml
variables.yml
variables.yml
verify-release.yml
verify-release.yml
README.md
Outline
GitHub Actions
Upstream Release Automation
General Rules
Ensure reentrancy
: expect a workflow to be re-run from failed state;
Suggest the next step
if it is not automated: print :arrow_right: emoji with the suggested action to $GITHUB_STEP_SUMMARY or post a message to Slack;
Highlight major things
: print to stdout with ::error::, ::warning:: or ::notice:: prefix to higlight important status. Markdown is not supported;
Log minor things
: print to $GITHUB_STEP_SUMMARY with markdown to describe the executed actions and suggest the next step;
Support dry-run
: use the DRY_RUN environment variable to check for dry-run, it holds true or false values;
Extract large scripts
: look in the scripts folder for examples;
Back
|
FazBrowse Home
|
New Git URL