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

Attempt to use AWS CI Runners instead of DO for CI #299

Merged
merged 9 commits into from
Sep 12, 2022

Conversation

artemdinaburg
Copy link
Contributor

  • Use AWS instead of DO for CI Runners

@github-actions
Copy link

github-actions bot commented Sep 6, 2022

See the diff generated by this PR for the tests here: https://github.com/lifting-bits/rellic/actions/runs/3003812485

fizzbuzz.bc

typedefs_of_typedefs.bc

switch_loop.bc

func_cond_zero_arg.bc

fcmp.bc

conflicting_names.bc

struct.bc

issue_183_literal_structs.bc

zeroinit.bc

issue_127_uint128_t_lit.bc

struct_swap.bc

init_list.bc

ret0.bc

bool.bc

short.bc

cast.bc

nullptr.bc

nested_struct.bc

array_swap.bc

binops.bc

bitmask.bc

loop.bc

float.bc

reg_test_structure_fields.bc

vectors.bc

funcptr.bc

goto_loop.bc

branch.bc

bitops.bc

trunc.bc

inttoptr.bc

issue_4.bc

issue_123_uint128_t.bc

fizzbuzz_stateful.bc

issue_94_strncmp.bc

global_using_function_decl.bc

byval_struct.bc

nested_while.bc

--- /dev/fd/63	2022-09-06 22:51:38.028465396 +0000
+++ /dev/fd/62	2022-09-06 22:51:38.028465396 +0000
@@ -18,14 +18,14 @@
                 printf("loop1 x: %d\n", var1);
             }
     }
