Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
athena
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Philip David Kennedy
athena
Commits
2f84c2d4
Commit
2f84c2d4
authored
7 years ago
by
Christian Gumpert
Browse files
Options
Downloads
Patches
Plain Diff
make sweeping script executable and install it
parent
695ade3d
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CI/CMakeLists.txt
+3
-0
3 additions, 0 deletions
CI/CMakeLists.txt
CI/sweep_MR.py
+1
-0
1 addition, 0 deletions
CI/sweep_MR.py
with
4 additions
and
0 deletions
CI/CMakeLists.txt
+
3
−
0
View file @
2f84c2d4
...
...
@@ -7,3 +7,6 @@ atlas_subdir( CI )
add_test
(
NAME DomainMapTests COMMAND python -m test.test_domain_map WORKING_DIRECTORY
${
CMAKE_CURRENT_SOURCE_DIR
}
)
add_test
(
NAME WatchListTests COMMAND python -m test.test_watch_list WORKING_DIRECTORY
${
CMAKE_CURRENT_SOURCE_DIR
}
)
set_property
(
TEST DomainMapTests WatchListTests APPEND PROPERTY LABELS CI
)
# install executables
atlas_install_scripts
(
sweep_MR.py
)
This diff is collapsed.
Click to expand it.
CI/sweep_MR.py
100644 → 100755
+
1
−
0
View file @
2f84c2d4
#!/usr/bin/env python
import
argparse
,
gitlab
,
logging
,
os
,
re
,
subprocess
,
sys
,
yaml
from
gitlab.exceptions
import
GitlabGetError
,
GitlabCreateError
,
GitlabCherryPickError
from
gitlab_mr_helpers
import
list_changed_packages
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment