-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
master
promotion
#164
base: master
Are you sure you want to change the base?
master
promotion
#164
Conversation
50fb3fe
to
2544129
Compare
1b444cc
to
ea2f20a
Compare
Inline parts of the s3cmd config which are not auth-specific or bucket-specific.
ea2f20a
to
16ffd58
Compare
05e5c53
to
afabd7d
Compare
Add additional information when failing in the mass-testing-regression component.
Sync the `.gitlab-ci.yml` back from the gitlab CI repo.
Introduce the `ci-regression.sh` script, which will be used for regression testing and promoting the `develop` branch to `master`.
afabd7d
to
23ee577
Compare
I think we need a brief |
# 1: | ||
# File containing the list of changed files in the binary archives, each line | ||
# is a different file path | ||
# COMPONENT_TARGET_BRANCH: target branch the CI has been triggered against |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Blank line
@@ -7,6 +7,11 @@ set -euo pipefail | |||
# | |||
# Mandatory parameters: | |||
# | |||
# 1: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
./binary-archives-hook.sh CHANGED_FILES
CHANGED_FILES
File containing the list of changed files in the binary archives, each line
is a different file path
Environment variables:
COMPONENT_TARGET_BRANCH: target branch the CI has been triggered against
[...]
Same elsewhere, the environment variables are list under "parameters", which is confusing.
Also, please document in the header what this script does. It only explains when it runs.
Sister PRs:
gitlab/revng/orchestra