Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
CFI
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
Open Source Software
CFI
Commits
3782e0c2
Commit
3782e0c2
authored
6 years ago
by
Jason Hiser
Browse files
Options
Downloads
Patches
Plain Diff
adjusted paths to reflect new repo location
parent
74958ff6
No related branches found
No related tags found
No related merge requests found
Pipeline
#2121
failed
6 years ago
Stage: clean
Stage: build
Stage: test
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
cicd_tests/test_fib.sh
+3
-2
3 additions, 2 deletions
cicd_tests/test_fib.sh
cicd_tests/test_foo.sh
+3
-2
3 additions, 2 deletions
cicd_tests/test_foo.sh
with
6 additions
and
4 deletions
cicd_tests/test_fib.sh
+
3
−
2
View file @
3782e0c2
...
...
@@ -3,9 +3,10 @@
set
-e
trap
clean EXIT
c
d
$CICD_MODULE_WORK_DIR
/cfi_umbrella
push
d
$CICD_MODULE_WORK_DIR
/cfi_umbrella
source
set_env_vars
cd
./irdb-libs/tools/selective_cfi/tests/cicd_tests/fib_src
popd
cd
./scfi/tests/cicd_tests/fib_src
source
../../cfi_smokescreen_configs.sh
...
...
This diff is collapsed.
Click to expand it.
cicd_tests/test_foo.sh
+
3
−
2
View file @
3782e0c2
...
...
@@ -3,9 +3,10 @@
set
-e
trap
clean EXIT
c
d
$CICD_MODULE_WORK_DIR
/cfi_umbrella
push
d
$CICD_MODULE_WORK_DIR
/cfi_umbrella
source
set_env_vars
cd
./irdb-libs/tools/selective_cfi/tests/cicd_tests/foo_src
popd
cd
./scfi/tests/cicd_tests/foo_src
source
../../cfi_smokescreen_configs.sh
...
...
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