-    if ((int)var1 >= 20 || (int)var1 <= 10) {
+    if ((int)var1 <= 10 || (int)var1 >= 20) {
         while ((int)var1 < 20)
             {
                 var1 = var1 + 1U;
                 printf("loop2 x: %d\n", var1);
             }
     }
-    if ((int)var1 >= 20 && ((int)var1 >= 20 || (int)var1 <= 10)) {
+    if ((int)var1 >= 20 && ((int)var1 <= 10 || (int)var1 >= 20)) {
         return var0;
     }
 }

func_cond_two_arg.bc

conflicting_global.bc

assert.bc

zext.bc

switch.bc

template_parameter_pack.bc

byval_tail_nogep.ll

byval_tail_gep.ll

@github-actions
Copy link

github-actions bot commented Sep 6, 2022

See the diff generated by this PR for the tests here: https://github.com/lifting-bits/rellic/actions/runs/3004079257

fizzbuzz.bc

--- /dev/fd/63	2022-09-06 23:46:29.863631239 +0000
+++ /dev/fd/62	2022-09-06 23:46:29.863631239 +0000
@@ -11,7 +11,7 @@
     var1 = 0U;
     while ((int)var1 < 30)
         {
-            if ((int)var1 % 3 != 0U || !((int)var1 % 3 != 0U || (int)var1 % 5 == 0U)) {
+            if ((int)var1 % 3 != 0U || !((int)var1 % 5 == 0U || (int)var1 % 3 != 0U)) {
                 if ((int)var1 % 3 != 0U) {
                     if ((int)var1 % 5 != 0U) {
                         printf("%d\n", var1);

typedefs_of_typedefs.bc

switch_loop.bc

func_cond_zero_arg.bc

fcmp.bc

conflicting_names.bc

struct.bc

issue_183_literal_structs.bc

issue_127_uint128_t_lit.bc

global_using_function_decl.bc

short.bc

init_list.bc

reg_test_structure_fields.bc

ret0.bc

goto_loop.bc

trunc.bc

bitops.bc

cast.bc

nullptr.bc

nested_struct.bc

array_swap.bc

bitmask.bc

binops.bc

float.bc

nested_while.bc

zeroinit.bc

funcptr.bc

struct_swap.bc

branch.bc

vectors.bc

issue_4.bc

conflicting_global.bc

issue_123_uint128_t.bc

fizzbuzz_stateful.bc

issue_94_strncmp.bc

bool.bc

zext.bc

byval_struct.bc

func_cond_two_arg.bc

inttoptr.bc

assert.bc

loop.bc

switch.bc

template_parameter_pack.bc

byval_tail_gep.ll

byval_tail_nogep.ll

@github-actions
Copy link

github-actions bot commented Sep 6, 2022

See the diff generated by this PR for the tests here: https://github.com/lifting-bits/rellic/actions/runs/3004109939

fizzbuzz.bc

--- /dev/fd/63	2022-09-06 23:54:02.608730615 +0000
+++ /dev/fd/62	2022-09-06 23:54:02.608730615 +0000
@@ -11,7 +11,7 @@
     var1 = 0U;
     while ((int)var1 < 30)
         {
-            if ((int)var1 % 3 != 0U || !((int)var1 % 5 == 0U || (int)var1 % 3 != 0U)) {
+            if ((int)var1 % 3 != 0U || !((int)var1 % 3 != 0U || (int)var1 % 5 == 0U)) {
                 if ((int)var1 % 3 != 0U) {
                     if ((int)var1 % 5 != 0U) {
                         printf("%d\n", var1);

typedefs_of_typedefs.bc

switch_loop.bc

func_cond_zero_arg.bc

fcmp.bc

conflicting_names.bc

struct.bc

issue_183_literal_structs.bc

issue_127_uint128_t_lit.bc

global_using_function_decl.bc

short.bc

init_list.bc

reg_test_structure_fields.bc

ret0.bc

goto_loop.bc

trunc.bc

bitops.bc

cast.bc

nullptr.bc

nested_struct.bc

array_swap.bc

bitmask.bc

binops.bc

float.bc

nested_while.bc

zeroinit.bc

funcptr.bc

struct_swap.bc

branch.bc

vectors.bc

issue_4.bc

conflicting_global.bc

issue_123_uint128_t.bc

fizzbuzz_stateful.bc

issue_94_strncmp.bc

bool.bc

zext.bc

byval_struct.bc

func_cond_two_arg.bc

inttoptr.bc

assert.bc

loop.bc

switch.bc

template_parameter_pack.bc

byval_tail_gep.ll

byval_tail_nogep.ll

@github-actions
Copy link

github-actions bot commented Sep 7, 2022

See the diff generated by this PR for the tests here: https://github.com/lifting-bits/rellic/actions/runs/3004235223

fizzbuzz.bc

typedefs_of_typedefs.bc

switch_loop.bc

func_cond_zero_arg.bc

fcmp.bc

conflicting_names.bc

struct.bc

issue_183_literal_structs.bc

issue_127_uint128_t_lit.bc

global_using_function_decl.bc

short.bc

init_list.bc

reg_test_structure_fields.bc

ret0.bc

goto_loop.bc

trunc.bc

bitops.bc

cast.bc

nullptr.bc

nested_struct.bc

array_swap.bc

bitmask.bc

binops.bc

float.bc

nested_while.bc

--- /dev/fd/63	2022-09-07 00:25:57.290809044 +0000
+++ /dev/fd/62	2022-09-07 00:25:57.290809044 +0000
@@ -18,14 +18,14 @@
                 printf("loop1 x: %d\n", var1);
             }
     }
-    if ((int)var1 <= 10 || (int)var1 >= 20) {
+    if ((int)var1 >= 20 || (int)var1 <= 10) {
         while ((int)var1 < 20)
             {
                 var1 = var1 + 1U;
                 printf("loop2 x: %d\n", var1);
             }
     }
-    if ((int)var1 >= 20 && ((int)var1 <= 10 || (int)var1 >= 20)) {
+    if ((int)var1 >= 20 && ((int)var1 >= 20 || (int)var1 <= 10)) {
         return var0;
     }
 }

zeroinit.bc

funcptr.bc

struct_swap.bc

branch.bc

vectors.bc

issue_4.bc

conflicting_global.bc

issue_123_uint128_t.bc

fizzbuzz_stateful.bc

issue_94_strncmp.bc

bool.bc

zext.bc

byval_struct.bc

func_cond_two_arg.bc

inttoptr.bc

assert.bc

loop.bc

switch.bc

template_parameter_pack.bc

byval_tail_gep.ll

byval_tail_nogep.ll

@artemdinaburg artemdinaburg marked this pull request as ready for review September 7, 2022 16:42
Copy link
Contributor

@ekilmer ekilmer left a comment

Choose a reason for hiding this comment

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

LGTM other than GH Action version bump

.github/workflows/anghabench-after-build.yml Outdated Show resolved Hide resolved
.github/workflows/anghabench-cron-jobs.yml Outdated Show resolved Hide resolved
@github-actions
Copy link

github-actions bot commented Sep 8, 2022

See the diff generated by this PR for the tests here: https://github.com/lifting-bits/rellic/actions/runs/3017130908

fizzbuzz.bc

--- /dev/fd/63	2022-09-08 17:46:45.399310134 +0000
+++ /dev/fd/62	2022-09-08 17:46:45.399310134 +0000
@@ -11,15 +11,14 @@
     var1 = 0U;
     while ((int)var1 < 30)
         {
-            if ((int)var1 % 3 != 0U || !((int)var1 % 5 == 0U || (int)var1 % 3 != 0U)) {
-                if ((int)var1 % 3 != 0U && ((int)var1 % 3 != 0U || (int)var1 % 5 != 0U)) {
+            if ((int)var1 % 3 != 0U || !((int)var1 % 3 != 0U || (int)var1 % 5 == 0U)) {
+                if ((int)var1 % 3 != 0U) {
                     if ((int)var1 % 5 != 0U) {
                         printf("%d\n", var1);
                     } else {
                         printf("buzz\n");
                     }
-                }
-                if ((int)var1 % 3 == 0U && ((int)var1 % 3 != 0U || (int)var1 % 5 != 0U)) {
+                } else {
                     printf("fizz\n");
                 }
             } else {

typedefs_of_typedefs.bc

switch_loop.bc

func_cond_zero_arg.bc

fcmp.bc

conflicting_names.bc

struct.bc

issue_183_literal_structs.bc

issue_127_uint128_t_lit.bc

global_using_function_decl.bc

short.bc

init_list.bc

reg_test_structure_fields.bc

ret0.bc

goto_loop.bc

trunc.bc

bitops.bc

cast.bc

nullptr.bc

nested_struct.bc

array_swap.bc

bitmask.bc

binops.bc

float.bc

nested_while.bc

--- /dev/fd/63	2022-09-08 17:46:48.167277965 +0000
+++ /dev/fd/62	2022-09-08 17:46:48.167277965 +0000
@@ -18,14 +18,14 @@
                 printf("loop1 x: %d\n", var1);
             }
     }
-    if ((int)var1 >= 20 || (int)var1 <= 10) {
+    if ((int)var1 <= 10 || (int)var1 >= 20) {
         while ((int)var1 < 20)
             {
                 var1 = var1 + 1U;
                 printf("loop2 x: %d\n", var1);
             }
     }
-    if ((int)var1 >= 20 && ((int)var1 >= 20 || (int)var1 <= 10)) {
+    if ((int)var1 >= 20 && ((int)var1 <= 10 || (int)var1 >= 20)) {
         return var0;
     }
 }

zeroinit.bc

funcptr.bc

struct_swap.bc

branch.bc

vectors.bc

issue_4.bc

conflicting_global.bc

issue_123_uint128_t.bc

fizzbuzz_stateful.bc

issue_94_strncmp.bc

bool.bc

zext.bc

byval_struct.bc

func_cond_two_arg.bc

inttoptr.bc

assert.bc

loop.bc

switch.bc

template_parameter_pack.bc

byval_tail_gep.ll

byval_tail_nogep.ll

@github-actions
Copy link

github-actions bot commented Sep 8, 2022

See the diff generated by this PR for the tests here: https://github.com/lifting-bits/rellic/actions/runs/3017131672

fizzbuzz.bc

--- /dev/fd/63	2022-09-08 17:46:52.076848776 +0000
+++ /dev/fd/62	2022-09-08 17:46:52.076848776 +0000
@@ -11,7 +11,7 @@
     var1 = 0U;
     while ((int)var1 < 30)
         {
-            if ((int)var1 % 3 != 0U || !((int)var1 % 5 == 0U || (int)var1 % 3 != 0U)) {
+            if (!((int)var1 % 3 != 0U || (int)var1 % 5 == 0U) || (int)var1 % 3 != 0U) {
                 if ((int)var1 % 3 != 0U) {
                     if ((int)var1 % 5 != 0U) {
                         printf("%d\n", var1);

typedefs_of_typedefs.bc

switch_loop.bc

func_cond_zero_arg.bc

fcmp.bc

conflicting_names.bc

struct.bc

issue_183_literal_structs.bc

issue_127_uint128_t_lit.bc

global_using_function_decl.bc

short.bc

init_list.bc

reg_test_structure_fields.bc

ret0.bc

goto_loop.bc

trunc.bc

bitops.bc

cast.bc

nullptr.bc

nested_struct.bc

array_swap.bc

bitmask.bc

binops.bc

float.bc

nested_while.bc

--- /dev/fd/63	2022-09-08 17:46:55.184859166 +0000
+++ /dev/fd/62	2022-09-08 17:46:55.184859166 +0000
@@ -18,14 +18,14 @@
                 printf("loop1 x: %d\n", var1);
             }
     }
-    if ((int)var1 <= 10 || (int)var1 >= 20) {
+    if ((int)var1 >= 20 || (int)var1 <= 10) {
         while ((int)var1 < 20)
             {
                 var1 = var1 + 1U;
                 printf("loop2 x: %d\n", var1);
             }
     }
-    if ((int)var1 >= 20 && ((int)var1 <= 10 || (int)var1 >= 20)) {
+    if ((int)var1 >= 20 && ((int)var1 >= 20 || (int)var1 <= 10)) {
         return var0;
     }
 }

zeroinit.bc

funcptr.bc

struct_swap.bc

branch.bc

vectors.bc

issue_4.bc

conflicting_global.bc

issue_123_uint128_t.bc

fizzbuzz_stateful.bc

issue_94_strncmp.bc

bool.bc

zext.bc

byval_struct.bc

func_cond_two_arg.bc

inttoptr.bc

assert.bc

loop.bc

switch.bc

template_parameter_pack.bc

byval_tail_gep.ll

byval_tail_nogep.ll

@artemdinaburg artemdinaburg merged commit 2fffd6b into master Sep 12, 2022
@artemdinaburg artemdinaburg deleted the use-aws-runners branch September 12, 2022 16:41
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