Skip to content
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

Excluding "GCC" and "Memcached" example for "x86_64-redhat-linux" #22

Merged
merged 1 commit into from
Aug 30, 2021

Conversation

aniket-intelx
Copy link
Contributor

In this commit, the above mentioned examples are excluded from pipeline for "x86_64-redhat-linux" machines

@@ -69,7 +69,8 @@ stage('test-direct') {
build_ok = false
sh 'echo "Curl Example Test Failed"'
}

if(env.gcc_dump_machine != "x86_64-redhat-linux")
{
try {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Aniket, could you fix the indentation for the code inside the try block?

@@ -76,7 +76,8 @@ stage('test-sgx') {
env.build_ok = false
sh 'echo "Curl Example Test Failed"'
}

if(env.gcc_dump_machine != "x86_64-redhat-linux")
{
try {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same as above fix the indentation.

@aniket-intelx aniket-intelx force-pushed the aniket/exclude_gcc_memcache_redhat branch from 411f9da to 62b80e2 Compare August 30, 2021 05:07
@jinengandhi-intel jinengandhi-intel merged commit 7a15658 into master Aug 30, 2021
@aniket-intelx aniket-intelx deleted the aniket/exclude_gcc_memcache_redhat branch August 30, 2021 06:38
In this commit, the above mentioned examples are excluded from
pipeline for "x86_64-redhat-linux" machines.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants